Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
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! 👋
That’s fair. On my end the unload only runs when RGMercs stops, so when I start it again the necro puts the death line back on like normal. I don’t have to remember to recast it.
I mainly wanted the drain off while the script is down so he doesn’t sit there bleeding out at the bind if I walk...
The only issue I had was having to turn off buffs, then turn them back on when another toon wasn't around to buff. With 45 toons it can take hours opening every toon figuring out which one had buffs turned off. If each spell for any toon of any level would just recognize hey that buff won't...
No, it was actually easier to add two lines of code to remove the buffs when I close out RGMercs, since RGMercs won't be running anymore to keep me alive. :) However I did use a little script before but so many scripts that removed them when my HP hit 20%.
I leave my toons logged in 24/7 from patch to patch. When the server goes down everything obviously shuts down. When I log my 45 plus toons in and don't get to my necromancers in a timely fashion, they die.
Yeah. I customized RGMercs to strip the necro death/lich line when the script shuts down. Safer for my setup. If I want those buffs again, I recast them myself. I dont need them while AFK. I get the after the fact point about RGMercs not being responsible, wasn't my intention. I just finally...
So many times I stop RGMercs and later find my necro at his bind spot. The conversion spells drain health til death. Maybe the spells are missing from the code that safeguard this or something? I suggest a removal of the buffs on exit.
Running lua script 'rgmercs' with PID 12
Loading Config DB...
Could we have an option to ignore or hide individual threads, the opposite of the “Watch” button?
There are many threads that I’m not interested in, and repeatedly having to sift past them makes browsing the forum harder. An “Ignore Thread” button could hide selected threads from forum listings...
Another request. The inventory / loot watch / Tooltip Doesn't check for exact match.
Exact item lookup:
local it = mq.TLO.FindItem('=' .. name)
if it() == nil then it = mq.TLO.FindItemBank('=' .. name) end
Exact inventory/bank count:
local owned = (mq.TLO.FindItemCount('=' .. it.Name())() or...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.