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

WuzzMonk

Status
Not open for further replies.
I used this on my 2nd monk and it is amazing!!!

I'm currently running battlegrounds, I'm level 85.

Amazing score below:
4jxduf.png
 
I figure out that some code didn't change for the new 5.1 patch.
WindWalker.cs---line 77
Code:
if (!Me.HasAura("Energizing Brew") && Me.CurrentEnergy <= Me.MaxEnergy - (EnergyPerSec * 4) && Helpers.Unit.HasMyAura(Me, "Tiger Power" [COLOR=#ff0000]3[/COLOR]) && Me.CurrentTarget.IsWithinMeleeRange)
                    if (Spell.CastSpell("Fists of Fury"))

You should delete the letter "3", or else, it wouldn't cast fists of fury anymore..
 
I figure out that some code didn't change for the new 5.1 patch.
WindWalker.cs---line 77
Code:
if (!Me.HasAura("Energizing Brew") && Me.CurrentEnergy <= Me.MaxEnergy - (EnergyPerSec * 4) && Helpers.Unit.HasMyAura(Me, "Tiger Power" [COLOR=#ff0000]3[/COLOR]) && Me.CurrentTarget.IsWithinMeleeRange)
                    if (Spell.CastSpell("Fists of Fury"))

You should delete the letter "3", or else, it wouldn't cast fists of fury anymore..
You should read the first post, or else you'll ask stupid questions like this..

Edit: I noticed you were right. This is the wrong thread though.

Edit 2: I've hotfixed WuzzCollection. You can download from that thread or update via SVN.
 
Last edited by a moderator:
Status
Not open for further replies.
Back
Top