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

[Request] Witch Docter - Re-summon Gargantuan when next to Elite

imaginationer0

New Member
Joined
Jan 23, 2016
Messages
2
Reaction score
0
Hi, i was wonder if it is possible to set an option for WD to re-summon Gargantuan when next to and elite and Gargantuan is off CD.

Sometime the Gargantuan would just attack the nearest target to them instead to elites, so I think this would increase the efficiency of the rifts by re-summoning them next to elites or at least packs of mobs.

and btw I and playing LON fire bat Gargantuan build
 
hi jubisman,

It would be nice to ensure player's current health before casting Gargantuan

Code:
if(Player.CurrentHealthPct > 0.5) {                     
    if(TargetUtil.AnyMobsInRange(25, 8) || TargetUtil.IsEliteTargetInRange(25f)) {
        return new TrinityPower(SNOPower.Witchdoctor_Gargantuan, 25f, TargetUtil.GetBestClusterPoint());
    }
}
 
Actually, we should be checking Spirit Vessel effect is not activated instead of player's health, but I don't know which buff to check

Doing this because of
1. if we die right after Gargantuan being cast, then we may die again soon if gargantuan is in cooldown
 
Last edited:
Try this. If it works it's gonna be in the next official release.
Anyone try this? How are your results compared to the stock version?? I am trying it, but I am not familiar enough with the class to really diiferentiate about it.
 
Back
Top