Pārlūkot izejas kodu

fixed: include.

gwang 4 gadi atpakaļ
vecāks
revīzija
fd9bdd804d

+ 1 - 1
Gameserver/Amfphp/model/Const/GameConfig.php

@@ -4,7 +4,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2020-11-27 15:52:55
+ // 日期: 2020-12-07 11:21:12
 ////////////////////
 
 /**

+ 6 - 1
Gameserver/Amfphp/model/Const/sm_gate.php

@@ -4,7 +4,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2020-11-20 17:31:33
+ // 日期: 2020-12-04 09:37:46
 ////////////////////
 
 
@@ -194,5 +194,10 @@ class sm_gate
     */
     public $passCondition;
 
+    /**
+    * @var String 战斗类型(0普通 怪物全部创建 1Boss站 2引导剧情 3竞技场 4非战斗场景)  
+    */
+    public $battleType;
+
 }
 

+ 1 - 1
Gameserver/Amfphp/model/Const/sm_gatelevel.php

@@ -4,7 +4,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2020-11-19 16:05:52
+ // 日期: 2020-12-04 10:40:53
 ////////////////////
 
 

+ 6 - 1
Gameserver/Amfphp/model/Const/sm_task_step.php

@@ -4,7 +4,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2020-11-19 17:40:41
+ // 日期: 2020-12-02 10:36:37
 ////////////////////
 
 
@@ -49,5 +49,10 @@ class sm_task_step
     */
     public $canshu2;
 
+    /**
+    * @var Int32 步骤完成事件动作类型  
+    */
+    public $event_finish_type;
+
 }
 

+ 2 - 0
Gameserver/Amfphp/process/EventProc.php

@@ -2,6 +2,8 @@
 
 namespace loyalsoft;
 
+include_once './EventProc/NormalEventProc.php';
+
 /**
  * 事件模块.
  * @version

+ 2 - 0
Gameserver/Amfphp/process/TaskProc.php

@@ -2,6 +2,8 @@
 
 namespace loyalsoft;
 
+include_once './EventProc/NormalEventProc.php';
+
 /**
  * 任务模块
  * @version