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

  1. ButtKoWitz

    Release AutoLogin (core plugin)

    Been pulling my hair out after just moving my toons to the Test server and not being able to auto-login. My MQ2AutoLogin.ini looked like: [Settings] UseMQ2Login=1 [Profiles] DefaultEQPath=G:\GAMES\Everquest TEST Server NumProfiles=1 Profile1=test--main [Servers] test= [test--main]...
  2. ButtKoWitz

    Question - Calling/updating a var in a separate/module script

    Was slowly coming to that conclusion after a number of hours toying with modules. Thanks for the reply!
  3. ButtKoWitz

    Question - Calling/updating a var in a separate/module script

    Warning: I'm a Lua noob... I'm wondering if there's a simple solution to what is, for me, becoming a total PITA. I have 6 toon specific scripts, one for each character in a group. The scripts primarily monitor/apply their buffs and request buffs as needed from others, and also handle a number...
  4. ButtKoWitz

    Question - How to tell if a HoT is already on a toon

    Well, I used .ID() in quick test on the server, yet to try to make it consider the duration. I might stick with the .ID() as that seemed pretty reliable and the duration isn't a huge deal for a HoT.
  5. ButtKoWitz

    Question - How to tell if a HoT is already on a toon

    Perfect! Indeed it is under Songs. Really had me pulling my hair out. if mq.TLO.Me.Song(spellname).ID() ~= nil then ... Above code is from a quick test. I've yet to work on checking duration, but assume I'll get there easily now that I know a HoT is a "song" :p Thanks much, this has driven me...
  6. ButtKoWitz

    Question - How to tell if a HoT is already on a toon

    Still having zero luck finding out if a character already has a HoT on them. I have spent hours trying to figure it out. With DanNet or with a script running directly from the active target I cannot find the solution. Any help is appreciated about what the call is to just see if a given HoT is...
  7. ButtKoWitz

    Question - How to tell if a HoT is already on a toon

    Doh yeah, no clue why that didn't register with my brain. Makes total sense now. Thanks!
  8. ButtKoWitz

    Question - How to tell if a HoT is already on a toon

    I'm not using KissAssist, nor MQ2Heals. Everything I searched for here seems to be related to KissAssist (which, again, I'm not using). I am making my own Lua's, and trying to get my clerics to toss HoTs on a target, but only if the target doesn't already have the HoT. In my various coding...
  9. ButtKoWitz

    Problem - Autologin failing with ProjectEQ

    Solved the issue by also re-installing the EMU-Server in the launcher. Thanks for the rapid response though in any case. :)
  10. ButtKoWitz

    Problem - Autologin failing with ProjectEQ

    No it's installed in Name/AppData/Local/VeryVanilla/MacroQuest/Release As mentioned, it was running fine yesterday. Today prior to playing I updated the launcher (MQ-Live), and can autolog into Live servers just fine, but my EMU-Server launcher stopped working for ProjectEQ (peqtgc server).
  11. ButtKoWitz

    Problem - Autologin failing with ProjectEQ

    Tried a number of modifications to AutoLogin.ini/profiles, nothing works. Again, MQ appears to be crashing, as there are NO MQ dialogs/chatboxes displayed at all at any point after selecting the profile to auto-load. From my limited knowledge of how things run: appears to be shutting down due...
  12. ButtKoWitz

    Problem - Autologin failing with ProjectEQ

    Howdie, MQ2AutoLogin worked fine yesterday. Today I started the launcher and updated the LIVE setup in the launcher. MQ2AutoLogin continues to work just fine on the LIVE Server setups I have. But the EMU Server launcher fails when I try to log into ProjectEQ. It hangs/crashes at entering the...
  13. ButtKoWitz

    Question - Seeing buff durations on others

    Nice! Have gone over it briefly. Definitely learning a few things about using LUA and MQ, much appreciated! Looks like you're doing pretty much what I'm slowly building. Scripts on each toon to monitor buffs, DanNet for firing off things. You have a TON more work progress on checks, I've only...
  14. ButtKoWitz

    Question - Seeing buff durations on others

    Much appreciated! I've mostly given up and back to using individual buff-me scripts for each character.
  15. ButtKoWitz

    Question - Seeing buff durations on others

    I'm pulling my hair out trying to learn DanNet (*should* be simple). I cannot for the life of me do any form of a /dquery. The instructions are pretty vague, and I've spent hours searching the forums/web for LUA examples of using /dquery with no luck. Anyone know what syntax I need to do a...
Back
Top
Cart