zoukankan      html  css  js  c++  java
  • SM

    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" 的法术==--
  • 相关阅读:
    A1141. PAT Ranking of Institutions
    A1140. Look-and-say Sequence
    A1139. First Contact
    A1138. Postorder Traversal
    A1137. Final Grading
    A1136. Delayed Palindrome
    A1135. Is It A Red-Black Tree
    A1134. Vertex Cover
    A1133. Splitting A Linked List
    layer.open打开iframe页面的调用父页面方法及关闭
  • 原文地址:https://www.cnblogs.com/discoverx/p/1182875.html
Copyright © 2011-2022 走看看