cyzhao před 6 měsíci
rodič
revize
e7f3517d22

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-11-18 15:22:20
+ // 日期: 2024-11-26 10:43:45
 ////////////////////
 
 /**

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-10-09 10:23:21
+ // 日期: 2024-11-20 09:35:54
 ////////////////////
 
 

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-10-09 10:23:21
+ // 日期: 2024-11-20 09:35:54
 ////////////////////
 
 

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-09-29 16:05:51
+ // 日期: 2024-11-22 16:05:54
 ////////////////////
 
 

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-11-14 17:43:00
+ // 日期: 2024-11-25 18:09:06
 ////////////////////
 
 

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-11-11 11:05:53
+ // 日期: 2024-11-21 11:05:54
 ////////////////////
 
 

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-11-18 14:14:57
+ // 日期: 2024-11-21 16:50:27
 ////////////////////
 
 
@@ -21,6 +21,11 @@ class sm_gate
     */
     public $gateId;
 
+    /**
+    * @var Int32 天气: 0 无, 1 落叶, 2 落花, 3 下雨, 4 下雪 default(0) 
+    */
+    public $weather;
+
     /**
     * @var String 名称  
     */

+ 6 - 1
Gameserver/App/model/Const/sm_gate_unlock.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-11-18 14:14:57
+ // 日期: 2024-11-21 16:50:27
 ////////////////////
 
 
@@ -21,6 +21,11 @@ class sm_gate_unlock
     */
     public $gateId;
 
+    /**
+    * @var Int32 天气: 0 无, 1 落叶, 2 落花, 3 下雨, 4 下雪 default(0) 
+    */
+    public $weather;
+
     /**
     * @var String 主线挑战: 难度1-词条列表(逗号分隔)  
     */

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-10-17 15:05:52
+ // 日期: 2024-11-20 17:31:21
 ////////////////////
 
 

+ 7 - 2
Gameserver/App/model/Const/sm_globalsettings.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-11-11 17:35:53
+ // 日期: 2024-11-26 10:35:54
 ////////////////////
 
 
@@ -29,7 +29,7 @@ class sm_globalsettings
     public $equipQualUnlockSkillId;
 
     /**
-    * @var String [废弃]装备品阶+1+2的记录  
+    * @var String 装备品阶+1+2的记录  
     */
     public $equipQualAdd;
 
@@ -318,6 +318,11 @@ class sm_globalsettings
     */
     public $MailData_RemainSeconds;
 
+    /**
+    * @var String 装备品阶名称  
+    */
+    public $equipQualName;
+
     /**
     * @var String 不能降品的品阶  
     */

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-11-13 16:20:19
+ // 日期: 2024-11-26 10:35:54
 ////////////////////
 
 

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-11-13 16:20:19
+ // 日期: 2024-11-26 10:35:54
 ////////////////////
 
 

+ 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 
- // 日期: 2024-11-15 11:35:54
+ // 日期: 2024-11-25 17:45:34
 ////////////////////
 
 

+ 3 - 12
Gameserver/App/model/Const/sm_predicate.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-11-15 09:35:54
+ // 日期: 2024-11-25 15:34:48
 ////////////////////
 
 
@@ -44,17 +44,8 @@ class sm_predicate
     *      andHp
     *      // 增加生命: 参数1=>倍率
     *      mulHp,
-    *   **** 
-    *      /// 每x秒恢复x%生命值: 参数1: x秒, 参数2: 恢复生命倍率x
-    *      recoverHpPerSecs,
-    *      /// 有x%几率直接击败非首领型怪物:
-    *      directKillMonster,
-    *      // 满血复活1次
-    *      reliveWithFullHp,
-    *      // 额外复活机会
-    *      extraReliveTime,
-    *      // 复活后添加buff
-    *      afterReliveAddBuff default(none) 
+    *   ****  
+    *    具体参考代码E_PredicateActionType.cs中注释. default(none) 
     */
     public $actionType;
 

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

@@ -24,7 +24,7 @@ class sm_shop_daily
     public $typeId;
 
     /**
-    * @var Int32 类型最新修改: 物品的类型,1钻石;2图纸;3宝石;4 技能碎片  
+    * @var Int32 类型最新修改: 物品的类型,1钻石;2图纸;3宝石;4 角色碎片;5装备  
     */
     public $type;
 

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-11-12 09:35:53
+ // 日期: 2024-11-20 10:50:39
 ////////////////////
 
 
@@ -223,6 +223,11 @@ class sm_skills
     */
     public $extraSkillId;
 
+    /**
+    * @var Int32 额外释放技能所需heroID(使用特定皮肤时会释放额外技能id) default(0) 
+    */
+    public $extraHeroId;
+
     /**
     * @var Int32 (释放额外技能需要)释放普通技能n次触发特殊技能 default(0) 
     */

+ 7 - 1
Gameserver/App/model/Const/sm_waveItem.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-11-15 14:22:43
+ // 日期: 2024-11-21 17:49:25
 ////////////////////
 
 
@@ -74,6 +74,12 @@ class sm_waveItem
     */
     public $rewardGem;
 
+    /**
+    * @var String 通关道具奖励
+    *  数量最小值-数量最大值;道具ID:获得权重,道具ID:获取权重......  
+    */
+    public $rewardItem;
+
     /**
     * @var Int32 通关金币奖励 default(0) 
     */

+ 7 - 1
Gameserver/App/model/Const/sm_waves.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2024-11-15 14:22:43
+ // 日期: 2024-11-21 17:49:25
 ////////////////////
 
 
@@ -74,6 +74,12 @@ class sm_waves
     */
     public $rewardGem;
 
+    /**
+    * @var String 通关道具奖励
+    *  数量最小值-数量最大值;道具ID:获得权重,道具ID:获取权重......  
+    */
+    public $rewardItem;
+
     /**
     * @var Int32 通关金币奖励 default(0) 
     */

+ 3 - 4
Gameserver/App/process/StoreProc.php

@@ -1063,14 +1063,13 @@ class StoreProc {
             if ($itemNum_store >= $up_needItem) {
                 $noUp_item = true;
             }
-
+            $up_lv = $i;
             if (ctx()->baseInfo->gold >= $up_Gold && $itemNum_store >= $up_needItem) {
                 //$need_gold = $up_Gold;
-                //$need_item = $up_needItem;
-                $up_lv = $i;
+                //$need_item = $up_needItem;               
                 continue;
             }
-
+            
             break;
         }