| | |
| | | priceType = IPY_GameWorld.TYPE_Price_Silver_Money
|
| | | curItemPrice = curItem.GetSilverPrice()
|
| | | return curItemPrice, priceType
|
| | | #绑定价格售价为0, 2011.4.27
|
| | | # if curItem.GetIsBind():
|
| | | # itrmPrice_bind = eval(ReadChConfig.GetChConfig("ItemSellPrice_Bind"))
|
| | | # return itrmPrice_bind, priceType
|
| | | # |
| | | # #无耐久物品
|
| | | # if curItemEndure == 0 :
|
| | | # return curItemPrice * 0.5, priceType
|
| | | # |
| | | # itrmPrice_notBind = eval(ReadChConfig.GetChConfig("ItemSellPrice_NotBind"))
|
| | | # return itrmPrice_notBind, priceType
|
| | | #===============================================================================
|
| | | # 2010.11.25 绑定售价和非绑定一致
|
| | | # #绑定的
|
| | | # if curItem.GetIsBind():
|
| | | # return curItemPrice * 0.5 * 0.5, curItemType
|
| | | # #非绑定的
|
| | | # return curItemPrice * 0.5, curItemType
|
| | | #===============================================================================
|
| | | #===============================================================================
|
| | | # |
| | | # #绑定正常物品出售价格
|
| | | # if curItem.GetIsBind() :
|
| | | # return eval(ChConfig.Def_Formula_ItemSellPrice) * 0.5, curItemType
|
| | | # |
| | | # #未绑定正常物品出售价格
|
| | | # return eval(ChConfig.Def_Formula_ItemSellPrice), curItemType
|
| | | #===============================================================================
|
| | | #---------------------------------------------------------------------
|
| | |
|
| | | ##检查玩家可否开始NPC事件
|
| | | # @param curPlayer 玩家实例
|
| | | # @return 返回值真, 检查通过
|