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

WD - Belphegor Change Request

njmahill

New Member
Joined
Sep 12, 2011
Messages
21
Reaction score
0
Hey all, everything is working great but my only issue is that when a new version of Demonbuddy comes out it completely overwrites my changes within Belphegor Witch Doctor combat routine. This is basically what i have done

Since i use the Vision Quest passive, in order to maintain my mana to be highly effective i must keep 4 of my active abilities on CD. So within belphegor combat routine i have set the following lines

new SelfCast(SNOPower.Witchdoctor_SpiritWalk, ctx => nearbycount >= 1 || Unit.IsElite((DiaUnit)ctx)),
new SelfCast(SNOPower.Witchdoctor_Horrify, extra => nearbycount >= 1),
new CastOnUnit(SNOPower.Witchdoctor_GraspOfTheDead, ctx => ((DiaUnit)ctx).ACDGuid),
new SelfCast(SNOPower.Witchdoctor_SoulHarvest,
ctx => Clusters.GetClusterCount(ZetaDia.Me, CombatTargeting.Instance.LastObjects, ClusterType.Radius, 16f) >= 1
|| (Unit.IsElite((DiaUnit)ctx, 16f)))

these are the 4 items i use to keep on CD, so these are the only ones i changed to my liking. What i am requesting is however, In the WD tab of Belphegor .. is it possible to have all the abilities listed and just select an option to "Fire On CD" or "When 3 or more mobs are active" or etc etc etc.

I personally just fire them on cd .. as soon as they are up, i pop them again and just let my Plague of Toads and Acid Rain finish the mobs off. The above changes allows this to happen and my mana is basically topped off each and every fight sequence, however as i have said... with each version of Demonbuddy i have to re-fix the above lines to read this way. So maybe some options within the belphegor setting tabs to enable this and just simply eliminate the need for manual line by line changes would be great.

Thanks.
 
Ill add in settings for all AoE type spells so once there set it wont get replaced in the future.
 
Back
Top