| | |
| | |
|
| | | import GameWorld
|
| | | import ItemCommon
|
| | | import ShareDefine
|
| | | import PlayerControl
|
| | | import NetPackCommon
|
| | | import ChPyNetSendPack
|
| | | import IpyGameDataPY
|
| | | import PlayerSuccess
|
| | | import IPY_GameWorld
|
| | | import PyGameData
|
| | | import ChConfig
|
| | |
| | | ItemCommon.DelCostItem(curPlayer, itemPack, delInfoDict, "FamilyZhenfaLVUP")
|
| | |
|
| | | addTotalExp = itemExp * useItemCount
|
| | | PlayerSuccess.DoAddSuccessProgress(curPlayer, ShareDefine.SuccType_FamilyZhenfaExp, addTotalExp)
|
| | | |
| | | SendGameServer_FamilyZhenfa(curPlayer, familyID, playerID, "AddExp", [zhenfaType, addTotalExp])
|
| | | return
|
| | |
|