ソースを参照

配置和巡逻bug

cyzhao 1 年間 前
コミット
a221dedb17

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2023-09-07 16:58:01
+ // 日期: 2023-09-11 09:43:05
 ////////////////////
 
 /**

+ 1 - 1
Gameserver/App/model/Const/globalsettings.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2023-09-07 12:04:51
+ // 日期: 2023-09-07 17:04:51
 ////////////////////
 
 

+ 1 - 1
Gameserver/App/model/Const/sm_gate.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2023-09-07 16:34:51
+ // 日期: 2023-09-11 09:37:43
 ////////////////////
 
 

+ 9 - 4
Gameserver/App/model/Const/sm_hero.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2023-09-07 12:03:02
+ // 日期: 2023-09-08 14:16:03
 ////////////////////
 
 
@@ -54,20 +54,25 @@ class sm_hero
     public $dec_demage;
 
     /**
-    * @var Single 重击率  
+    * @var Int32 重击率(百分比)  
     */
     public $bigHit_rate;
 
     /**
-    * @var Single 重击倍率: 初始2  
+    * @var Int32 重击倍率: 初始2倍  
     */
     public $bigHit_Multi;
 
     /**
-    * @var Single 神圣一击率  
+    * @var Int32 神圣一击率(百分比)  
     */
     public $sentHit_rate;
 
+    /**
+    * @var Int32 普通怪物秒杀几率(百分比) default(0) 
+    */
+    public $instantKillMonsterRate;
+
     /**
     * @var Single 拾取半径(倍率)  
     */

+ 1 - 1
Gameserver/App/model/Const/sm_item.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2023-09-05 15:04:51
+ // 日期: 2023-09-08 14:34:51
 ////////////////////
 
 

+ 1 - 1
Gameserver/App/model/Const/sm_skillTypeArr.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2023-09-07 09:34:51
+ // 日期: 2023-09-08 12:04:51
 ////////////////////
 
 

+ 1 - 1
Gameserver/App/model/Const/sm_skills.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2023-09-07 09:34:51
+ // 日期: 2023-09-08 12:04:51
 ////////////////////
 
 

+ 2 - 0
Gameserver/App/model/User/Info_Gates.php

@@ -85,6 +85,8 @@ class Info_Gates extends Object_ext {
 
             $this->GatesChallengeRecord = new \stdClass();
             $this->evolveUnlockRecord = array();
+            
+            $this->xunluo_StartTs = now();
         } else {
             parent::__construct($arg);
         }