• 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

Unmaintained MQ2BuffTool

s0rCieR
// I designed a new approch on way to click off unwanted buffs,
// using free buff slot logic, if i dont have x number of free
// buff slot then click this crap buff out. It theory you could
// have a crap buff for hours on ya, but when you start getting
// more good buff, it will click off crap one to make sure you
// have some free slots for good ones.
//
// You will need to specify for each bloc spells to watch, how
// many free buff slot you should have free before considering
// to click this one off. Supported number of free slot is set
// BLOC_MAXSLOT define in c++ files. (0) means to always click
// off (like MQ2BuffUtils plugin way to handle spells with few
// seconds delay before click it),(1+) mean to click it off if
// you dont have at least 1+ free slot.
//
// Plugin is using onpulse logic to check out buffs and update
// XML Windows. (i try to setup some nice delay to not end ups
// using to much processing times). It will only click off one
// buff max per passes in the onpulse subroutine, it will scan
// first for buff that are "always" to click off, then proceed
// from BLOC_MAXSLOT downto 1 (looking first for buff that are
// most wanted to be clicked off).
//
// New features are XML windows support, they are not required
// to be open for regular operation, but it simplify a lot way
// to setup and manage block spell list, it also bring up some
// nice way to visualize time remaining on buffs (self & pet).
Back
Top