• 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 --->
Resource icon

Wait4Rez implementation in LUA 2022-10-05

Re-implementation of the old Wait4Rez macro in Lua for those of you who want macro control of character deaths. Code is writting from scratch but inspired by the old wait4rez.inc
When character dies, its set in a waiting for resurrection mode. Once resurrected, it attempts to loot a single corpse.
Runs as a state machine inside other macros or can be called from a stand alone script.

Default usage:
local wait4Rez = require('wait4rez')

wait4Rez()
Author
Wednesday
First release
Last update
Rating
0.00 star(s) 0 ratings

More resources from Wednesday

Share this resource

Latest updates

  1. Change to github resource

    Changed from pure file download to a github external resource for better change tracking.
Back
Top