
Originally Posted by
moosejaw
Regarding Auto loot setting: Master looter.
Jamba is setting the new master looter via CharacterName-RealmName, which is not an acceptable format for the /master command. If you manually type /master CharacterName-RealmName the client will redact it to CharacterName only, while you type it. Not sure how this is going to work with cross realm groups and same name characters.
My current work around is using IsBoxer to send the /master command with current slot character name only when I do group-leader/Jamba-master swaps. This requires two button pushes to set master looter due to the delay in changing the group leader.
Ok, I worked on this a bit and I have a fix for setting master looter when you change master.
Go to the Jamba folder and edit the JambaTeam.lua file.
Find the following line:
Code:
SetLootMethod( desiredLootOption, GetMasterName(), 1 )
Change this line to:
Code:
SetLootMethod( desiredLootOption, "player", 1 )
The GetMasterName returns with Name-RealmName and the master loot command doesn't like that at all. When running our own groups we should be firing the Iammaster from the window/character that we want to be leader/master/master looter. Therefore simply using current window character name is all we need. If you are raid leader and need to assign master loot then you would need to turn off the auto loot settings in jamba.
This works great just like it did before realm name integration.
Edit: Using the current version of Jamba that is up on curse: release-6.0.3-3
Connect With Us