TheHaydens
Well-Known Member
If ${Me.ToActor.IsDead} && ${Me.Ability[${SpellType[511]}].IsReady} && ${Me.InCombat}
call CastSpellRange 511 0 0 0 ${Me.ID}
I got the script like that inside my "Class Routines" for the Inq and yes 511 is the spell int he spell list also, but confused which function to actually place it in?
I tried placing it in the "Combat Function" and also in the "Post Combat". Both times it will not trigger. Finally got desperate and placed it in the "Ping" section, still nothing. Any ideas would be great, This is so when the "inquisitor or Necro" die they will cast their self rez / group rez automatically spell and pop back up.. So the bot (Inq/Necro) has to be dead before "clicking" this spell and pop back up..
Suggestions??
call CastSpellRange 511 0 0 0 ${Me.ID}
I got the script like that inside my "Class Routines" for the Inq and yes 511 is the spell int he spell list also, but confused which function to actually place it in?
I tried placing it in the "Combat Function" and also in the "Post Combat". Both times it will not trigger. Finally got desperate and placed it in the "Ping" section, still nothing. Any ideas would be great, This is so when the "inquisitor or Necro" die they will cast their self rez / group rez automatically spell and pop back up.. So the bot (Inq/Necro) has to be dead before "clicking" this spell and pop back up..
Suggestions??