• 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 aquietone

  1. A

    Release lootnscoot (for emu)

    aquietone updated lootnscoot (for emu) with a new update entry: 05/16/2026 Read the rest of this update entry...
  2. A

    Release lootnscoot (for emu)

    aquietone updated lootnscoot (for emu) with a new update entry: 04/22/2026 Read the rest of this update entry...
  3. A

    Release lootnscoot (for emu)

    aquietone updated lootnscoot (for emu) with a new update entry: 03/30/2026 Read the rest of this update entry...
  4. A

    Release Lazarus BIS

    aquietone updated Lazarus BIS with a new update entry: 03/19/2026 Read the rest of this update entry...
  5. A

    Release Lazarus BIS

    aquietone updated Lazarus BIS with a new update entry: 03/15/2026 Read the rest of this update entry...
  6. A

    Release Lua Event Manager (LEM) Event Library

    what algar said. not being able to test your lua in game is a wild take. there is also derples lua console thing. and even just /lua run <one off snippet little script testing something> if you really needed. if you forget mq/eval, its also there in the mq console tools menu. edit: nm algar...
  7. A

    Release Lua Event Manager (LEM) Event Library

    maybe you've noticed already but you have a bunch of other errors in there as well, like return mq.TLO.Mercenary.State.Equal[ACTIVE] just use return mq.TLO.Mercenary.State() == "ACTIVE". ACTIVE without quotes would be looking for a nonexisting variable called ACTIVE. you have several more...
  8. A

    Release Lua Event Manager (LEM) Event Library

    also don't use macro things like .Equals when you can just directly use lua == https://docs.macroquest.org/lua/ lot of links there to get started if mq.TLO.Mercenary.Stance() ~= "Burn" and mq.TLO.Group.Member(mq.TLO.Me.Mercenary.CleanName()).PctAggro() <= 85 then you might also want an "or 0"...
  9. A

    Release Lua Event Manager (LEM) Event Library

    it's lua, you don't use [ ] much besides accessing keys in a table. use the lua evaluator and the docs and other scripts and what not to understand what lua tlo syntax should look like.
  10. A

    Release CursorTrail

    ah right didn't check emu. just saw the PR merged. don't really notice since I just build from the repo myself
  11. A

    Release CursorTrail

    sounds like outdated mq. the stuff it depends on was all merged last night
  12. A

    Release CursorTrail

    aquietone submitted a new resource: CursorTrail - Like the WoW addon.. with a lot less options Read more about this resource...
  13. A

    Release lootnscoot (for emu)

    aquietone updated lootnscoot (for emu) with a new update entry: 02/15/2026 Read the rest of this update entry...
  14. A

    Release lootnscoot (for emu)

    aquietone updated lootnscoot (for emu) with a new update entry: 02/09/2026 Read the rest of this update entry...
Back
Top
Cart