• 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

Question - Quiet Miracle on others?

Sodpoodle

New member
Joined
Nov 5, 2014
RedCents
361¢
Is there a way to get a cleric to use quiet miracle on other group members or is that beyond the scope of kiss?
 
It's beyond Kiss at the moment. You can use a few plugins to create a workaround though (MQ2Melee and MQ2EQBCS).

For more information you can check out this thread.
 
Find
Rich (BB code):
            /call DoMiscStuff

Add Below it

Rich (BB code):
	    /if (${Me.Class.ShortName.Equal[CLR]}) /call Quietmiracle

Find

Rich (BB code):
| -------------------------------------------------------------------------------------
| SUB: Combat

Add Above

Rich (BB code):
| -------------------------------------------------------------------------------------
| SUB: QuietMiracle
| -------------------------------------------------------------------------------------
Sub Quietmiracle
/declare i int local  
    /for i 0 to 5 {
        /if (!${Select[${Group.Member[${i}].Class.ShortName},ENC,BRD,CLR,WAR,MNK,ROG,BER,SHM]} && ${Me.AltAbilityReady[Quiet Miracle]} && (${Group.Member[${i}].CurrentMana}<=50 && ${i}>0||${i}==0) && ${Group.Member[${i}].CurrentMana}>0 && !${SpawnCount[${Group.Member[${i}]} corpse]}) {
            /squelch /tar id ${Group.Member[${i}].ID}
            /delay 1s ${Target.ID}==${Group.Member[${i}].ID}
    	    /g Castng Quiet Miracle on ${Target.Name}
            /alt act ${Me.AltAbility[Quiet Miracle].ID}
            /delay 2s
            /squelch /tar clear
/return
        }    
    }
    /next i
}
/return

I also added focused para on group members if you're a bst.
 
Question - Quiet Miracle on others?

Users who are viewing this thread

Back
Top
Cart