精华 2.0 - 猎人宏设定

不明飞行鸟

Moderator
管理成员
VIP
注册
2002-05-23
消息
8,208
荣誉分数
132
声望点数
193
注意:
很多旧的宏设定已经不能正常工作了,下面这些是新的猎人宏设定命令列表.


基本宠物命令:

宠物命令:进攻,跟随,待命.
/petattack
/petfollow
/petstay

宠物状态:待机,防御,攻击.
/petpassive
/petdefensive
/petaggressive

自动释放宠物技能:
/petautocaston <spell>
/petautocastoff <spell>

释放宠物技能(手动)
/cast <pet spell>
・这个和人物的技能释放是一样的

基本玩家命令:

释放法术:
/cast <spell>
/castrandom <spell>, <spell>, <spell>
/castsequence <spell>, <spell>, <spell>
/stopcasting

使用/装备物品
/use <item>
/equip <item>
/equipslot <slot id> <item>


高级宠物宏控制:

宠物攻击开关:
/petattack
/petpassive [target=pettarget,exists]
・如果你想保持你宠物的状态,用 /petfollow 来代替 /petpassive.

复活,呼唤,治疗宠物
/cast [target=pet, dead] Revive Pet; [modifier:ctrl] Revive Pet; [nopet] Call Pet; Mend Pet
・Modifier可以让你在按着Ctrl的时候直接释放复活宠物,在你宠物死了但是又看不见的时候用不错~

治疗/复活 宠物
/cast [pet] Mend Pet; Revive Pet

呼唤/解除 宠物
/cast [pet] Dismiss Pet; Call Pet

喂宠物(多种宠物)
#show Roasted Quail
/cast [pet, nocombat] Feed Pet
/use [pet:Cat/Ravager/Wolf, nocombat] Roasted Quail; [pet:Bear/Boar/Wind Serpent, nocombat] Conjured Cinnamon Roll
 
高级猎人宏:

装备/解除装备你的远程武器
/equip [noequipped:Crossbow] Ashjre'thul, Crossbow of Smiting
/script PickupInventoryItem(18) PutItemInBackpack()
・需要注明武器名称和类别。

对目标或者自己使用绷带
/use [help] Heavy Runecloth Bandage; [target=player] Heavy Runecloth Bandage
・Blz自带的SelfCast也是一样的效果~

在两个狩猎中互换
/castsequence Aspect of the Hawk, Aspect of the Monkey
・这个和追踪技能是一样的,比如TrackBeast/TrackUndead等~

按照特定健释放法术
/cast [nomodifier] Aspect of the Hawk
/cast [modifier:ctrl] Aspect of the Monkey
/cast [modifier:alt] Aspect of the Cheetah

按照鼠标按键释放技能
/cast [button:1] Aspect of the Hawk
/cast [button:2] Aspect of the Monkey
/cast [button:4] Aspect of the Cheetah
・By default, using a keybind counts as mouse button 1 (left click).

使用猴狩猎的时候更换技能Bar
/cast Aspect of the Monkey
/changeactionbar 2

取消豹狩猎(在它还在冷却的时候)
/cancelaura Aspect of the Cheetah
/cast Aspect of the Cheetah
・使用这个宏是因为在你的技能冷却前你是不能再按一边以取消它的效果的,所以这个宏就类似你鼠标右键点击取消一个效果~

屠杀命令(猎人TBC新技能)
/cast [exists,target=pettarget] Kill Command
・确定你用在你宠物的目标上,不然这个宏是没有效果的~

Solo宏
#show Auto Shot
/targetenemy [noharm]
/stopmacro [noharm]
/petattack
/cast Hunter's Mark
/startattack
・只需要一个按键就可以选定附近Mob,让你的宠物去攻击,你释放Mark,然后自动开始射击/攻击。

更换弹药
#show Steady Shot
/equip Sharp Arrow
/cast Steady Shot
/equip Wicked Arrow
・在不需要加成的技能上使用便宜的弹药

转向(猎人TBC新技能)给预先设定的目标
/cast [target=focus, help] Misdirection; [help] Misdirection; [target=pet, exists] Misdirection

举例使用多样有CD的技能或者挂缀
/cast Beastial Wrath
/stopcasting
/cast Rapid Fire
/stopcasting
/use Devilsaur Eye
/stopcasting
/cast Intimidation
 
牛!!这个帖子我转了呀~~~
 
后退
顶部