cyzhao 4 years ago
parent
commit
5520221852

+ 33 - 1
Gameserver/Amfphp/configs/GameConfig.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2021-06-07 14:12:15
+ // 日期: 2021-06-09 09:31:02
 ////////////////////
 namespace loyalsoft;
 /**
@@ -1416,6 +1416,38 @@ class GameConfig {
         return self::get_hash_item('item_stones_type', $key);
     }
     /**
+    * 
+    * @return \yanlingLevel_type
+    */
+    public static function yanlingLevel_type()
+    { 
+        static $a = null; 
+        return self::initValue($a, 'yanlingLevel_type');
+    }
+    /**
+    * @return \sm_yanlingLevel_type yanlingLevel_type item数据 
+    */
+    public static function yanlingLevel_type_getItem($type, $id)
+    { 
+        return self::get_hash_item('yanlingLevel_type', $type)->$id;
+    }
+    /**
+    * 言灵突破
+    * @return \yanlingextra_level
+    */
+    public static function yanlingextra_level()
+    { 
+        static $a = null; 
+        return self::initValue($a, 'yanlingextra_level');
+    }
+    /**
+    * @return \sm_yanlingextra_level yanlingextra_level item数据 
+    */
+    public static function yanlingextra_level_getItem($yanlingId, $starLv)
+    { 
+        return self::get_hash_item('yanlingextra_level', $yanlingId)->$starLv;
+    }
+    /**
     * 当前版本(时间戳)
     * @return \ver
     */

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2021-06-07 14:12:15
+ // 日期: 2021-06-09 09:31:02
 ////////////////////
 
 /**
@@ -1416,6 +1416,38 @@ class GameConfig {
         return self::get_hash_item('item_stones_type', $key);
     }
     /**
+    * 
+    * @return \yanlingLevel_type
+    */
+    public static function yanlingLevel_type()
+    { 
+        static $a = null; 
+        return self::initValue($a, 'yanlingLevel_type');
+    }
+    /**
+    * @return \sm_yanlingLevel_type yanlingLevel_type item数据 
+    */
+    public static function yanlingLevel_type_getItem($type, $id)
+    { 
+        return self::get_hash_item('yanlingLevel_type', $type)->$id;
+    }
+    /**
+    * 言灵突破
+    * @return \yanlingextra_level
+    */
+    public static function yanlingextra_level()
+    { 
+        static $a = null; 
+        return self::initValue($a, 'yanlingextra_level');
+    }
+    /**
+    * @return \sm_yanlingextra_level yanlingextra_level item数据 
+    */
+    public static function yanlingextra_level_getItem($yanlingId, $starLv)
+    { 
+        return self::get_hash_item('yanlingextra_level', $yanlingId)->$starLv;
+    }
+    /**
     * 当前版本(时间戳)
     * @return \ver
     */

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2021-06-04 18:11:35
+ // 日期: 2021-06-07 18:07:03
 ////////////////////
 
 

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2021-06-02 15:55:23
+ // 日期: 2021-06-09 09:07:28
 ////////////////////
 
 

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2021-06-07 11:39:39
+ // 日期: 2021-06-08 11:36:27
 ////////////////////
 
 

+ 8 - 3
Gameserver/Amfphp/model/Const/sm_item_yanling.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2021-05-20 15:01:41
+ // 日期: 2021-06-08 11:26:49
 ////////////////////
 
 
@@ -24,17 +24,22 @@ class sm_item_yanling
     public $type;
 
     /**
-    * @var Int32 下一星级得言灵id default(0) 
+    * @var Int32 下一星级得言灵id-------废弃 default(0) 
     */
     public $nextId;
 
+    /**
+    * @var Int32 用途未知!!请到数据库中添加字段注释。 default(0) 
+    */
+    public $baseExp;
+
     /**
     * @var Int32 消耗该言灵,供给得经验值 default(0) 
     */
     public $addStarExp;
 
     /**
-    * @var Int32 升级下一星级所需得最大的经验值 default(0) 
+    * @var Int32 升级下一星级所需得最大的经验值-------废弃 default(0) 
     */
     public $maxStarExp;
 

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2021-06-02 15:58:41
+ // 日期: 2021-06-08 11:00:21
 ////////////////////
 
 

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

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2021-06-07 11:38:23
+ // 日期: 2021-06-08 11:37:04
 ////////////////////
 
 

