Vous n’êtes pas connecté.

1

10. 08. 2016, 23:12

Addon to move HP bar

Is there an addon that does this? I would love to move certain interface parts around on my screen, but currently the game does not do this.

2

11. 08. 2016, 14:44

Frakkerz

Apprenti

Messages: 144

Localisation: England

Travail: Slayer of Imps

  • Envoyer un message privé

I do this a lot with my interface, moving things around to make life easier.

Addontools + InterfaceManager

download and play around :P

3

13. 08. 2016, 02:14

Can you please give me the download links for this please?

Thanks.

4

13. 08. 2016, 14:15

You can use this:

https://alloder.pro/files/file/201-dndforeverything/

To move every single part of the Interface.

Only most parts aren't enabled by default and you have to add them in "config.txt" file. In order to do that properly, you need to know how the base interface widgets that you wish to move are called.

You can find that out with this addon developer tool:

https://alloder.pro/files/file/101-inspect-widgets/

5

16. 08. 2016, 02:09

Can you go into detail as to how would I set it up to move the player and the target's HP bar?

6

16. 08. 2016, 19:02

Can you go into detail as to how would I set it up to move the player and the target's HP bar?

First off, the DnDForEverything Addon is in a .pak file, so you have to extract it. Open it with for example WinRAR or any other unpacking program you use.

It will have "Mods" and "Addons" inside it too, make sure to unpack only the "DnDForEverything " folder. Move that folder to your Addons directory instead of the .pak

Open the DnDForEverything addon's directory, then open "config.txt" with a text editor.

After the line:

Code source

1
	{ { "CraftV22", "Craft" }, { "WindowHeader" }, {1,1,-4,-6} },


Paste this (make sure you don't paste the line numbers :D ):

Code source

1
2
3
4
5
6
	{ { "Plates", "Avatar" }, { "Frame", "Portrait", "Image" }, {1,1,-1,-1} },
	{ { "Plates", "Target" }, { "Frame", "Portrait", "Image" }, {1,1,-1,-1} },
	{ { "Plates", "TargetsTarget" }, { "Frame", "Portrait", "Image" }, {1,1,-1,-1} },
	{ { "Buffs", "Avatar" }, { "Control", "Lock" }, {1,1,-1,-1} },
	{ { "Buffs", "Target" }, { "Control", "Lock" }, {1,1,-1,-1} },
	{ { "Buffs", "TargetsTarget" }, { "Control", "Lock" }, {1,1,-1,-1} },

Save the file.

You should now be able to move your Player/Target/Target of Target frames (press shift and drag by the character's portrait).
You'll be also able to drag buffs and debuffs frame for those units (press shift and drag them by that "dot" on the left side).

Discussions similaires

Noter cette discussion