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

Recent content by Darkwynd3

  1. D

    Request - Echo of Hate Mission

    You could also “/nav door id ## click”
  2. D

    Question - Mesh for Spite

    Ever come up with a solution to this? I'm just getting around to this raid....and its an unmitigated disaster show.
  3. D

    Plugin - MQ2Eskay

    No…. Go find the lua script called Lua Event Manager (LEM). There are instructions on the resource page for LEM about how to run it and make it work and it explains various “events” and “conditions”. What I posted was snippets of a LEM condition I used to use to bandolier swap my knights from...
  4. D

    Request - Echo of Hate Mission

    It really isn't bad if you either are good at typing, make the hotkeys or have a notepad doc handy to copy/paste and are half proficient with alt/tab from EQ to notepad and back. Before Tsikut clicky, getting there was 10 million times worse than the mission itself.
  5. D

    Plugin - MQ2Eskay

    I haven't used these in a bit but these were LEM conditions I had for switching from sword and board to 2h and back. Use whatever condition you think makes sense. local mq = require('mq') local function condition() return mq.TLO.Me.XTarget() < 3 and mq.TLO.FindItem('Great...
  6. D

    Question - Recommendations for LUAs or plugins for mission achievements?

    You use hotkeys for Echo!? And here I am spam typing /cwtna pause on /dgga /nav door id 96 click /cwtna pause off like a madman
  7. D

    Release MQ2AutoAccept

    Translocates from the trusted list working now too.
  8. D

    Release MQ2AutoAccept

    I’m not in game to grab screenshots, but I also noticed translocation accepts aren’t working either even though it’s set to trusted. Maybe related?
  9. D

    Release TOB Control Room mission automation

    The current release is hardcoded for CWTN. Some things probably wouldn't be too hard too convert over, but as it sits, no it wouldn't work.
  10. D

    Question - Protecting Files

    Yes…but he mentioned character and UI files specifically so it seemed pertinent to resolve his issue.
  11. D

    Utility - MQ2CWTNCommons

    Perfect - musta missed something when I was checking through spells earlier.
  12. D

    Utility - MQ2CWTNCommons

    I realize this is probably a complex ask for a non-problem, and if its been answered anywhere else I apologize. The missing spells information is awesome, but one thing that would be helpful is if it only listed out missing spells that haven't been superseded - the obvious exception being things...
  13. D

    Question - Protecting Files

    Not sure exactly what you're referencing but I keep my eqclient.ini file read only 99% of the time.
  14. D

    Release Lua Event Manager (LEM) Event Library

    If you're importing an event, all you need to do is check it to enable it.
  15. D

    Release Lua Event Manager (LEM) Event Library

    If you're importing via the Base64 encoded string, it will go to the correct place. Text events you need to know the matching trigger if you're just copying code into an event you created. What kind of error are you getting importing the string?
Back
Top
Cart