From e6d59c4b43397413073159b2801cee6a8add1083 Mon Sep 17 00:00:00 2001 From: xdh <xiefantasy@qq.com> Date: 星期二, 05 三月 2019 13:43:39 +0800 Subject: [PATCH] 6307 【后端】【2.0】多套装备开发单(默认第1套) --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py index f66d612..11ccf6b 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script/Event/EventShell.py @@ -868,8 +868,9 @@ giveItem.Clear() continue - #---初始化装备显隐---前端自己设置 - #curPlayer.SetEquipShowSwitch(IPY_GameWorld.revClothesCoat|IPY_GameWorld.revWeaponCoat|IPY_GameWorld.revMask) + #---初始化装备显隐 第1套*10+没有套装 + curPlayer.SetEquipShowSwitch(10) + PlayerControl.SetFaceEquipIndex(curPlayer, 11012014) #默认触发一次功能开启 if curPlayer.GetLV() == 1: -- Gitblit v1.8.0