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

  1. V

    Question - Buffing Order

    This might be outdated (2014), but I think, for the most part, it still applies. It gives you a general idea of what buffs to apply for each class. I've used it to determine which buffs I should have depending on what classes are available, which I think is a similar problem to what you are...
  2. V

    Tech - Update earlier this month, caused Laptop from Loading 2/3 groups just fine to only being able to load 1.

    https://forums.everquest.com/index.php?threads/long-zoning-time-on-new-pc.307227/post-4422409 https://forums.everquest.com/index.php?threads/long-zoning-time-on-new-pc.307227/post-4422484 I think based on the discussion, set MipMapping to false
  3. V

    Serious - Tip the MacroQuest Developer: brainiac

    On behalf of Test Server players, thank you. Order reference: 3ST46/1 Transaction reference: ch_3RPGqVL2uRETJoyB1hUS5z5T Date and time of payment: 05/15/25, 10:30 PM
  4. V

    Serious - Tip the MacroQuest Developer: brainiac

    Thank you for all your hard work supporting Test Server. I whole heartedly appreciate it Order reference: SBHJV/1 Transaction reference: ch_3RGy0XL2uRETJoyB0tZxi2Jv Date and time of payment: 04/23/25, 12:46 AM
  5. V

    Question - /nav only working in focus window?

    You have to broadcast the command to the relevant characters. You can do this by using MQ2Dannet or MQ2EQBC
  6. V

    Question - Git complaining about uncommitted changes

    Nothing wrong with challenging yourself and gaining some knowledge and experience :). What problem are you having? git pull fails due to uncommitted changes? Anything under the \build\ folder should be in .gitignore, so they shouldn't cause an issue. If you modified the .sln, then yes, this is...
  7. V

    IRL - f2p is next expan now?

    Yes. Terror of Luclin is now Free to Play.
  8. V

    Question - Adding a DataType?

    Why not just access it via AltCurrency[#|name]? eg. ${Me.AltCurrency[Timeless Tokens]}
  9. V

    Question - Coding Question: mq.TLO.Me.Class.ShortName

    You can use string.find(haystack, needle) to see if your text exists within another text. For example: _CasterClasses = 'DRU,CLR,SHM,MAG,WIZ,NEC,ENC' if string.find(_CasterClasses, mq.TLO.Me.Class.ShortName()) then mq.cmd("/echo match") else mq.cmd("/echo no match") end string.find will...
  10. V

    Question - Trying to read status of AA Ability.

    Rather than referencing 'Bold Attacks', try referencing 'Bold Attacks: Enabled' and 'Bold Attacks: Disabled'. ${Me.AltAbilityReady[Bold Attacks: Enabled]} / ${Me.AltAbilityReady[Bold Attacks: Disabled]} gives me the correct boolean value based on the state
  11. V

    Problem - Crashing with FPS Limiter + ISBoxer

    Thanks for your reply. I have tried the following since my last post. No difference was observed: - Update VV to 07/12 build - Use 64bit Innerspace instead of 32bit - Updated InnerSpace to Dev 07/12 build - Fresh Install VV - In Game FPS Sliders are already at Unlimited The following made...
  12. V

    Problem - Crashing with FPS Limiter + ISBoxer

    Hello, I know there are a few posts regarding crashes but I am making a new thread as I am unsure if this is related. I have quite a few variables that make it harder to determine whether this issue is specific to me, but the main difference between my crash and those reported, is that mine is...
Back
Top
Cart