gwang 5 vuotta sitten
vanhempi
commit
da76614ce6

+ 110 - 99
Gameserver/Amfphp/Configs/GameConfig.php

@@ -1,22 +1,22 @@
 <?php
 
-namespace loyalsoft;
-
 ////////////////////
 // 由CodeGenerator创建。
-// Copyright (C) gwang (mail@wanggangzero.cn), Loyalsoft@sjz Inc
-// author: gwang
-// 日期: 2018-02-08 10:53:29
+// Copyright (C) gwang (wanggangzero@qq.com), Loyalsoft@sjz Inc
+// author: gwang 
+// 日期: 2019-10-30 16:37:16
 ////////////////////
 
+namespace loyalsoft;
+
 /**
- * 常量配置数据
+ * 常量配置数据 
  */
 class GameConfig {
-// <editor-fold defaultstate="collapsed" desc="  基础代码 ">
+// <editor-fold defaultstate="collapsed" desc="  基础代码 ">    
 
     /**
-     * 是否启用codegen
+     * 是否启用codegen 
      */
     private static function isCG() {
         return defined('CodeGen_Enabled') && CodeGen_Enabled;
@@ -85,13 +85,6 @@ class GameConfig {
         return self::initValue($a, 'globalsettings');
     }
 
-    /**
-     * @return \globalsettings globalsettingsitem数据
-     */
-    public static function globalsettings_getItem($itemid) {
-        return self::get_hash_item('globalsettings', $itemid);
-    }
-
     /**
      * 英雄模块
      * @return \hero
@@ -102,7 +95,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_hero heroitem数据
+     * @return \sm_hero hero item数据 
      */
     public static function hero_getItem($itemid) {
         return self::get_hash_item('hero', $itemid);
@@ -118,7 +111,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_heroextra_level heroextra_levelitem数据
+     * @return \sm_heroextra_level heroextra_level item数据 
      */
     public static function heroextra_level_getItem($itemid) {
         return self::get_hash_item('heroextra_level', $itemid);
@@ -134,14 +127,14 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_day7 day7item数据
+     * @return \sm_day7 day7 item数据 
      */
     public static function day7_getItem($itemid) {
         return self::get_hash_item('day7', $itemid);
     }
 
     /**
-     *
+     * 
      * @return \item
      */
     public static function item() {
@@ -150,14 +143,14 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_item itemitem数据
+     * @return \sm_item item item数据 
      */
     public static function item_getItem($itemid) {
         return self::get_hash_item('item', $itemid);
     }
 
     /**
-     *
+     * 
      * @return \itemlevel
      */
     public static function itemlevel() {
@@ -166,7 +159,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_itemlevel itemlevelitem数据
+     * @return \sm_itemlevel itemlevel item数据 
      */
     public static function itemlevel_getItem($itemid) {
         return self::get_hash_item('itemlevel', $itemid);
@@ -182,7 +175,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_heroextra_favor heroextra_favoritem数据
+     * @return \sm_heroextra_favor heroextra_favor item数据 
      */
     public static function heroextra_favor_getItem($itemid) {
         return self::get_hash_item('heroextra_favor', $itemid);
@@ -198,7 +191,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_hero_levelexp hero_levelexpitem数据
+     * @return \sm_hero_levelexp hero_levelexp item数据 
      */
     public static function hero_levelexp_getItem($itemid) {
         return self::get_hash_item('hero_levelexp', $itemid);
@@ -214,7 +207,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_heroextra_star heroextra_staritem数据
+     * @return \sm_heroextra_star heroextra_star item数据 
      */
     public static function heroextra_star_getItem($itemid) {
         return self::get_hash_item('heroextra_star', $itemid);
@@ -230,7 +223,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_heroextra_dengjie heroextra_dengjieitem数据
+     * @return \sm_heroextra_dengjie heroextra_dengjie item数据 
      */
     public static function heroextra_dengjie_getItem($itemid) {
         return self::get_hash_item('heroextra_dengjie', $itemid);
@@ -246,7 +239,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_gate gateitem数据
+     * @return \sm_gate gate item数据 
      */
     public static function gate_getItem($itemid) {
         return self::get_hash_item('gate', $itemid);
@@ -262,7 +255,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_gatelevel gatelevelitem数据
+     * @return \sm_gatelevel gatelevel item数据 
      */
     public static function gatelevel_getItem($itemid) {
         return self::get_hash_item('gatelevel', $itemid);
@@ -278,7 +271,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_gate_starreward gate_starrewarditem数据
+     * @return \sm_gate_starreward gate_starreward item数据 
      */
     public static function gate_starreward_getItem($itemid) {
         return self::get_hash_item('gate_starreward', $itemid);
@@ -294,14 +287,14 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_task taskitem数据
+     * @return \sm_task task item数据 
      */
     public static function task_getItem($itemid) {
         return self::get_hash_item('task', $itemid);
     }
 
     /**
-     *
+     * 
      * @return \playerlevel
      */
     public static function playerlevel() {
@@ -310,7 +303,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_playerlevel playerlevelitem数据
+     * @return \sm_playerlevel playerlevel item数据 
      */
     public static function playerlevel_getItem($itemid) {
         return self::get_hash_item('playerlevel', $itemid);
@@ -318,18 +311,18 @@ class GameConfig {
 
     /**
      * 技能升级消耗金币
-     * @return \skill_shengji
+     * @return \skill_upgrade_cost
      */
-    public static function skill_shengji() {
+    public static function skill_upgrade_cost() {
         static $a = null;
-        return self::initValue($a, 'skill_shengji');
+        return self::initValue($a, 'skill_upgrade_cost');
     }
 
     /**
-     * @return \sm_skill_shengji skill_shengjiitem数据
+     * @return \sm_skill_upgrade_cost skill_upgrade_cost item数据 
      */
-    public static function skill_shengji_getItem($itemid) {
-        return self::get_hash_item('skill_shengji', $itemid);
+    public static function skill_upgrade_cost_getItem($itemid) {
+        return self::get_hash_item('skill_upgrade_cost', $itemid);
     }
 
     /**
@@ -342,7 +335,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_shop shopitem数据
+     * @return \sm_shop shop item数据 
      */
     public static function shop_getItem($itemid) {
         return self::get_hash_item('shop', $itemid);
@@ -358,7 +351,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_service_schedule service_scheduleitem数据
+     * @return \sm_service_schedule service_schedule item数据 
      */
     public static function service_schedule_getItem($itemid) {
         return self::get_hash_item('service_schedule', $itemid);
@@ -374,7 +367,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_choujiang choujiangitem数据
+     * @return \sm_choujiang choujiang item数据 
      */
     public static function choujiang_getItem($itemid) {
         return self::get_hash_item('choujiang', $itemid);
@@ -390,7 +383,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_gate_forever gate_foreveritem数据
+     * @return \sm_gate_forever gate_forever item数据 
      */
     public static function gate_forever_getItem($itemid) {
         return self::get_hash_item('gate_forever', $itemid);
@@ -406,7 +399,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_sysmail sysmailitem数据
+     * @return \sm_sysmail sysmail item数据 
      */
     public static function sysmail_getItem($itemid) {
         return self::get_hash_item('sysmail', $itemid);
@@ -422,7 +415,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_gate_carbon gate_carbonitem数据
+     * @return \sm_gate_carbon gate_carbon item数据 
      */
     public static function gate_carbon_getItem($itemid) {
         return self::get_hash_item('gate_carbon', $itemid);
@@ -438,7 +431,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_pvp_leaguereward pvp_leaguerewarditem数据
+     * @return \sm_pvp_leaguereward pvp_leaguereward item数据 
      */
     public static function pvp_leaguereward_getItem($itemid) {
         return self::get_hash_item('pvp_leaguereward', $itemid);
@@ -454,7 +447,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_pvp_rankreward pvp_rankrewarditem数据
+     * @return \sm_pvp_rankreward pvp_rankreward item数据 
      */
     public static function pvp_rankreward_getItem($itemid) {
         return self::get_hash_item('pvp_rankreward', $itemid);
@@ -470,7 +463,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_pvp_leaguescore pvp_leaguescoreitem数据
+     * @return \sm_pvp_leaguescore pvp_leaguescore item数据 
      */
     public static function pvp_leaguescore_getItem($itemid) {
         return self::get_hash_item('pvp_leaguescore', $itemid);
@@ -486,7 +479,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_smelting smeltingitem数据
+     * @return \sm_smelting smelting item数据 
      */
     public static function smelting_getItem($itemid) {
         return self::get_hash_item('smelting', $itemid);
@@ -502,14 +495,14 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_gate_combat gate_combatitem数据
+     * @return \sm_gate_combat gate_combat item数据 
      */
     public static function gate_combat_getItem($itemid) {
         return self::get_hash_item('gate_combat', $itemid);
     }
 
     /**
-     *
+     * 
      * @return \gate_carbon_content
      */
     public static function gate_carbon_content() {
@@ -518,7 +511,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_gate_carbon_content gate_carbon_contentitem数据
+     * @return \sm_gate_carbon_content gate_carbon_content item数据 
      */
     public static function gate_carbon_content_getItem($itemid) {
         return self::get_hash_item('gate_carbon_content', $itemid);
@@ -534,7 +527,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_pvp_activityreward pvp_activityrewarditem数据
+     * @return \sm_pvp_activityreward pvp_activityreward item数据 
      */
     public static function pvp_activityreward_getItem($itemid) {
         return self::get_hash_item('pvp_activityreward', $itemid);
@@ -550,7 +543,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_choujiang_baodi choujiang_baodiitem数据
+     * @return \sm_choujiang_baodi choujiang_baodi item数据 
      */
     public static function choujiang_baodi_getItem($typeId, $cishu) {
         return self::get_hash_item('choujiang_baodi', "$typeId-$cishu");
@@ -566,7 +559,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_hero_levelexp_costitem hero_levelexp_costitemitem数据
+     * @return \sm_hero_levelexp_costitem hero_levelexp_costitem item数据 
      */
     public static function hero_levelexp_costitem_getItem($itemid) {
         return self::get_hash_item('hero_levelexp_costitem', $itemid);
@@ -582,12 +575,44 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_choujiang_settings choujiang_settingsitem数据
+     * @return \sm_choujiang_settings choujiang_settings item数据 
      */
     public static function choujiang_settings_getItem($itemid) {
         return self::get_hash_item('choujiang_settings', $itemid);
     }
 
+    /**
+     * 引导步骤
+     * @return \guide_step
+     */
+    public static function guide_step() {
+        static $a = null;
+        return self::initValue($a, 'guide_step');
+    }
+
+    /**
+     * @return \sm_guide_step guide_step item数据 
+     */
+    public static function guide_step_getItem($itemid) {
+        return self::get_hash_item('guide_step', $itemid);
+    }
+
+    /**
+     * 引导触发
+     * @return \guide_trigger
+     */
+    public static function guide_trigger() {
+        static $a = null;
+        return self::initValue($a, 'guide_trigger');
+    }
+
+    /**
+     * @return \sm_guide_trigger guide_trigger item数据 
+     */
+    public static function guide_trigger_getItem($itemid) {
+        return self::get_hash_item('guide_trigger', $itemid);
+    }
+
     /**
      * 成就任务
      * @return \task_achi
@@ -598,7 +623,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_task_achi task_achiitem数据
+     * @return \sm_task_achi task_achi item数据 
      */
     public static function task_achi_getItem($itemid) {
         return self::get_hash_item('task_achi', $itemid);
@@ -614,7 +639,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_box boxitem数据
+     * @return \sm_box box item数据 
      */
     public static function box_getItem($itemid) {
         return self::get_hash_item('box', $itemid);
@@ -630,7 +655,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_boxpool boxpoolitem数据
+     * @return \sm_boxpool boxpool item数据 
      */
     public static function boxpool_getItem($itemid) {
         return self::get_hash_item('boxpool', $itemid);
@@ -646,7 +671,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_heroextra_godblood heroextra_godblooditem数据
+     * @return \sm_heroextra_godblood heroextra_godblood item数据 
      */
     public static function heroextra_godblood_getItem($itemid) {
         return self::get_hash_item('heroextra_godblood', $itemid);
@@ -662,14 +687,14 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_segment segmentitem数据
+     * @return \sm_segment segment item数据 
      */
     public static function segment_getItem($itemid) {
         return self::get_hash_item('segment', $itemid);
     }
 
     /**
-     *
+     * 
      * @return \gate_world
      */
     public static function gate_world() {
@@ -678,14 +703,14 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_gate_world gate_worlditem数据
+     * @return \sm_gate_world gate_world item数据 
      */
     public static function gate_world_getItem($itemid) {
         return self::get_hash_item('gate_world', $itemid);
     }
 
     /**
-     *
+     * 
      * @return \gate_city
      */
     public static function gate_city() {
@@ -694,7 +719,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_gate_city gate_cityitem数据
+     * @return \sm_gate_city gate_city item数据 
      */
     public static function gate_city_getItem($itemid) {
         return self::get_hash_item('gate_city', $itemid);
@@ -710,7 +735,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_secretshop_goodsType secretshop_goodsTypeitem数据
+     * @return \sm_secretshop_goodsType secretshop_goodsType item数据 
      */
     public static function secretshop_goodsType_getItem($itemid) {
         return self::get_hash_item('secretshop_goodsType', $itemid);
@@ -726,7 +751,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_secretshop_refresh secretshop_refreshitem数据
+     * @return \sm_secretshop_refresh secretshop_refresh item数据 
      */
     public static function secretshop_refresh_getItem($itemid) {
         return self::get_hash_item('secretshop_refresh', $itemid);
@@ -742,7 +767,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_secretshop_typeId secretshop_typeIditem数据
+     * @return \sm_secretshop_typeId secretshop_typeId item数据 
      */
     public static function secretshop_typeId_getItem($itemid) {
         return self::get_hash_item('secretshop_typeId', $itemid);
@@ -758,7 +783,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_clientVersionHistory clientVersionHistoryitem数据
+     * @return \sm_clientVersionHistory clientVersionHistory item数据 
      */
     public static function clientVersionHistory_getItem($itemid) {
         return self::get_hash_item('clientVersionHistory', $itemid);
@@ -774,7 +799,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_zonelist zonelistitem数据
+     * @return \sm_zonelist zonelist item数据 
      */
     public static function zonelist_getItem($itemid) {
         return self::get_hash_item('zonelist', $itemid);
@@ -790,7 +815,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_tokenGift tokenGiftitem数据
+     * @return \sm_tokenGift tokenGift item数据 
      */
     public static function tokenGift_getItem($itemid) {
         return self::get_hash_item('tokenGift', $itemid);
@@ -806,7 +831,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_activity activityitem数据
+     * @return \sm_activity activity item数据 
      */
     public static function activity_getItem($itemid) {
         return self::get_hash_item('activity', $itemid);
@@ -822,7 +847,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_segment_ronghe segment_rongheitem数据
+     * @return \sm_segment_ronghe segment_ronghe item数据 
      */
     public static function segment_ronghe_getItem($itemid) {
         return self::get_hash_item('segment_ronghe', $itemid);
@@ -838,7 +863,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_segment_byPinzhi segment_byPinzhiitem数据
+     * @return \sm_segment_byPinzhi segment_byPinzhi item数据 
      */
     public static function segment_byPinzhi_getItem($quailty, $itemType) {
         return self::get_hash_item('segment_byPinzhi', $quailty)->$itemType;
@@ -854,7 +879,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_boxJingYanCards boxJingYanCardsitem数据
+     * @return \sm_boxJingYanCards boxJingYanCards item数据 
      */
     public static function boxJingYanCards_getItem($itemid) {
         return self::get_hash_item('boxJingYanCards', $itemid);
@@ -870,7 +895,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_activity_onlinegift activity_onlinegiftitem数据
+     * @return \sm_activity_onlinegift activity_onlinegift item数据 
      */
     public static function activity_onlinegift_getItem($itemid) {
         return self::get_hash_item('activity_onlinegift', $itemid);
@@ -885,13 +910,6 @@ class GameConfig {
         return self::initValue($a, 'GM_uids');
     }
 
-    /**
-     * @return \GM_uids GM_uidsitem数据
-     */
-    public static function GM_uids_getItem($itemid) {
-        return self::get_hash_item('GM_uids', $itemid);
-    }
-
     /**
      * 活动, 全服注册礼包
      * @return \activity_reggift
@@ -902,7 +920,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_activity_reggift activity_reggiftitem数据
+     * @return \sm_activity_reggift activity_reggift item数据 
      */
     public static function activity_reggift_getItem($itemid) {
         return self::get_hash_item('activity_reggift', $itemid);
@@ -918,7 +936,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_guilddonatereward guilddonaterewarditem数据
+     * @return \sm_guilddonatereward guilddonatereward item数据 
      */
     public static function guilddonatereward_getItem($itemid) {
         return self::get_hash_item('guilddonatereward', $itemid);
@@ -934,7 +952,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_guildlevel guildlevelitem数据
+     * @return \sm_guildlevel guildlevel item数据 
      */
     public static function guildlevel_getItem($itemid) {
         return self::get_hash_item('guildlevel', $itemid);
@@ -950,7 +968,7 @@ class GameConfig {
     }
 
     /**
-     * @return \sm_guildlibao guildlibaoitem数据
+     * @return \sm_guildlibao guildlibao item数据 
      */
     public static function guildlibao_getItem($itemid) {
         return self::get_hash_item('guildlibao', $itemid);
@@ -965,27 +983,20 @@ class GameConfig {
         return self::initValue($a, 'primordial_data');
     }
 
-    /**
-     * @return \primordial_data primordial_dataitem数据
-     */
-    public static function primordial_data_getItem($itemid) {
-        return self::get_hash_item('primordial_data', $itemid);
-    }
-
     /**
      * 英雄技能升级的限定
-     * @return \heroextra_jinengshengji
+     * @return \heroextra_skill_lv_limit
      */
-    public static function heroextra_jinengshengji() {
+    public static function heroextra_skill_lv_limit() {
         static $a = null;
-        return self::initValue($a, 'heroextra_jinengshengji');
+        return self::initValue($a, 'heroextra_skill_lv_limit');
     }
 
     /**
-     * @return \sm_heroextra_jinengshengji heroextra_jinengshengjiitem数据
+     * @return \sm_heroextra_skill_lv_limit heroextra_skill_lv_limit item数据 
      */
-    public static function heroextra_jinengshengji_getItem($itemid) {
-        return self::get_hash_item('heroextra_jinengshengji', $itemid);
+    public static function heroextra_skill_lv_limit_getItem($itemid) {
+        return self::get_hash_item('heroextra_skill_lv_limit', $itemid);
     }
 
     /**

+ 0 - 23
Gameserver/Amfphp/Model/Const/sm_heroextra_jinengshengji.php

@@ -1,23 +0,0 @@
-<?php
-
-////////////////////
- // 由CodeGenerator创建。
- // Copyright (C) gwang (mail@wanggangzero.cn), Loyalsoft@sjz Inc
- // author: gwang 
- // 日期: 2017-12-31 14:02:38
-////////////////////
-
-
-/**
- * Static Model heroextra_jinengshengji 
- */
-class sm_heroextra_jinengshengji
-{
-
-/**
- * @var Int32  
- */
-  public $playerLevel;
-
-}
-

+ 9 - 8
Gameserver/Amfphp/Process/HeroProc.php

@@ -355,11 +355,11 @@ class HeroProc {
     static function UpgradeSkillLevel($req) {
 #         $resp = ResponseVo::ErrResponse($req, ErrCode::msg_methodnotimplement);
         $user = $req->userInfo->game; # user引用
-        $huid = $req->paras[0]; # 英雄的UID
-        $skillId = $req->paras[1]; # 要升级的技能
-        $skillType = $req->paras[2]; # 要升级的技能
-        $costGold = $req->paras[3]; # 要升级的消耗金币
-# 1.检查是否存在要升级的英雄
+        $huid = $req->paras[0];                                                 # 英雄的UID
+        $skillId = $req->paras[1];                                              # 要升级的技能
+        $skillType = $req->paras[2];                                            # 要升级的技能
+        $costGold = $req->paras[3];                                             # 要升级的消耗金币
+#                                                                               # 1.检查是否存在要升级的英雄
         $collectHeros = $user->heros->collectHeros;
         if (!$collectHeros) {
             $collectHeros = ObjectInit();
@@ -367,10 +367,10 @@ class HeroProc {
         if (!CommUtil::isPropertyExists($collectHeros, $huid)) {
             return Resp::err(ErrCode::hero_no);
         }
-# 2.判断英雄的该技能能否升级....
+#                                                                               # 2.判断英雄的该技能能否升级....
         isEditor() and $strengthHero = new UserHeroModel();
         $strengthHero = $collectHeros->$huid;
-# 取出这个英雄的技能数据
+#                                                                               # 取出这个英雄的技能数据
         $targteHeroSkills = ObjectInit();
         if (CommUtil::isPropertyExists($strengthHero, "skills")) {
             $targteHeroSkills = $strengthHero->skills;
@@ -387,7 +387,8 @@ class HeroProc {
         }
 # 4.取出该技能升级消耗的常量数据
 # 检查是否存在当前技能的消耗常量数据
-        $lvs = GameConfig::skill_shengji_getItem($skillId);
+//        $lvs = GameConfig::skill_shengji_getItem($skillId);
+        $lvs = \GameConfig::skill_upgrade_cost_getItem($skillId);
         if (!$lvs) {
             return Resp::err(ErrCode::hero_upgradeSkill_cost_const_no);
         }

+ 1 - 1
Gameserver/globals.php

@@ -15,7 +15,7 @@ define("PLAT", 'and');  # and, ios, web
 /**
  * 游戏是否上线
  */
-define("GAME_ONLINE", true);
+define("GAME_ONLINE", false);
 
 /**
  * 控制debug黑框调试输出

+ 0 - 0
Gameserver/nbproject/private/config.properties


+ 3 - 0
Gameserver/nbproject/private/private.properties

@@ -1,2 +1,5 @@
+copy.src.files=false
+copy.src.on.open=false
+copy.src.target=
 index.file=index.php
 url=http://localhost/Gameserver/

+ 22 - 1
Gameserver/nbproject/private/private.xml

@@ -3,7 +3,28 @@
     <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
     <open-files xmlns="http://www.netbeans.org/ns/projectui-open-files/2">
         <group>
-            <file>file:/E:/www/ylsj/Gameserver/Amfphp/Process/vo/ErrCode.php</file>
+            <file>file:/E:/www/ylsj2019/Gameserver/Amfphp/Process/EmailProc.php</file>
+            <file>file:/E:/www/ylsj2019/Gameserver/Amfphp/Model/Const/sm_skill.php</file>
+            <file>file:/E:/www/ylsj2019/Gameserver/Amfphp/Configs/defines/const_web.php</file>
+            <file>file:/E:/www/ylsj2019/Gameserver/Amfphp/Configs/config_and.php</file>
+            <file>file:/E:/www/ylsj2019/Gameserver/Amfphp/Configs/config_ios.php</file>
+            <file>file:/E:/www/ylsj2019/Gameserver/Amfphp/Process/vo/Object_ext.php</file>
+            <file>file:/E:/www/ylsj2019/Gameserver/Amfphp/config.php</file>
+            <file>file:/E:/www/ylsj2019/Gameserver/Amfphp/Util/CLog.php</file>
+            <file>file:/E:/www/ylsj2019/Gameserver/Amfphp/Configs/GameConstants.php</file>
+            <file>file:/E:/www/ylsj2019/Gameserver/Amfphp/Configs/GameConfig.php</file>
+            <file>file:/E:/www/ylsj2019/Gameserver/Amfphp/Process/EventProc.php</file>
+            <file>file:/E:/www/ylsj2019/Gameserver/Amfphp/Process/vo/OpeCode.php</file>
+            <file>file:/E:/www/ylsj2019/Gameserver/Amfphp/Process/vo/Req.php</file>
+            <file>file:/E:/www/ylsj2019/Gameserver/Amfphp/Process/vo/CmdCode.php</file>
+            <file>file:/E:/www/ylsj2019/Gameserver/Amfphp/Process/vo/ErrCode.php</file>
+            <file>file:/E:/www/ylsj2019/Gameserver/Amfphp/AutoLoad.php</file>
+            <file>file:/E:/www/ylsj2019/Gameserver/Amfphp/Configs/defines/const_and.php</file>
+            <file>file:/E:/www/ylsj2019/Gameserver/Amfphp/Model/Const/sm_skill_shengji.php</file>
+            <file>file:/E:/www/ylsj2019/Gameserver/Amfphp/Configs/defines/const_ios.php</file>
+            <file>file:/E:/www/ylsj2019/Gameserver/Amfphp/Configs/config_web.php</file>
+            <file>file:/E:/www/ylsj2019/Gameserver/Amfphp/Process/FriendProc.php</file>
+            <file>file:/E:/www/ylsj2019/Gameserver/Amfphp/Process/HeroProc.php</file>
         </group>
     </open-files>
 </project-private>

+ 1 - 1
Gameserver/nbproject/project.xml

@@ -3,7 +3,7 @@
     <type>org.netbeans.modules.php.project</type>
     <configuration>
         <data xmlns="http://www.netbeans.org/ns/php-project/1">
-            <name>PhpProject1</name>
+            <name>ylsj2019</name>
         </data>
     </configuration>
 </project>