• 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

Macro - goDrag - Drag your teams corpses quickly

Joined
Sep 21, 2021
RedCents
209¢
I just wanted to share a macro I use when I need to drag a few corpses quickly. Let me know if you like it!

[CODE lang="ini" title="goDrag.mac"]|**----------------------------------------------------------
GoDrag.mac
by BobWeaver!

This macro will drag lots of corpses quickly.

**|
#turbo
|==================================================================================================|
Sub Main
/echo GoDrag Starting. What a drag!
/declare intWhichCorpse int local 0

:DragLoop
/squelch /target clear
/for intWhichCorpse 1 to ${SpawnCount[corpse zradius 50 radius 100]}
/squelch /target id ${NearestSpawn[${intWhichCorpse}, corpse zradius 50 radius 100].ID}
/delay 9 ${Target.ID}
/if (${Target.Distance} < 5) /squelch /target clear
/if (${Target.ID}) {
/corpse
}
/doevents
/next intWhichCorpse
/delay 1
/goto :DragLoop
/end
[/CODE]
 
Howdy Bob,

you should consider submitting this as a resource

1632264382102.png
1632264387318.png
1632264394162.png

that way people can "watch" the resource and get it downloaded via the launcher

I can convert it for you if you don't know how or want me to.

is this functionally different from > Drag.mac < ?

Edited, it appears to be functionally the same as the drag.mac, and drag.mac has some enhancements, so i don't think this is a good candidate for another resource, but if you're interested in working with the current resource owner you can post in the thread and go from there
 
Last edited:
Macro - goDrag - Drag your teams corpses quickly

Users who are viewing this thread

Back
Top
Cart