punisher775
New Member
- Joined
- Dec 10, 2010
- Messages
- 414
- Reaction score
- 3
actually all i did is use the Aldeeran champion line for pummel and modified it a bit because i have no idea how to write CCs lol, but yeah this is what i put and it works fine!
if (Me.CurrentTarget.IsCasting && Warrior.Instance.Settings.UsePummel)
{
SpellManager.Cast("Pummel");
also anyone know where or what i should do to make it use throwdown?
i have no idea whatsoever on how to write a CC and even the guide wont help me cuz i dont understand anything hahaha!
anyways please let me know! id really like it to use throwdown when it would be most effective, im not sure when that would be but it would be a nice addition.
if you could put the line i need to add on here id be happy to test it for you.
ill keep doing tests on it and let you know about potential improvements, adding victory rush might also be a really good idea.
to cast throwdown when its off CD would i need to make it go like
Whatever line of code is here
if (Warrior.Instance.Settings.UseThrowdown && Me.CurrentTarget.HealthPercent < 95)
{
CastSpell (Throwdown);
}
Next line here?
now im not sure if that would work and i dont know if i can just paste it in the CC to make it use throwdown but id like it to use throwdown anytime its off CC or to use as an interupt when pummel is on cooldown, is that a possibility???? plz post both options on here if you have time, or if anyone has time for that matter
im not sure where to paste it if the code is gunna work, anyways any help would be nice!
if (Me.CurrentTarget.IsCasting && Warrior.Instance.Settings.UsePummel)
{
SpellManager.Cast("Pummel");
also anyone know where or what i should do to make it use throwdown?
i have no idea whatsoever on how to write a CC and even the guide wont help me cuz i dont understand anything hahaha!
anyways please let me know! id really like it to use throwdown when it would be most effective, im not sure when that would be but it would be a nice addition.
if you could put the line i need to add on here id be happy to test it for you.
ill keep doing tests on it and let you know about potential improvements, adding victory rush might also be a really good idea.
to cast throwdown when its off CD would i need to make it go like
Whatever line of code is here
if (Warrior.Instance.Settings.UseThrowdown && Me.CurrentTarget.HealthPercent < 95)
{
CastSpell (Throwdown);
}
Next line here?
now im not sure if that would work and i dont know if i can just paste it in the CC to make it use throwdown but id like it to use throwdown anytime its off CC or to use as an interupt when pummel is on cooldown, is that a possibility???? plz post both options on here if you have time, or if anyone has time for that matter

im not sure where to paste it if the code is gunna work, anyways any help would be nice!