You are not logged in.

Applications: [GameMaster: OPEN] | [Volunteer Testers: OPEN]


This forum will be permanently shut down on Friday 13.07.2018
Please copy or save all important information from old forum before they will be deactivated
We have moved to new board. https://forum.runesofmagic.gameforge.com/Come join us.

1

Monday, April 14th 2014, 12:08am

Small Lootit Tweak, Annoying bag button fix!

Hey guys if you use LootIt v1.4 I'm sure you've noticed the issue where the button in the bag seems to be always on top. it winds up showing above tooltips and almost every other frame as well.

LootIt\xml\General.xml

Find:

Source code

1
<Button name="LootIt_BagButton" parent="UIParent" hidden="true" frameStrata="DIALOG" inherits="UIPanelButtonTemplate">


Replace:

Source code

1
parent="UIParent"


with:

Source code

1
parent="BagFrame"


Always remember backup your files before making modifications to them!
13lack13ox has attached the following images:
  • Lootit-Default.jpg
  • Lootit-Fix.jpg

Noguai

Beginner

Posts: 5

Location: Germany

  • Send private message

2

Monday, April 14th 2014, 6:51pm

Hey 13lack13ox,

just a little hint from my side as an addon developer. (nothing serious)

I have mailed your fix as a repository patch to Tinsus, so that you can have that fix in future versions of the addon. Any time you find a bug in the addon you should notify the author instead of opening a somewhat general thread somewhere in some forums.

The reason is simple: As an addon developer you can't have your eyes everywhere and as long as an addon's author does not notice that there is a specific bug in his software you can't expect him to fix it, but this is what you would like to see.

The best way to notify an addon author is:

But nevertheless I think he's happy that you take your time to search for a fix. I told him where the fix came from.

Noguai

3

Thursday, April 17th 2014, 11:18am

Again! Very helpful info thx. I'll be sure to do the right thing next time for sure thx again!