• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

autolooter.inc (1 Viewer)

Donnavan2005

New member
Joined
May 30, 2005
RedCents
Is there an updated autolooter.inc that deals with stacks of items? or possibly just hits the loot all button?
 
I used a hotkey it shouldn't be that hard to make though.

/target corpse
/pause 30, /loot
/notify LootWnd LW_LootAllButton leftmouseup
/notify ConfirmationDialogBox CD_OK_Button leftmouseup
/notify LootWnd LW_DoneButton leftmouseup

mine was more because I'm on satalite intarweb and it goes much faster this way just to pop a hotkey and let it do it. You can probably just set that as the loot function as long as you're standing near the corpse you will be fine.
 
This would probably work for you, I modified it just a bit.

Rich (BB code):
| (NOT)Ninjadvloot.inc v1.3
|
|Fuck that, I'm gutting this you are looting everything and likeing it.
| Love Ccomp~

Sub LootTEHFUCKINGCorpse
/target corpse
/delay 30 (${Target.Type.Equal[corpse]})
/loot
/delay 30
/notify LootWnd LW_LootAllButton leftmouseup
/notify ConfirmationDialogBox CD_OK_Button leftmouseup
/notify LootWnd LW_DoneButton leftmouseup
/echo I LOOTED THE SHIT
/return

It pretty much assumes you are right by the corpse and that you want to push the loot all button and that loot nodrop is fine and not prompted

/lootn never

would probably be a good addition to your macro telling you to never prompt for nodrop stuffs, depending on what you want.
 
From the MQ2 changes.txt

7 December 2007 by rswiders
- added new /lootall command <------This will probably work better for you
- removed rk. II/III spell handling... use exact spell names
- fixed /zonehud command and hud zone processing
- added MQ2 crash detection processing back in
 
autolooter.inc

Users who are viewing this thread

Back
Top