+ 18 - 3
Gameserver/Amfphp/model/Const/sm_yanlingLeve.php

@@ -3,7 +3,7 @@
  // 由CodeGenerator创建。
  // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
  // author: gwang 
- // 日期: 2021-03-18 16:14:22
+ // 日期: 2021-06-08 10:54:08
 ////////////////////
 
 
@@ -19,12 +19,27 @@ class sm_yanlingLeve
     public $id;
 
     /**
-    * @var Int32 金币消耗 default(0) 
+    * @var Int32 用途未知!!请到数据库中添加字段注释。 default(0) 
+    */
+    public $level;
+
+    /**
+    * @var Int32 用途未知!!请到数据库中添加字段注释。 default(0) 
+    */
+    public $type;
+
+    /**
+    * @var Int32 用途未知!!请到数据库中添加字段注释。 default(0) 
+    */
+    public $needExp;
+
+    /**
+    * @var Int32 金币消耗---废弃 default(0) 
     */
     public $goldCost;
 
     /**
-    * @var Int32 资源点消耗 default(0) 
+    * @var Int32 资源点消耗--废弃 default(0) 
     */
     public $pointCost;
 

+ 52 - 0
Gameserver/Amfphp/model/Const/sm_yanlingLevel_type.php

@@ -0,0 +1,52 @@
+<?php
+////////////////////
+ // 由CodeGenerator创建。
+ // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
+ // author: gwang 
+ // 日期: 2021-06-08 10:54:08
+////////////////////
+
+
+/**
+ * Static Model yanlingLevel_type 
+ */
+class sm_yanlingLevel_type
+{
+
+    /**
+    * @var Int32 等级 default(0) 
+    */
+    public $id;
+
+    /**
+    * @var Int32 用途未知!!请到数据库中添加字段注释。 default(0) 
+    */
+    public $level;
+
+    /**
+    * @var Int32 用途未知!!请到数据库中添加字段注释。 default(0) 
+    */
+    public $type;
+
+    /**
+    * @var Int32 用途未知!!请到数据库中添加字段注释。 default(0) 
+    */
+    public $needExp;
+
+    /**
+    * @var Int32 金币消耗---废弃 default(0) 
+    */
+    public $goldCost;
+
+    /**
+    * @var Int32 资源点消耗--废弃 default(0) 
+    */
+    public $pointCost;
+
+    /**
+    * @var String 用途未知!!请到数据库中添加字段注释。  
+    */
+    public $etc;
+
+}
+

+ 207 - 0
Gameserver/Amfphp/model/Const/sm_yanlingextra_level.php

