宏命令

/targetlasttarget
武器更换(Weapon swaps)
姿态切换(Stance dances)
冲锋/拦截/干涉冲锋(Charge/intercept/Intervene)
PVP/DPS/升级(PvP / DPS / Leveling)
抗怪(Tanking)
抗一群怪……(Multi Tanking)
杂项及其它(Miscellaneous & others )
常用宏命令(Common macro commands)


1:武器更换


(shift+左键将你的武器/盾牌名称输入你的宏)

双持换成双手,双手换回双持(Dual wielding to 2h and back to DW):

/equipslot 16 玛拉达斯,黑龙军团的符文之剑
/equipslot 17 其拉祭祀匕首
/equipslot 16 狂野之刃

盾牌状态 : (第一行命令使你切入防御姿态)

/cast [stance:1/3]Defensive Stance
/equipslot 16 玛拉达斯,黑龙军团的符文之剑
/equipslot 17 钻孔虫之碟

快速换装宏的一键版,平时是tank状态,ctrl切换到双持,alt切换到抗性盾牌.你也可以更换16或17两个数字对应的装备槽中的任意一个到双手武器,变成双手状态;其中的热键也是可以更改的,包括组合键

/equipslot 16 雷霆之怒, 逐风者的祝福之剑
/equipslot 17 源质壁垒
/equipslot [modifier:ctrl] 17 坚定力量之镰
/equipslot [modifier:alt] 17 龙人之盾

双持->盾牌->双手->双持
/equipslot 16 Vindicator's Brand
/equipslot 17 Revenger
/equip [equipped:One-Handed Swords] Aegis of the Sunbird
/equip [equipped:Shields] Plasma Rat's Hyper-Scythe
(这几个装备就不翻译了,cwow还没有官方名称-.-)


关于更换包位中确定位置的物品: 'PickupContainerItem' 用在你想装备的盾牌的在背包的位置上
/script PickupInventoryItem(17); if CursorHasItem()then PickupContainerItem(4,4);EquipItemByName("无坚不摧之力");else EquipItemByName("风暴战锤"); EquipItemByName("无法撼动之物");end;


2:姿态切换

只占用一个技能位,引导你切换到正确姿态下释放技能,并显示该技能的冷却时间(例子是压制/惩戒痛击/嘲讽/旋风)

这里在英文后面加括号,方便阅读,并且保持原宏的风貌。。


# show Overpower(压制)
/cast [stance:1] Overpower; Battle Stance (战斗姿态)

# show Mocking Blow (惩戒痛击)
/cast [stance:1] Mocking Blow; Battle Stance (战斗姿态)

# show Taunt (嘲讽)
/cast [stance:2] Taunt; Defensive Stance (防御姿态)

# show Whirlwind (旋风斩)
/cast [stance:3] Whirlwind; Berserker Stance (狂暴姿态)



姿态切换的loop宏,只需使用2个绑定键位既可完成任意姿态下切换到另一任意姿态的功能

/cast [stance:1]Berserker Stance;[stance:3]Defensive Stance;[stance:2]Battle Stance
对应的中文版:
/cast [stance:1]狂暴姿态;[stance:3]防御姿态;[stance:2]战斗姿态

另一个反方向的切换宏:
/cast [stance:1]Defensive Stance;[stance:2]Berserker Stance;[Stance:3]Battle Stance
/cast [stance:1]防御姿态;[st

ance:2]狂暴姿态;[Stance:3]战斗姿态

(译者注:这个宏感觉不是很实用,个人还是3姿态分别对应hotkey比较舒服些,也许会有人喜欢这种宏吧……)



战斗和防御互相切换的宏,如果点击ctrl,则切换到狂暴姿态(私以为这个实用程度高一些)

/cast [modifier:ctrl,nostance:3] Berserker Stance; [stance:1] Defensive Stance; Battle Stance
对应中文版本:
/cast [modifier:ctrl,nostance:3] 狂暴姿态; [stance:1] 防御姿态; 战斗姿态


3态技能绑定宏:
把 <* Stance Ability> 替换成你想放上去的技能,例如

/cast [stance:1] Overpower; [stance:2] Sunder Armor; [stance:3] Whirlwind

就是个战斗姿态压制,防御姿态破甲,狂暴姿态旋风的宏

(译者再注:怎么看防御姿态都应该对应复仇的说……)


防恐惧宏 - 用到它的场合比如黑龙mm ……这个宏可以一键完成切换狂暴姿态释放狂暴之怒并切回防御(如果你装备了盾牌)或是战斗(你没装备盾牌)姿态的一系列动作,也许你对你的操作有信心,不过只按一个键确实很省心

# show Berserker Rage
/cast [stance:3] Berserker Rage; Berserker Stance
/cast [noequipped:shields] Battle Stance; Defensive Stance

