• 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! 👋
  • There is a suspension/ban wave happening. We don't know why. Please keep regular discussion to Suspension MegaThread and please consider submitting a Suspension report to RG.

Recent content by WenzelJD

  1. W

    Lua - SPA Tool

    I havn't shared anyting in a while.. and i was writing some code for my EMU server and rememberd how useful i found this tool i made a while back. Just put in the ID or name of an ability / spell.. whatever and it will enumerate the effects etc that actually exist and tell you what the spa is...
  2. W

    Other - Finding a EMU Server

    Hi All, Wife and I are trying to find a server that's a good fit. - We both want to play our own groups (yes MQ) - Would like at least OoW. - Shaman / Druid Main healer viability | Same with SK / Pal MT viability - QoL features we like (not all required) Auto Scribe early spells, easy travel...
  3. W

    Fabulous - Some EQ art to enjoy.

    Enjoyed this. Thanks for sharing @Redfrog
  4. W

    Question - Making own server

    Super noob question... Does https://docs.eqemu.io/server/expansions/expansion-list-reference/ mean I could host my own server all the way to ToV? Using the rof2 client I can still use MQ?
  5. W

    Question - Item Blessing

    Any idea how I can grab this info: Looking to capture Blessing: Butterfly Flight info Thanks.
  6. W

    Problem - database is locked

    Thank you so much!
  7. W

    Problem - database is locked

    Yes, mulitple scripts trying to open the same DB with the same script. Tried using numros instead of urows.. was getting the same thing. wierd.. wonder where i am screwing it up lol.. been kicking my @#$
  8. W

    Problem - database is locked

    Trying to use lsqlite3 every now and then I get a "database is locked". local SQL = require('lsqlite3') local DB = SQL.open(cooldb) if DB:isopen() then local MeQ = "SELECT * FROM Dets WHERE Name = '" .. MyName .. "'" for X in DB:urows(MeQ) do HaveRow = true DBDet...
  9. W

    Question - What XTarget the MT is targeting

    You are the best! Thank you
  10. W

    Question - What XTarget the MT is targeting

    im looking to see if there is a way when you have 5 autohaters on the xtarget, can you tell what one the MA or MT has targeted.
  11. W

    Question - What XTarget the MT is targeting

    Is there a way to get the ID for the xtarget the MT or MA has targeted?
  12. W

    Question - Connect to different eqbc depending on computer

    The .cfg file worked great. Thanks!
  13. W

    Question - Connect to different eqbc depending on computer

    Yep. I want if my wife is playing on her computer it connects to a different EQBCS than mine.
  14. W

    Question - Connect to different eqbc depending on computer

    Is there a way to pull the name of the computer you are on in your macro? ie ${MQ.HostName} ? Thanks
  15. W

    Question - LUA calling sub in macro

    Thanks Knightly. Think I will just have the LUA set a variable in the macro. mq.cmd('/varset TimeToDoStuff TRUE')
Back
Top
Cart