• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Bug - group master looter

Joined
Feb 6, 2007
RedCents
1,683¢
KA9.0 released with new compile insists on assigning the group leader to the master looter role even if I have already select another group member for that role. It actually reassigned the master looter role after I changed it. I really don't want the group leader looting... macro should only be assigning a master looter if there isn't one already.


Of course, I altered the thing... that's what I do.
added a second include file to count total kills over time.
 
No kiss 9.0 works fine on my group and my MA is the Tank and my group leader is my puller. What KA 9.0 does is update the Kissassist_Buffs.ini file with AmILooting=0 or 1, Just make sure your group leader is the last character in the group to start KA..
 
No kiss 9.0 works fine on my group and my MA is the Tank and my group leader is my puller. What KA 9.0 does is update the Kissassist_Buffs.ini file with AmILooting=0 or 1, Just make sure your group leader is the last character in the group to start KA..

interesting.... Leader is usually the tank, but not always the puller. Puller is always last to start KA. What really made me mad was when it changed after I changed it back to what I wanted... When I insist... thing better comply.

update... It took couple times changing to what I want after starting the macro but it does seem to be leaving it alone now. I'll have to adjust, I reckon
 
Yes the Group Leader will change the Master Looter role if the Kissassist_Buffs.ini file has an entry of AmILooting=1. This gets set by the individual characters in your group, if they have the LootOn=1 set in their ini file, the AmILooting=1 gets added to their section of the Kissassist_Buffs.ini file. This is the default behavior for KA 9, at this time. It is also why it is important that your Master Looter starts KA before the Team Leader.
 
I can see where this can be a pain I will think of how to adjust it if your looter isn't using kiss

Find this line:

Rich (BB code):
/if (${LooterAssigned} || ${Select[${Me},${Group.Leader}]}==0 || !${Group}) /return

change it to

Rich (BB code):
/if (${LooterAssigned} || ${Select[${Me},${Group.Leader}]}==0 || !${Group} || ${Group.MasterLooter.ID}) /return

- - - Updated - - -

Yes the Group Leader will change the Master Looter role if the Kissassist_Buffs.ini file has an entry of AmILooting=1. This gets set by the individual characters in your group, if they have the LootOn=1 set in their ini file, the AmILooting=1 gets added to their section of the Kissassist_Buffs.ini file. This is the default behavior for KA 9, at this time. It is also why it is important that your Master Looter starts KA before the Team Leader.

Did not work, master looter starting first, group leader starting last.... bah change code as indicated above
 
Bug - group master looter

Users who are viewing this thread

Back
Top
Cart