您正在预览频道:

魔兽世界macro收集

(已有3人订阅)

魔兽世界macro收集 最近更新的文章:

节能施法时自动放奥术飞弹的宏

jaway

/script local q; local t;for i=0,15,1 do t=GetPlayerBuffTexture(i); if (t and string.find(t, "ManaBurn")) then q=1; break; end; end; if(q ~= nil) then CastSpellByName(" 奥术飞弹 ( 等级

如果目标身上是 5 灯就剔骨 , 如果主手是匕首就出背刺 , 如果是其他武器 , 就出邪恶攻击

jaway

/script if(UnitName("target") == nil) then TargetNearestEnemy();else if(not UnitCanAttack("player","target")) then AssistUnit("target") end end
/script if

© 1998 - 2009 Tencent Inc. All Rights Reserved