From 946db00eef78774ffed337714aebae76128c67bb Mon Sep 17 00:00:00 2001 From: hch <305670599@qq.com> Date: 星期五, 16 五月 2025 14:20:23 +0800 Subject: [PATCH] 0312 c++调用接口配置 --- ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script.ini | 24 ++++++++++++++++++++++++ 1 files changed, 24 insertions(+), 0 deletions(-) diff --git a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script.ini b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script.ini index ac53458..75c1c99 100644 --- a/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script.ini +++ b/ServerPython/ZoneServerGroup/map1_8G/MapServer/MapServerData/Script.ini @@ -12,6 +12,14 @@ ClassName = InitPython FuncName = InitPython +[StartDB] +ScriptName = ChConfig.py +Writer = Alee +Releaser = Alee +RegType = 1 +ClassName = StartDB +FuncName = StartDB + [RefreshNPC] ScriptName = NPC\ChNPC.py Writer = eggxp @@ -173,6 +181,14 @@ ClassName = InitGameWorld FuncName = InitGameWorld +[ReadShareData] +ScriptName = GameWorldLogic\GameWorldProcess.py +Writer = alee +Releaser = alee +RegType = 1 +ClassName = ReadShareData +FuncName = ReadShareData + ;状态处理 [RefreshGameSys] ScriptName = GameWorldLogic\GameWorldProcess.py @@ -280,6 +296,14 @@ ClassName = NPCAppearWarn FuncName = NPCAppearWarn +[RecvPackToMapDB] +ScriptName = PyMongoDB\RecvPackToMapDB.py +Writer = alee +Releaser = alee +RegType = 1 +ClassName = RecvPackToMapDB +FuncName = RecvPackToMapDB + ;;;;;;;;;;;;;;;;;;;;;封包注册 [Player] ScriptName = Player\ChPlayer.py -- Gitblit v1.8.0