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

[Request] Use Beastial Wrath/Intimidate/Kill Command when in Combat

Bot

New Member
Joined
Aug 23, 2010
Messages
495
Reaction score
1
Could someone make me a plugin that uses, in order "Beastial Wrath, Intimidate, Kill Command" whenever in combat when cooldowns are over?

I am using CodenameG's BM profile and it doesn't use those spells.

It would be appreciated. TIA
 
yea. i beg to differ.
Code:
 if (getAdds().Count > 0)
                {
                    CastNowSpell("Bestial Wrath");
                }
im not going to work on that specific CC, as stated in the CC thread. but from what i hear FPSware made a mean one.
 
I occasionally see the ability on cooldown but 90% of the time, even when in combat, Bestial Wrath isn't used.
 
// Bestial Wrath
new CompHunter.NeedToBestialWrath( new CompHunter.BestialWrath()),
// Kill Command
new CompHunter.NeedToKillCommand( new CompHunter.KillCommand()),

Mine already does that.

Like CnG said, no work is being done on any Hunter CCs due to the complete rewrite required in the up coming expansion.
 
i forsee a long downtime after it comes out with all the changes honestly...
 
Back
Top