高级玩家

- 贡献度
- 3
- 金元
- 2787
- 积分
- 291
- 精华
- 0
- 注册时间
- 2016-6-26
|
本帖最后由 lishibingz 于 2018-9-14 17:08 编辑
KeyPress "`", 1
Delay 5
Call Plugin.Sys.SetCLB("cleartraits")
KeyDown 17, 1
KeyPress 86, 1
KeyUp 17, 1
KeyPress "Enter", 1
Delay 5
Call Plugin.Sys.SetCLB("AssignTrait <!-Missing Translation [Traits/Trait_Healer_ShortName_M]-!>")
KeyDown 17, 1
KeyPress 86, 1
KeyUp 17, 1
KeyPress "Enter", 1
Delay 5
Call Plugin.Sys.SetCLB("AssignTrait <!-Missing Translation [Traits/Trait_Motivated_ShortName_M]-!>")
KeyDown 17, 1
KeyPress 86, 1
KeyUp 17, 1
KeyPress "Enter", 1
Delay 5
Call Plugin.Sys.SetCLB("AssignTrait <!-Missing Translation [Traits/Trait_Tireless_ShortName_M]-!>")
KeyDown 17, 1
KeyPress 86, 1
KeyUp 17, 1
KeyPress "Enter", 1
Delay 5
Call Plugin.Sys.SetCLB("AssignTrait <!-Missing Translation [Traits/Trait_Happiness_Higher_ShortName_M]-!>")
KeyDown 17, 1
KeyPress 86, 1
KeyUp 17, 1
KeyPress "Enter", 1
Delay 5
Call Plugin.Sys.SetCLB("AssignTrait <!-Missing Translation [Traits/Trait_Entertainer_ShortName_M]-!>")
KeyDown 17, 1
KeyPress 86, 1
KeyUp 17, 1
KeyPress "Enter", 1
Delay 5
Call Plugin.Sys.SetCLB("AssignTrait <!-Missing Translation [Traits/Trait_GreenFingers_ShortName_M]-!>")
KeyDown 17, 1
KeyPress 86, 1
KeyUp 17, 1
KeyPress "Enter", 1
Delay 5
Call Plugin.Sys.SetCLB("AssignTrait <!-Missing Translation [Traits/Trait_PayLow_ShortName_M]-!>")
KeyDown 17, 1
KeyPress 86, 1
KeyUp 17, 1
KeyPress "Enter", 1
Delay 5
KeyPress "`", 1
按键精灵脚本,清空角色特质技能,再添加所有正面特质。自个设置仅执行一次,命令可以自个修改(优化了下,速度快很多) |
|