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

warlock pvp

BPAlpha

New Member
Joined
Jan 15, 2010
Messages
594
Reaction score
41
i want demon warlock to fear but only in pvp is there a way to do this?? i have it fearing already but doing it in pve aswell which is not good :)
any help would be great :)
 
if (useFear && Me.CurrentTarget.IsPlayer)
{
Fear();
}
 
added, will upload tonight with the rest of the changes

Does the Fear function also use the deathcoil? Its a life savor and would be oh so awesome to have in a pvp bgs.
 
Does the Fear function also use the deathcoil? Its a life savor and would be oh so awesome to have in a pvp bgs.

Death Coil is already enabled for players or for mobs, you can set the health percentage threshold to use it in the editable vars (I use 40%). The issue in PVP is that the main engine iterates through the entire Combat() class once before running through it again, so the CC isn't twitch friendly (IE it won't react instantly to being below 40% health by death coiling, it will finish its iteration before it gets back to the death coil section to check health and conditions).
 
Understood brotha. Really appreciate all of the time you put into your cc.
 
Back
Top