• 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

Looting with advloot

calaxa

Member
Joined
Jul 21, 2014
RedCents
1,797¢
Just curious how many of you guys are using the advanced loot window to loot.

I'm using KA but I replaced the call to LootStuff to my own function advloot which is just:

Rich (BB code):
Sub AdvLoot
	   /if (${Group.Member[0].MasterLooter}) /notify AdvancedLootWnd ADLW_CLLSetBtn leftmouseup
        /return

I designate the master loot either by right clicking and setting or targetting toon and doing /delegategmasterlooter
I select who in my group will get all the loot from the drop down and that toon has loot all enabled

I also found that you can script who gets the loot with the command:
/notify AdvancedLootWND ADLW_CLLSetCmbo ListSelect 13

where 13 = first person in group alphabetically
14 = 2nd, 15th, 3rd etc. Beware, if group members change, order changes. I'm still seeing if there's a different way to assign by TLO grp member but that's all I've got so far.
 
I will look into adding this into ninjadvloot this weekedn
 
Just curious how many of you guys are using the advanced loot window to loot.

I'm using KA but I replaced the call to LootStuff to my own function advloot which is just:

Rich (BB code):
Sub AdvLoot
	   /if (${Group.Member[0].MasterLooter}) /notify AdvancedLootWnd ADLW_CLLSetBtn leftmouseup
        /return

I designate the master loot either by right clicking and setting or targetting toon and doing /delegategmasterlooter
I select who in my group will get all the loot from the drop down and that toon has loot all enabled

I also found that you can script who gets the loot with the command:
/notify AdvancedLootWND ADLW_CLLSetCmbo ListSelect 13

where 13 = first person in group alphabetically
14 = 2nd, 15th, 3rd etc. Beware, if group members change, order changes. I'm still seeing if there's a different way to assign by TLO grp member but that's all I've got so far.

have you tried listselect charname ?
 
Tried that but it goes to one of the 12 predefined (ie. Need, Greed, No, etc) The list is always alphabetical for the group members (13-17) and will re-order if group changes

I tried other variations like ${Me} ${Group.Member[0]} etc
 
Man it would be awesome if I could figure out a way to convert my Loot.ini into the new loot system. Soo many items that i'd prefer to just loot or leave on corpse.
 
Yes so I started trying to "convert" my loot.ini into eq's advloot ini and it doesn't work out because eq wants an icon id which I am not going to spend time correlating with lucy. I wish there was a way to autoassign certain loot to certain toons (I think one of the versions of loot.inc does this but never got around to testing it....saw it on the vip section on mothership forums once). I also wish it would just let me ignore or destroy certain items instead of letting a 15 minute timer run or spam me that no one wants an item or that I can't give to so and so cause it's lore. Still despite these things, I am liking this loot system. No down time to loot during combat. No items missed. Probably a whole lot of other stuff like no ninja looting (if I ever really group again). Stuff of that nature. I think eq should have implemented this years ago and it will take some time to get used to but overall....not too bad.

Oh yeah, I hated how I would crash every hour on the hour as masterlooter cause my shared loot was too big with like 3 items
 
Looting with advloot

Users who are viewing this thread

Back
Top
Cart