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

  1. A

    Utility Boxhud - 04/06/2024

    Automated update: c6f76ea997061f5f560db70431c7d77ba944e1b3
  2. A

    Utility Boxhud - 04/06/2024

    Automated update: e10589fe96742c59649e9ec4cd8c300b5958b79d
  3. A

    Utility Boxhud - 04/06/2024

    2.9.0 - Add support for Themez, pick a theme from config tab -> Display Settings
  4. A

    Utility Boxhud - 04/02/2024

    2.8.1 - Add auto scale height option to scale window to fit an army - Add rounded edges option to get rid of those scary sharp corners
  5. A

    Utility Boxhud - 04/01/2024

    Automated update: 8ccfbc3c3f7c38308533dce2d6a253f8db05edc6
  6. A

    SharedDataClient - 03/31/2024

    〰️Commits (bc50bbf) ~aquietone
  7. A

    Lua - SharedDataClient

    aquietone updated SharedDataClient with a new update entry: 03/31/2024 Read the rest of this update entry...
  8. A

    Problem - ERROR: Comparing boolean with number

    are you sure you have the correct line / part of code that it is complaining about? it is a number: > /lua parse mq.TLO.Me.Pet.PctHPs() 100 > /lua parse type(mq.TLO.Me.Pet.PctHPs()) numbe Also, you can just use Pet instead of Me.Pet. It might end up as nil if you had no pet but it should...
  9. A

    Lua - SharedDataClient

    aquietone updated SharedDataClient with a new update entry: 03/28/2024 Read the rest of this update entry...
  10. A

    SharedDataClient - 03/28/2024

    〰️Commits (16c327d) ~aquietone
  11. A

    Utility Boxhud - 03/26/2024

    2.8.0 - Added new window setting 'Use global window name' in case you want to use the same ImGui window name across all characters - Added new window setting 'Save window position in boxhud' in case you want to rely on ImGui configuration for window position (like if using global window name) -...
  12. A

    MAUI (MuleAssist UI) - 03/26/2024

    Automated update: 1a7844bf83cb122e4f081daf86fbdcf6b8345866
  13. A

    Utility Boxhud - 03/26/2024

    Automated update: dfc282df9b5193f814b27150e6081e448eeea3e2
  14. A

    Lua - SharedDataClient

    One random application of this: Using it to broadcast timers which can then be used within buttonmaster, so that you can have hotkeys with cooldown timers for remote characters abilities: The button created on some character other than the cleric: The property added to SharedDataClient on...
  15. A

    Question - what is the proper syntax to access and iterate group.member[n] in lua?

    Getting started with lua and imgui in MQ: http://docs.macroquest.org/lua/ vs code extension for mq definitions https://marketplace.visualstudio.com/items?itemName=ZenithCodeForge.mq-defs vs code definitions source (instructions in mq-definitions README.md)...
Back
Top