发布时间:2024-10-06作者:陈宇谦点击:
宏名称:永恒之塔怀旧治愈输出宏
宏代码:
/use 治愈术:等级 1
/use 治愈术:等级 2
/use 治愈术:等级 3
/use 治愈术:等级 4
/use 治愈术:等级 5
/use 治愈术:等级 6
/use 治愈术:等级 7
/use 治愈术:等级 8
/use 治愈术:等级 9
/use 治愈术:等级 10
用法:
将宏添加到您的技能栏中。当目标需要治疗时,按宏键。宏将自动按顺序施放所有等级的治疗术,直到目标生命值达到满值。
优点:
便捷:只需按一个键即可施放多种治疗法术。
高效:宏会根据目标生命值自动选择适当的治疗法术,确保最大的治疗效果。
可定制:您可以根据自己的喜好修改宏,例如添加驱散或增益法术。
注意事项:
确保您拥有所有等级的治疗术法术。
在使用宏之前,将目标锁定在需要治疗的单位上。
该宏适用于怀旧版永恒之塔。在其他版本中可能无法正常工作。
治疗宏
单体治疗宏:
```
/cast [target=mouseover] [target=player] 治疗技能
```
范围治疗宏:
```
/cast [@cursor] 治疗技能
```
加成buff宏
单人加成buff宏:
```
/cast [target=player] 技能名称
```
范围加成buff宏:
```
/cast [@cursor] 技能名称
```
组合宏(治疗+buff)
单体治疗+单人buff宏:
```
/castsequence reset=[combat] 治疗技能, 技能名称
```
单体治疗+范围buff宏:
```
/castsequence reset=[combat] 治疗技能, [@cursor] 技能名称
```
范围治疗+单人buff宏:
```
/castsequence reset=[combat] [@cursor] 治疗技能, 技能名称
```
范围治疗+范围buff宏:
```
/castsequence reset=[combat] [@cursor] 治疗技能, [@cursor] 技能名称
```
使用说明:
将宏粘贴到角色的宏列表中。
为宏分配一个快捷键。
按快捷键施放宏。
注意,有些宏可能会在战斗中重置,而另一些则不会。请根据需要调整宏中的“reset”参数。
按键绑定宏命令
/macro "宏名称" "宏指令" - 创建新宏。
/macro "宏名称" "-" - 清除宏指令。
/macro - 查看所有宏。
/bind 按键 "宏名称" - 将宏绑定到特定按键。
/unbind 按键 - 解除宏的按键绑定。
常见的宏指令
/cast "技能名称" - 施放技能。
/use "物品名称" - 使用物品。
/target "目标名称" - 选中目标。
/assist "玩家名称" - 协助其他玩家。
/follow "玩家名称" - 跟随其他玩家。
/say "消息" - 发送聊天消息。
/partysay "消息" - 发送组队聊天消息。
/raid "消息" - 发送团队聊天消息。
/guild "消息" - 发送公会聊天消息。
/timer "时间" - 设置计时器(以秒为单位)。
/script "代码" - 执行 Lua 脚本。
条件宏
/macro "宏名称" "条件" - 当条件为真时执行宏。
/condition "条件" "宏指令" - 仅在条件为真时执行宏指令。
/else "宏指令" - 如果条件为假,则执行该宏指令。
/end - 结束条件宏。
常见的条件
@target "目标名称" - 目标为指定名称时。
@targettype "类型" - 目标类型为指定类型时(例:enemy、friend)。
@party "玩家名称" - 玩家在组队中时。
@raid - 玩家在团队中时。
@timer - 计时器已达到时。
示例
```
/macro "治疗自己" "/cast 治愈"
/bind b "治疗自己"
/macro "切换目标" "/targetenemy" "/targetnextenemy"
/bind t "切换目标"
/macro "复活" "/condition @target [@target] /cast 复活术 /end"
/bind r "复活"
/macro "拉怪" "/targetenemy /assist [@target] /cast 拉拽"
/bind f "拉怪"
```
```
单体治疗宏
/macro Aion /heal %t
群疗宏
/macro Aion /groupheal [target=party1] /groupheal [target=party2] /groupheal [target=party3] /groupheal [target=party4] /groupheal [target=party5]
复活宏
/macro Aion /rez [target=lasttarget]
解除负面效果宏
/macro Aion /cleanse [target=self]
解除群体负面效果宏
/macro Aion /groupcleanse [target=party1] /groupcleanse [target=party2] /groupcleanse [target=party3] /groupcleanse [target=party4] /groupcleanse [target=party5]
切换治疗目标宏
/macro Aion /targettarget [target=party1] /targettarget [target=party2] /targettarget [target=party3] /targettarget [target=party4] /targettarget [target=party5]
其他宏
拦截宏
/macro Aion /intercept [target=lasttarget]
协防宏
/macro Aion /defend [target=lasttarget]
自动跟随宏
/macro Aion /follow [target=lasttarget]
```
2023-08-31
2023-10-14
2023-08-05
2023-08-29
2023-09-25
2023-09-23
2023-09-23
2023-09-11
2023-09-23
2023-09-06