# show 狂暴之怒
/cast [stance:3] 狂暴之怒; 狂暴姿态
/cast [noequipped:shields] 战斗姿态; 防御姿态



冲锋 / 拦截/ 干涉冲锋

下面的宏集成了冲锋/拦截,如果你不在对应的姿态,第一次点击会使你切换到对应的姿态,再次点击会施放对应的技能,战斗中点击同样会使你切换到狂暴姿态

/cast [nocombat,stance:1] Charge; [combat,nostance:3] Berserker Stance; [nocombat,nostance:1] Battle Stance; [combat,stance:3] Intercept

/cast [nocombat,stance:1] 冲锋; [combat,nostance:3] 狂暴姿态; [nocombat,nostance:1] 战斗姿态; [combat,stance:3] 拦截


干涉冲锋宏


/cast [nostance:2] Defensive Stance; [help] Intervene; [target=targettarget, help] Intervene


还有这个鼠标移动到的位置就干涉冲锋的

/cast [target=mouseover,help,nodead,stance:2] Intervene; Defensive Stance

Useful for any boss fight where you need to run away from the boss quickly. Ctrl-click on your healer (or someone else in a safe location) before combat. Click in combat to Intervene on that person.

在某些需要你快速离开boss身边的战斗中非常实用的宏,战斗前ctrl+单击(focus目标)你的治疗(或者其他在安全位置的职业),战斗中点击这个宏用来干涉冲锋他!

/focus [modifier:ctrl]
/stopmacro [modifier:ctrl]
/cast [target=focus] Intervene



对应在不同姿态技能栏下的一个分离的冲锋/拦截宏,将这两个宏放置在各自对应姿态的同一个技能按键上,需要使用冲锋/拦截的时候敲下它们(是宏,所以要多敲两下-.-),就会自动判断情况使用技能或者

在姿态之间切换

冲锋/拦截 - (战斗姿态技能栏)
备注:如果你不在能够使用技能的距离,这个宏会施放血怒,并切换到狂暴姿态-.-

/cast [stance:1, combat] Berserker Stance;
/cast [stance:1, nocombat] Charge;
/StopCasting
/cast [stance:1, nocombat] Berserker Stance;
/StopCasting
/cast [stance:1, nocombat] Bloodrage;

冲锋/拦截 - (狂暴姿态技能栏)

/cast [stance:3, combat] Bloodrage;
/StopCasting
/cast [stance:3, combat] Intercept;
/cast [stance:3, nocombat] Battle Stance;

冲锋/拦截 - (防御姿态技能栏)

/cast [stance:2, combat] Berserker Stance;
/cast [stance:2, nocombat] Battle Stance;


最后是all in 1版本:
不在战斗状态:--冲锋, 战斗状态切换到狂暴: 拦截 如果目标是友方目标, 切换到防御姿态干涉冲锋

/cast [help,stance:2,target=targettarget]Intervene;[help,stance:2]Intervene; [help,nostance:2]Defensive Stance; [combat,harm,nostance:3]Berserker Stance;[nocombat,nostance:1]Battle Stance;[combat,harm,stance:3]Intercept;[nocombat,stance:1]Charge



如果将字母 A 到 Z 分别编上 1 到 26 的分数,(A=1,B=2...,Z=26)
你的知识(KNOWLEDGE)得到 96 分(11+14+15+23+12+5+4+7+5=96)
你的努力(HARDWORK)也只得到 98 分(8+1+18+4+23+15+18+11=98)
你的态度(ATTITUDE)才是左右你生命的全部(1+20+20+9+20+21+4+5=100)

Posted: 2007-06-06 08:37 | [楼 主]

pppstone



级别: 管理员


精华: 158
发帖: 3021
威望: 438 点
财富: 1772 金钱
贡献值: 25 点
好评度: 28 点
朋友圈: 神之梦境
注册时间:2006-09-27
最后登录:2008-09-18 小 中 大

PvP / DPS / Lvling

处决宏:防御姿态下会切换到战斗姿态,战斗或狂暴姿态下会释放处决
/cast [stance:1/3] Execute; [stance:2] Battle Stance

前面提到的压制/破甲/旋风宏
/cast [stance:1] Overpower; [stance:2] Sunder Armor; [stance:3] Whirlwind

释放压制并蓄起一次英勇打击(这个宏依旧能够使用是因为英勇是针对“下一次攻击”的技能,并不占用公共cd,同理,顺劈也是可以和压制绑定的)
/cast Overpower
/cast Heroic Strike

更换双手武器压制的宏
/cast [stance:1] Overpower; Battle Stance
/stopmacro [equipped:Two-Handed Swords]
/equip "2 hand sword of pwnage"

下面的宏会尝试释放斩杀,如果不能斩,则释放英勇打击,点击ctrl则用顺劈替代英勇
/cast Execute
/stopcasting
/cast [modifier:ctrl] Cleave; Heroic Strike

