也许有的童鞋想明白魔兽世界DPS常用宏命令一览,下面由号令cc为您带来这方面的答案,一起来看看哦!
魔兽世界DPS常用宏命令
1、双倍经验/script p=”player“;x=UnitXPp;m=UnitXPMaxp;r=GetXPExhaustion;if -1==r or -1then t=”No rest.“else t=”双倍: “..*r/m+0.5..”/30格 “if r+x
2、去掉屏幕中间红字
/script UIErrorsFrame:Hide
3、显示屏幕中间红字
/script UIErrorsFrame:Show
4、死亡通报只显示60级的,可以自己改等级
.hcmessage 60
5、屏蔽进出频道的提示
/script ChatFrame_RemoveMessageGroupChatFrame1, ”CHANNEL“
6、宠物攻击+防御型
/script PetAttack
/petdefensive
7、宠物跟随+被动型
/petpassive
/petfollow
8、自动选择最近目标
/script if GetUnitName”target“==nil then TargetNearestEnemy end
9、自动攻击
/run for z=1,172 do if IsAttackActionzthen if not IsCurrentActionzthen UseActionz;end;end;end;
需要把“攻击”技能图标拖到任意动作条上。
10、自动射击
/script if not IsAutoRepeatActionx then CastSpellByName”自动射击“; end
反复按不会取消远程武器自动射击。需要把”自动射击“技能图标拖到动作条x位置上。
x中的X是动作条对应位置,比如主动作条是1-12,然后次动作条是13-24。
11、自动魔杖
/script if not IsAutoRepeatActionx then CastSpellByName”射击“; end
反复按不会取消远程武器自动射击。需要把”自动射击“技能图标拖到动作条x位置上。
x中的X是动作条对应位置,比如主动作条是1-12,然后次动作条是13-24。