|
Post by ant on Dec 4, 2006 0:52:45 GMT -5
|
|
|
Post by maz on Dec 4, 2006 17:47:59 GMT -5
I prefer the ones right from worldofwarcraft.com
and thottbot beta as the only working talent tree for rogues 2.0.1 (snd moved)
|
|
|
Post by scynscapa on Dec 4, 2006 22:09:50 GMT -5
forums.wow-europe.com/thread.html?topicId=13121383&sid=1I've used these guides for leveling a few skills so far, they seem to be fairly well thought out. **Edit: Both of these macros seem to have been broken in the 12/5 patch. ** Neither of these macros are mine. My bandage macro, searches bags from the rightmost to the left, targets the player, uses the first bandage it finds, then restores target to what it was. /script TargetUnit("player") /scriptg=GetContainerItemLink for b=0,4 do for s=1,18 do if g(b,s) and string.find(g(b,s),"Bandage") then UseContainerItem(b,s) break end end end /script TargetLastTarget()
The assist macro I use. Target the player you want to set as assist, and press the macro while holding control, press the macro itself to target the assist's target. (If this made no sense, let me know.) /script p=PAsi or""u=UnitName;t="target"c=IsControlKeyDown()if(c)then p=u(t)or u("party1")or""else AssistByName(p)end;DEFAULT_CHAT_FRAME:AddMessage("*** "..(c and("Set assist: "..p)or("Assisting "..p.." with "..(u(t)or"NO TARGET"))))PAsi=p
|
|
|
Post by ant on Dec 5, 2006 1:10:03 GMT -5
god teh fucking macro interface is amazing
|
|
|
Post by alindiel on Dec 5, 2006 14:56:08 GMT -5
yeah it is. check this out: charging in combat??? just spam this macro /script local i; CastShapeshiftForm(1); CastSpellByName("BloodRage"); CastSpellByName("Charge"); for i = 0,15 do if ( GetPlayerBuffTexture(i) == "Interface\\Icons\\Ability_Racial_BloodRage") then CancelPlayerBuff(i); end; end just spam in battle stance and you will be able to charge while in combat. this should only really work in pvp when you are far from your target because any damage taken from the time bloodrage is activated to the time it is canceled will negate the effect(bloodrage activation and removal removes you from combat for a split second! so spam this!!!) taken from: Incredible Warrior Tricks
|
|
|
Post by ant on Dec 6, 2006 2:23:39 GMT -5
holy shit
|
|