| | |
| | | Def_FBMapID_QueenRelics = 51010
|
| | | #跨服竞技场
|
| | | Def_FBMapID_CrossRealmPK = 32010
|
| | | #跨服排位
|
| | | Def_FBMapID_CrossChampionship = 32070
|
| | | #跨服蓬莱仙境
|
| | | Def_FBMapID_CrossPenglai = 32020
|
| | | #跨服魔化之地
|
| | |
| | | Def_FBMapID_CrossGrasslandLing:"CrossZonePK",
|
| | | Def_FBMapID_CrossGrasslandXian:"CrossZonePK",
|
| | | Def_FBMapID_CrossBattlefield:"CrossZonePK",
|
| | | Def_FBMapID_CrossChampionship:"CrossZonePK",
|
| | | }
|
| | | #跨服分区对应地图配置表名 - 仅适用于固定地图及虚拟分线的跨服玩法
|
| | | Def_CrossZoneMapTableName = {Def_FBMapID_CrossPenglai:"CrossPenglaiZoneMap",
|
| | |
| | | Def_GiveMoney_AuctionBidReturn, #拍卖竞价返还
|
| | | Def_GiveMoney_AuctionGain, #拍卖获得利润
|
| | | ) = range(1000, 1000 + 29)
|
| | |
|
| | | Def_ItemID_GoldMoney = 20 # 直接给仙玉
|
| | | Def_ItemID_GoldPaper = 30 # 直接给绑玉/灵石
|
| | | Def_ItemID_SilverPaper = 500 # 直接给金票物品
|
| | | # 货币类型对应直接给货币物品ID
|
| | | MoneyItemIDDict = {IPY_GameServer.TYPE_Price_Gold_Money:Def_ItemID_GoldMoney,
|
| | | IPY_GameServer.TYPE_Price_Gold_Paper:Def_ItemID_GoldPaper,
|
| | | IPY_GameServer.TYPE_Price_Silver_Paper:Def_ItemID_SilverPaper,
|
| | | }
|
| | |
|