• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Recent content by WenzelJD

  1. W

    Question - Item Blessing

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

    Problem - database is locked

    Thank you so much!
  3. 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 @#$
  4. 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...
  5. W

    Question - What XTarget the MT is targeting

    You are the best! Thank you
  6. 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.
  7. 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?
  8. W

    Question - Connect to different eqbc depending on computer

    The .cfg file worked great. Thanks!
  9. 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.
  10. 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
  11. 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')
  12. W

    Question - LUA calling sub in macro

    Is it possible to have a LUA call a sub routine in a macro? ie local function EVT_TellChat(CompLine, ChatSender, ChatText) /call SomethingCool end mq.event('TellChat', "#1# tells you, '#2#'", EVT_TellChat) vs how i did it in a macro #Event TellChat "#1# tells you, #2#" sub...
  13. W

    Question - Jumping Back In.

    So 2 months later I can say I am really enjoying myself. This LUA thing is freaking awesome! Created my 1st one and loving the power of combinging plugins and LUA's with Macros. MQ2Grind and MQ2Overseer are sexy AF as well. Comunity is even better than when I left.
  14. W

    Tech - Visual Studio Code - Regions

    Im moving from a code editor to Visual Studio Code. I have regions placed in my code (for folding code) that I would like to get working in VSC. Are there any VSC guru's out there that can show me how to get this to work? Also, would like the code to be folded when I open the file. Thanks...
  15. W

    Problem - Math.Calc

    Thanks. I knew I hated math for a reason.
Back
Top