Wednesday submitted a new resource:
Wait4Rez implementation in LUA - Wait4Rez re-implemented
Read more about this resource...
Wait4Rez implementation in LUA - Wait4Rez re-implemented
Re-implementation of the old Wait4Rez macro in Lua, cleaned up.
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()
Read more about this resource...