Sie sind nicht angemeldet.

1

wcf.global.timeFormatLocalized

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

wcf.global.timeFormatLocalized

Frakkerz

Schüler

Beiträge: 144

Wohnort: England

Beruf: Slayer of Imps

  • Nachricht senden

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

Addontools + InterfaceManager

download and play around :P

3

wcf.global.timeFormatLocalized

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

Thanks.

4

wcf.global.timeFormatLocalized

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

wcf.global.timeFormatLocalized

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

6

wcf.global.timeFormatLocalized

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:

Quellcode

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


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

Quellcode

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).

Ähnliche Themen

Thema bewerten