猎人宏命令基础知识
打开宏界面
输入:/macro 或通过主菜单-宏命令设置
创建宏
点击“新建”,命名宏,选择图标
输入命令
将宏命令粘贴到“输入宏命令”框中,点击保存
命令讲解
`showtooltip`:显示技能说明和图标
`/cast`:施放技能,后跟技能名
`/petattack`:宠物攻击
使用命令
长按鼠标左键拖到技能栏
魔兽世界WLK生存猎宏命令大全
假死冰冻陷阱收宠宏
showtooltip 冰冻陷阱
/ClearTarget
/PetPassiveMode
/petFollow
/施放假死
/施放冰冻陷阱
/targetlastenemy
雄鹰猎豹守护切换宏
/castsequence 雄鹰守护,猎豹守护
标记上BB,有目标就上标记宠物攻击没目标就丢照明
/cast [harm]猎人印记;照明弹
/petattack
猎人标记宝宝攻击
/cast 猎人标记
/petattack
灵猴+威慑
showtooltip 威慑
/stopcasting
/cast 威慑
/cast 灵猴守护
假死+陷阱
showtooltip 冰霜陷阱
/ClearTarget
/PetPassiveMode
/petFollow
/施放假死
/施放冰霜陷阱
/targetlastenemy
收宠+驱散射击
/script PetPassiveMode()
/script PetFollow()
/施放驱散射击
技能判断宏(如宁神射击)
/script local T; for i=0,15,1do T=UnitDebuff("target", i); if(T and string.find(T, "XXXX")) then break; end; end; if(T and string.find(T, "XXXX")) then CastSpellByName("宁神射击"); /Y我已成功释放宁神射击,下个猎人准备! else jump(); end
假死影遁喝水宏
/petpassive
/petstay
/cast [nostealth]假死
/castsequence [nostealth] reset=20Purified Draenic Water,影遁
魔兽世界WLK射击猎宏命令大全
大技能宏
showtooltip rapid fire
show rapid fire
/use 13
/cast Bestial Wrath
/cast blood fury
/cast rapid fire
/cast kill command
/cast readiness
奇美拉射击
showtooltip chimera shot
show chimera shot
/cast [target=pettarget,exists] kill command
/cast chimera shot
/cast silencing shot
瞄准射击
showtooltip aimed shot
show aimed shot
/cast [target=pettarget,exists] kill command
/cast aimed shot
/cast silencing shot
奥术射击
showtooltip arcane shot
show arcane shot
/cast [target=pettarget,exists] kill command
/cast arcane shot
/cast silencing shot
主人的召唤
showtooltip Master's Call
show Master's Call
/cast [target=mouseover,exists][target=player] Master's Call
杀戮射击
show kill shot
showtooltip kill shot
/cast [target=mouseover,exists] Kill Shot(Rank 3)
/cast Kill Shot(Rank 3)
近战宏
show Mongoose Bite
showtooltip Mongoose Bite
/cast Raptor Strike(Rank 9)
/cast Mongoose Bite(Rank 5)
通过以上内容,您应该已经了解了WLK猎人常用宏命令的详细使用方法。希望这些信息能帮助您在游戏中更加高效地操作。