- 打卡等级:热心大叔
- 打卡总天数:94
- 打卡月天数:17
- 打卡总奖励:94
- 最近打卡:2025-01-18 01:28:20
|
\Interface\TargetEquip\TargetEquip.lua
修改
- local ActionWeapon = EnumAction(0, "targetequip");
- local ActionCap = EnumAction(1, "targetequip");
- local ActionArmor = EnumAction(16, "targetequip"); --衣服
- local ActionGlove = EnumAction(3, "targetequip");
- local ActionBoot = EnumAction(4, "targetequip");
- local ActionSash = EnumAction(5, "targetequip");
- local ActionRing = EnumAction(6, "targetequip");
- local ActionNecklace = EnumAction(7, "targetequip");
- local ActionDark = EnumAction(17, "targetequip"); --修改为暗器 by houzhifang
- local ActionRing2 = EnumAction(11, "targetequip");
- local ActionCharm = EnumAction(12, "targetequip");
- local ActionCharm2 = EnumAction(13, "targetequip");
- local ActionCuff = EnumAction(14, "targetequip");
- local ActionShoulder = EnumAction(15, "targetequip");
- local ActionDress = EnumAction(2, "targetequip"); --时装
复制代码
|
|