What's new
  • Visit Rebornbuddy
  • Visit Panda Profiles
  • Visit LLamamMagic
  • Visit Resources
  • Visit Downloads
  • Visit Portal

Resurgence (Healing Buff) How to cast

baoky

New Member
Joined
Sep 20, 2014
Messages
36
Reaction score
0
Resurgence (Healing Buff) How to cast


I am trying to use my Resurgence Rank 3 on the condition

- In Battle
- Resurgence is not active
- Cast Once

Only recast if resurgence is finished/ended

Thanks for helping!!
 
Try this one (not 100% sure)

if (buffTime("Resurgence") <=1 && SkillCooldown("Resurgence") == 0 && inFight())
{
useSkill("Resurgence, true, true");
Thread.Sleep(50);
}
 
Back
Top