• 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
Resource icon

Release GroupCast.mac 2019-12-18

No permission to download
Joined
Aug 12, 2013
RedCents
658¢
Here is a macro that will cast a target spell on all members of the group. This ability is in kissassist.mac obviously, but sometimes I don't want to be running the macro and just want to quick cast some spells. My comments are not great, but hopefully this is fairly straightforward


Usage: /macro groupcast "Spell to Cast"

Flow: mems new spell in gem slot 1, casts spell on all members of group, re-mems original spell from gem slot 1


Tested: Spell blocked (Howler blocks SoE for example) and Spell not in spell book: /macro groupcast wtfover


The methods contained in casting.inc were modified from kissassist.mac

github:
https://github.com/mq2war/EQMacros.git
 
Last edited by a moderator:
Updated a typo in casting.inc. Here it is below. Also updated github.


Rich (BB code):
Sub SpellReady(string WaitSpell)

|####### Modified from kissassist.mac #########
       
       /declare WaitTimer timer 0

       /echo ${WaitSpell}

       /echo ${Me.Gem[${WaitSpell}]}
                 
       /if (${Me.Gem[${WaitSpell}]}) {
            /varset WaitTimer 300
            /while (!${Me.SpellReady[${WaitSpell}]} && ${WaitTimer}) {
                /delay 5
            }
            }
           
    /return
 
Last edited:
Release GroupCast.mac

Users who are viewing this thread

Back
Top
Cart