You are not logged in.

Dear visitor, welcome to Allods Online Forum. If this is your first visit here, please read the Help. It explains in detail how this page works. To use all features of this page, you should consider registering. Please use the registration form, to register here or read more information about the registration process. If you are already registered, please login here.

1

Wednesday, August 10th 2016, 11:12pm

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

Thursday, August 11th 2016, 2:44pm

Frakkerz

Trainee

Posts: 144

Location: England

Occupation: Slayer of Imps

  • Send private message

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

Addontools + InterfaceManager

download and play around :P

3

Saturday, August 13th 2016, 2:14am

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

Thanks.

4

Saturday, August 13th 2016, 2:15pm

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

Tuesday, August 16th 2016, 2:09am

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

6

Tuesday, August 16th 2016, 7:02pm

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:

Source code

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


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

Source code

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

Similar threads

Rate this thread