| | |
| | | #GameWorld.DebugLog("PlusLVChange index=%s,updPlusLV=%s,broadCastLVList=%s" % (index, updPlusLV, broadCastLVList))
|
| | | if updPlusLV in broadCastLVList:
|
| | | itemID = curEquip.GetItemTypeID()
|
| | | superItemInfo = ItemCommon.GetNotifySuperItemInfo(curPlayer, curEquip, index)
|
| | | msgParamList = [curPlayer.GetPlayerName(), itemID, superItemInfo, updPlusLV]
|
| | | userData = curEquip.GetUserData()
|
| | | guid = ItemCommon.CacheNotifyEquipDetailInfo(curPlayer, curEquip)
|
| | | msgParamList = [curPlayer.GetPlayerName(), itemID, userData, guid, updPlusLV]
|
| | | PlayerControl.WorldNotify(0, "StrengthenCongratulation", msgParamList)
|
| | |
|
| | | # 成就
|