Skip to content

peonMQ/wait4rez

Repository files navigation

wait4rez

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.

Requirements

  • MQ
  • MQ2Lua

Installation

Add wait4rez.lua to the lua folder of your MQ directory.

Usage

local wait4Rez = require 'wait4rez'

-- add following call into your bot loop
wait4Rez()

Commands

  • /wait4rez sets character in wait4rez mode
  • /waitforrez sets character in wait4rez mode
  • /dead sets character in wait4rez mode
  • /lootCorpse sets character in loot corpse mode

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages