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

  1. Y

    Question - Creating a custom in-game /command

    I am looking to create a custom in-game command to pass parameters to a Lua script. For example, I'd type in-game the following: /passparameters <caster> <spell_name> <target> And from there, a Lua script would grab the parameter <caster>, <spell_name> and <target> so I can do with them...
  2. Y

    Release Button Master

    Is there a way to code a button to instruct another member of my group (via /dex I guess) to cast his spellgem #1 but, if spellgem #1 is not available, cast his spellgem #2 instead?
  3. Y

    Release Button Master

    I am struggling here, please help. I closed the buttonmaster plugin window by accident, and I just cant make it reappear. I do /lua run buttonmaster and it says it is it already running. I stop it and restart it, but the window does not display onscreen, even though it loads up in the MQ2 chat...
  4. Y

    Question - Detecting Heal Over Time recourse on target

    I have tried with buff duration too, and believe me I have quadruple confirmed that Celestial Healing was running on the target. I am starting to believe that Sic is right (post #2 in this thread) in that the Target TLO simply cannot read Heals Over Time spells.
  5. Y

    Question - Detecting Heal Over Time recourse on target

    I am going crazy here, because it just doesnt work for me like that. Check the screenshot below. I have typed both mq.TLO.Target.Buff('Celestial Health')() and mq.TLO.Target.Buff("Celestial Health")() and my target has Celestial Health running at this precise moment. Unfortunately, both entries...
  6. Y

    Question - Detecting Heal Over Time recourse on target

    I just copy/pasted your exact code, cast Celestial Health on the target, and still nothing. Can you please tell me how exactly you made it to have the TLO mq.TLO.Target.Buff() to detect Celestial Health on your target?
  7. Y

    Question - Detecting Heal Over Time recourse on target

    I do have the local mq = require('mq') at the top of my code. No luck :(
  8. Y

    Question - Detecting Heal Over Time recourse on target

    Thank you very much for the response. Unfortunately, after having tried multiple variations of your proposed "index" counter approach, I still cannot get the Target TLO to recognize Heals Over Time spells, such as for example "Celestial Health". I am using the following code: for i = 1...
  9. Y

    Question - Detecting Heal Over Time recourse on target

    Hi! Just wondering whether you had the opportunity to look at your code? Thanks!
  10. Y

    Question - Detecting Heal Over Time recourse on target

    That would be fantastic. Thank you!!!
  11. Y

    Question - Detecting Heal Over Time recourse on target

    Unfortunately, the cleric line of Heal Over Time spells are not detected on Target (neither via Buff or Song check). It is detected on Me though via Song check. I confirmed this last night.
  12. Y

    Question - Detecting Heal Over Time recourse on target

    I have found out that I can simply check mq.TLO.Me.Song("Celestial Health")() to check whether I have the recourse running in my song window or not. It would be better if it worked with Target instead of Me, but I can work around that.
  13. Y

    Question - Detecting Heal Over Time recourse on target

    I would love if you could share how to get the id of the recourse please.
  14. Y

    Question - Detecting Heal Over Time recourse on target

    Thank you. This is new to me, could you please explain how to do it, or point me in the right direction please? Thanks a lot in advance!
Back
Top
Cart