discoverx

博客园 首页 新随笔 联系 订阅 管理
1.1、现在施放技能直接输入/cast(或者“/施放”),技能名如不加上具体等级,则默认使用最高级。
例如:“/cast Lesser Healing Wave”(施放最高等级的次治疗波)
或者 /cast Lesser Healing Wave(Rank 4) (施放等级为4的次治疗波)
使用物品则是/use

1.2、/castsequence是将命令后所列的法术按顺序施放,直到法术全部执行完,然后回到第一个法术再来一遍。
如果法术无法施放(冷却,超出距离,法力不足等等情况下),序列就不会走到下一个法术,下一次你再点这个宏的时候,它会再度尝试施放第一个法术.


1.3、# showtooltip,非常有用的命令,可以让你的宏不再只是显示宏的名字,而具备显示法术CD时间/物品数量/技能说明的强大功能。


1.4 "/stopcasting" 相当于1.12版本的"/script SpellStopCasting();"
#showtooltip 自然迅捷
/cast 自然迅捷
/stopcasting
/use 13
/stopcasting
/cast 治疗波

#showtooltip 自然迅捷
/cast [combat] 自然迅捷
/stopcasting
/use 13
/stopcasting
/cast [harm] 闪电链

#showtooltip 元素掌握
/cast [combat] 元素掌握
/stopcasting
/use 13
/stopcasting
/cast [harm] 闪电链

#showtooltip 清毒术
/cast [target=mouseover,exists,help] 清毒术; [target=target,help] 清毒术; [target=targettarget,help] 清毒术;

跟踪打断宏
#showtooltip 地震术
/clearfocus [target=focus,dead]
/clearfocus [target=focus,noexists]
/focus [target=focus,noexists]
/script SetRaidTarget("focus", 1)
/cast [target=focus] 地震术
/stopmacro [nogroup]
/p --==已打断 "%T" 的法术==--
posted on 2008-05-05 10:19  discoverx  阅读(394)  评论(0编辑  收藏  举报