View Single Post
Old 10-20-2006, 10:52 PM   #1886 (permalink)
ironpham
DOOMTRAIN
 
ironpham's Avatar
 
Location: NC
Quote:
Originally Posted by Halx
So this guild I've been running with has been working on Heigan the Unclean for the last few raids.

I'm somewhat jealous of you, Hal. I hope you guys do a lot better in your new guild.

Also, here's that charge macro that I kept mistyping for you:
/script local i; CastShapeshiftForm(1); Cast SpellByName("BloodRage"); CastSpellByName("Charge"); for i = 0,15 do if (GetPlayerBuffTexture(i) == "Interface\\Icons\\Ability_Racial_BloodRage") then CancelPlayerBuff(i); end; end

This supposedly lets you charge while in combat. I hope I got it right this time.

P.S. Hi...this is my first post.
ironpham is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46