@@ -0,0 +1,207 @@
+<?php
+////////////////////
+ // 由CodeGenerator创建。
+ // Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
+ // author: gwang 
+ // 日期: 2021-06-08 15:26:21
+////////////////////
+
+
+/**
+ * Static Model yanlingextra_level 言灵突破
+ */
+class sm_yanlingextra_level
+{
+
+    /**
+    * @var Int32 用途未知!!请到数据库中添加字段注释。  
+    */
+    public $id;
+
+    /**
+    * @var Int32 英雄ID default(0) 
+    */
+    public $yanlingId;
+
+    /**
+    * @var Int32 星级 default(0) 
+    */
+    public $starLv;
+
+    /**
+    * @var Int32 当前星级下的等级限制 default(0) 
+    */
+    public $starlimitLv;
+
+    /**
+    * @var Int32 用途未知!!请到数据库中添加字段注释。 default(0) 
+    */
+    public $promoteLv;
+
+    /**
+    * @var Int32 玩家等级限制 default(0) 
+    */
+    public $userlvLimit;
+
+    /**
+    * @var String 消耗道具  
+    */
+    public $costItems;
+
+    /**
+    * @var Int32 消耗的金币 default(0) 
+    */
+    public $gold;
+
+    /**
+    * @var Int32 用途未知!!请到数据库中添加字段注释。 default(0) 
+    */
+    public $hp;
+
+    /**
+    * @var Int32 用途未知!!请到数据库中添加字段注释。 default(0) 
+    */
+    public $hpRate;
+
+    /**
+    * @var Int32 用途未知!!请到数据库中添加字段注释。 default(0) 
+    */
+    public $nengliangzhi;
+
+    /**
+    * @var Int32 用途未知!!请到数据库中添加字段注释。 default(0) 
+    */
+    public $nengliangzhiRate;
+
+    /**
+    * @var Int32 用途未知!!请到数据库中添加字段注释。 default(0) 
+    */
+    public $wuligongji;
+
+    /**
+    * @var Int32 用途未知!!请到数据库中添加字段注释。 default(0) 
+    */
+    public $wuligongjiRate;
+
+    /**
+    * @var Int32 用途未知!!请到数据库中添加字段注释。 default(0) 
+    */
+    public $fangyuhujia;
+
+    /**
+    * @var Int32 用途未知!!请到数据库中添加字段注释。 default(0) 
+    */
+    public $fangyuhujiaRate;
+
+    /**
+    * @var Int32 用途未知!!请到数据库中添加字段注释。 default(0) 
+    */
+    public $fashuqiangdu;
+
+    /**
+    * @var Int32 用途未知!!请到数据库中添加字段注释。 default(0) 
+    */
+    public $fashuqiangduRate;
+
+    /**
+    * @var Int32 用途未知!!请到数据库中添加字段注释。 default(0) 
+    */
+    public $mofakangxing;
+
+    /**
+    * @var Int32 用途未知!!请到数据库中添加字段注释。 default(0) 
+    */
+    public $mofakangxingRate;
+
+    /**
+    * @var Int32 用途未知!!请到数据库中添加字段注释。 default(0) 
+    */
+    public $gongjisudu;
+
+    /**
+    * @var Int32 用途未知!!请到数据库中添加字段注释。 default(0) 
+    */
+    public $gongjisuduRate;
+
+    /**
+    * @var Int32 用途未知!!请到数据库中添加字段注释。 default(0) 
+    */
+    public $baoji;
+
+    /**
+    * @var Int32 用途未知!!请到数据库中添加字段注释。 default(0) 
+    */
+    public $baojiRate;
+
+    /**
+    * @var Int32 用途未知!!请到数据库中添加字段注释。 default(0) 
+    */
+    public $additional_hpUpperlimit;
+
+    /**
+    * @var Int32 用途未知!!请到数据库中添加字段注释。 default(0) 
+    */
+    public $additional_manaUpperlimit;
+
+    /**
+    * @var Int32 用途未知!!请到数据库中添加字段注释。 default(0) 
+    */
+    public $additional_phyDamage;
+
+    /**
+    * @var Int32 用途未知!!请到数据库中添加字段注释。 default(0) 
+    */
+    public $additional_magDamage;
+
+    /**
+    * @var Int32 用途未知!!请到数据库中添加字段注释。 default(0) 
+    */
+    public $additional_phyDefend;
+
+    /**
+    * @var Int32 用途未知!!请到数据库中添加字段注释。 default(0) 
+    */
+    public $additional_magDefend;
+
+    /**
+    * @var Int32 用途未知!!请到数据库中添加字段注释。 default(0) 
+    */
+    public $additional_phyDamagereduce;
+
+    /**
+    * @var Int32 用途未知!!请到数据库中添加字段注释。 default(0) 
+    */
+    public $additional_magDamagereduce;
+
+    /**
+    * @var Int32 用途未知!!请到数据库中添加字段注释。 default(0) 
+    */
+    public $additional_monsterExp;
+
+    /**
+    * @var Int32 用途未知!!请到数据库中添加字段注释。 default(0) 
+    */
+    public $additional_atkSpeed;
+
+    /**
+    * @var Int32 用途未知!!请到数据库中添加字段注释。 default(0) 
+    */
+    public $additional_moveSpeed;
+
+    /**
+    * @var Int32 用途未知!!请到数据库中添加字段注释。 default(0) 
+    */
+    public $additional_critProbability;
+
+    /**
+    * @var Int32 用途未知!!请到数据库中添加字段注释。 default(0) 
+    */
+    public $additional_critDamage;
+
+    /**
+    * @var String 用途未知!!请到数据库中添加字段注释。  
+    */
+    public $etc;
+
+}
+

+ 1 - 1
Gameserver/Amfphp/process/HeroProc.php

@@ -669,7 +669,7 @@ class HeroProc {
     }
 
     /** 6326
-     * 言灵升星 2021.4(cyzhao)
+     * 言灵升星--改成突破【2021-6-8】    2021.4(cyzhao)
      * @return resp
      */
     static function StrengthenStar() {