• 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! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Recent content by wmh

  1. wmh

    KissAssist Release KissAssist

    For what it's worth, it looks like the `[Aggro]` section has an explicit check for Rain of Fear, but that can probably just be removed now since the aggro meter is part of the base game and that check causes the aggro section to not work if on a non-truebox TLP that hasn't reached RoF yet.
  2. wmh

    Plugin - MQ2Mage

    Played with it some more, I moved Burnout X to the very last slot in my spell book and unloaded/reloaded the plugin and it picked up the level 116 Burnout XV and started to correctly use that instead. I'm not sure if this is a MQ bug or a MQ2Mage bug, but wherever it belongs, it appears to be...
  3. wmh

    Plugin - MQ2Mage

    I'll try re-arranging my book to see if it helps. The plugin says it's using Burnout X (91) though, and I have several levels of Burnout higher than that (see pictures). Trying to mem Burnout XV and use BYOS (which I didn't expect to work since Burnout is a buff, so it did nothing) and...
  4. wmh

    Plugin - MQ2Mage

    I just noticed that it appears that MQ2Mage is buffing my pet with Burnout X, the level 91 spell even at level 120 when we have Burnout XV. Am I doing something wrong to cause it to decide to mem and cast the level 91 Burnout X spell?
  5. wmh

    Release (YALM) Yet Another Loot Manager

    Does YALM have a way to pass out items to whichever character (out of a list of classes) has the least of them?
  6. wmh

    Plugin - MQ2Mage

    Must have missed your reply, sorry! Would it be possible to add an option for it? I'd prefer not to use BYOS if I don't have to since you end up losing some of the other features of the plugin, but it's generally regarded by most main mages as a spell that does more harm than good. See for...
  7. wmh

    Plugin - MQ2Mage

    Is there any way to get MQ2Mage to stop casting Ecliptic Companion other than BYOS? I've tried blocking both Ecliptic Companion and Ecliptic Companion 1 on both my pet and on myself and it still appears to be trying to cast it on cool down. Due to the way lag works in EQ, the more procs a pet...
  8. wmh

    Release Lua (core plugin)

    One thing I happened to notice which is a difference in how the event system worked (I think) from the old macro language, is that lua seems to yield control back to the main script if you use `mq.delay` inside of an event handler, whereas with the old macros I believe delay still kept execution...
  9. wmh

    Guide - Aten Ha Ra - ToL Mission

    Yea to be clear, that script didn't work for me in the one attempt I've bothered to do for the achievement, but I was editing it mid fight and adjusting it and AHR died before I got it working. It mezzed some of them, but not all of them. I didn't have time to diagnose why that was the case. It...
  10. wmh

    Guide - Aten Ha Ra - ToL Mission

    I had started working on modifying the shei script for the gargoyles, I only spent 5 minutes on it or so, so it's not working yet, but it might give someone an idea of a direction to go in: local mq = require("mq") while true do if mq.TLO.SpawnCount("a smirking guardian npc zradius 75")()...
  11. wmh

    Guide - Shei Vinitras - ToL Mission - New Zlandi level easiness farm?

    Not tested, but something like local gem = mq.TLO.Me.Gem("Slumber of the Diabo Rk. II")() mq.cmdf("/twist %d", gem) should work.
  12. wmh

    Guide - Shei Vinitras - ToL Mission - New Zlandi level easiness farm?

    My script handles multiple adds fine, with a fully raid geared group full burning with high DPS it keeps up. I think my Shei kills last somewhere in the 60s range.
  13. wmh

    Guide - Shei Vinitras - ToL Mission - New Zlandi level easiness farm?

    local mq = require("mq") while true do if mq.TLO.SpawnCount("datiar xi tavuelim npc")() > 0 then mq.cmd("/boxr Pause") mq.cmd("/twist 10") while mq.TLO.SpawnCount("datiar xi tavuelim npc")() > 0 do mq.cmd("/tar datiar xi tavuelim npc") end...
  14. wmh

    Guide - Aten Ha Ra - ToL Mission

    The silence doesn't last very long, depending on your level/gear you can just eat it. I haven't bothered to run out past the first time I did the event.
  15. wmh

    Release Lootly

    Ok. I guess since there's no way to round robin them, I'll probably just centralize them all onto the ML and let him distribute them since they're attunable. I was hoping to RR them so I could just write a lua macro to keep one equipped and have it more or less thought free, but it's not too bad...
Back
Top
Cart