| | |
| | | #---------------------------------------------------------------------
|
| | |
|
| | | import GameWorld
|
| | | import SetMission
|
| | | import GivePlayerExpSelf
|
| | | import SetFabao
|
| | | import ActivePet
|
| | | import MakeItemCount
|
| | | import PlayerControl
|
| | | import ChConfig
|
| | | import SetMissionDict
|
| | |
|
| | |
|
| | | def OnExec(curPlayer, msgList):
|
| | |
| | | return
|
| | |
|
| | | lv = int(msgList[0])
|
| | | # 1.跳过新手任务
|
| | | #===========================================================================
|
| | | # SetMission.OnExec(curPlayer, [101010, 1])
|
| | | # SetMission.OnExec(curPlayer, [1000, -1])
|
| | | # SetMissionDict.OnExec(curPlayer, [1, 'xinshou', 0])
|
| | | #===========================================================================
|
| | | # 2.给些渣经验
|
| | | #GivePlayerExpSelf.OnExec(curPlayer, [3456789])
|
| | | |
| | | # 3.地图法宝全开
|
| | | for fbaoID in [101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 201, 202, 203, 204]:
|
| | | SetFabao.OnExec(curPlayer, [fbaoID])
|