B baoky New Member Joined Sep 20, 2014 Messages 36 Reaction score 0 Sep 20, 2014 #1 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!!
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!!
N nick1988 New Member Joined Sep 1, 2014 Messages 163 Reaction score 2 Sep 20, 2014 #2 Try this one (not 100% sure) if (buffTime("Resurgence") <=1 && SkillCooldown("Resurgence") == 0 && inFight()) { useSkill("Resurgence, true, true"); Thread.Sleep(50); }
Try this one (not 100% sure) if (buffTime("Resurgence") <=1 && SkillCooldown("Resurgence") == 0 && inFight()) { useSkill("Resurgence, true, true"); Thread.Sleep(50); }