切换到狂暴姿态,拦截并断筋
/cast [stance:3] Intercept; Berserker Stance
/stopcasting
/cast [stance:3] Hamstring

这是个很不错的farm宏– 他能让你完成下马, 冲锋, 嗜血/英勇/旋风 这一系列的动作– 如果目标闪避或是超过了距离,点击这个宏还可以拦截,你只需要看好自己的怒气:)
/dismount
/cast [nocombat,stance:1] Charge; [combat,nostance:3] B

erserker Stance; [nocombat,nostance:1] Battle Stance; [combat,stance:3] Intercept
/stopcasting
/castsequence reset=5 Bloodthirst, Heroic Strike, Whirlwind

如果是pvp的情形,我依旧使用上面的宏,只是改写最后一行……
(例如,/castsequence.. 换成/cast Hamstring 来首先保证敌人中了断筋)

缴械宏 (战斗/狂暴姿态下):
# show Disarm
/cast [nostance:2] Defensive Stance; Disarm
下面这一行取决于你想切回的姿态:
/cast [nostance:3] Berserker Stance

打断施法 - 盾击/拳击宏 ,取决于你是否装备了盾 - /stopcasting 在这里用来取消任何在即将释放的技能队列中的技能... 在pvp,速度就是胜利的保证
/stopcasting
/cast [stance:1/2,noequipped:Shields] Berserker Stance; [stance:1/2,equipped:Shields] Shield Bash; [stance:3] Pummel

压制/处决
#show Execute
/castrandom [nostance:1] Battle Stance; Overpower, Execute

致死/英勇 如果血怒可用则释放血怒
#show Mortal Strike
/cast Bloodrage
/cast Mortal Strike
/cast Heroic Strike



其它

法术反射--如果你没有装备盾牌,这个宏会帮助你换上指定的盾牌 如果你处于防御姿态或战斗姿态,则施放法术反射。如果你处于狂暴姿态,则切回防御姿态以施放法术反射


/cast [stance:1/2,equipped:Shields] Spell Reflection; [stance:3] Defensive Stance
/stopmacro [equipped:Shields]
/equip name of shield

( 2.1 之后,法术反射+切换双手武器的宏已经不能使用了)


通用射击宏
/cast [equipped:Bows/Guns/Crossbows] Shoot; [equipped:Thrown] Throw


Tanking

两个傻瓜宏


破甲+英勇
/cast Sunder Armor
/cast Heroic Strike

复仇+盾挡
/cast Revenge
/cast Shield Block

首先使用破甲英勇宏来获得不错的仇恨(确保你有足够的怒,不然只是单纯的一次破甲),之后的复仇+盾挡则使tanking进入平稳阶段


嘲讽-惩戒-挑战宏

ctrl为施放惩戒,alt为施放挑战

# show Taunt
/cast [modifier:alt] Challenging Shout;[modifier:ctrl,nostance:1] Battle Stance; [modifier:ctrl,stance:1] Mocking Blow; [stance:2] Taunt; [nostance:2] Defensive Stance



一个使用了'castsequence' 的tank宏

/castsequence reset=5 Shield Block, Revenge, Sunder Armor



毁灭打击, 盾牌猛击, 英勇打击.优先释放毁灭打击和盾猛,并将英勇加入技能队列中,ctrl用来切换英勇和顺劈
/castrandom Devastate, Shield Slam
/stopcasting
/cast [modifier:ctrl] Cleave; Heroic Strike

惩戒痛击: 切换到战斗姿态并施放惩戒痛击, 之后切回防御姿态
# show Mocking Blow
/cast [nostance:1] Battle Stance; Mocking Blow
/cast [nostance:2]Defensive Stance


Multi tanking

切换到最近的目标释放破甲,然后切回上一个目标 – 你无需看到切换的过程,但是破甲确实上去了... ;)
/targetenemy
/cast Sunder Armor
/targetlasttarget



这个宏会对你鼠标指到的目标破甲,用于你丢失了目标的情况(当然,目标需要在你的近战距离内). 当然了,这个宏会先检查你破甲的怪物是否是敌对的

#show Sunder Armor
/cast [target=mouseover, harm, nodead] Sunder Armor




/cast [nocombat,stance:1] 冲锋; [combat,nostance:3] 狂暴姿态
狂暴姿态时技能宏:
/cast [combat,stance:3] 拦截 ; [nocombat,nostance:1] 战斗姿态
防御姿态时技能宏:
/cast [combat]狂暴姿态;[nocombat]战斗姿态


打个比方,把3个宏拖到各个姿态下的快捷键1下面
战斗姿态时按1,没进入战斗时冲锋,进入战斗时切换狂暴姿态
狂暴姿态时按1,没进入战斗时切换战斗姿态,进入战斗时拦截
防御姿态时按1,没进入战斗时切换战斗姿态,进入战斗时切换狂暴姿态

相关文档
最新文档