| #!/usr/bin/python  | 
| # -*- coding: GBK -*-  | 
| #-------------------------------------------------------------------------------  | 
| #  | 
| #-------------------------------------------------------------------------------  | 
| #  | 
| ##@package GM.Commands.ReGreatMaster  | 
| #  | 
| # @todo:ÖØÖôóʦ  | 
| # @author hxp  | 
| # @date 2015-2-27  | 
| # @version 1.0  | 
| #  | 
| # ÏêϸÃèÊö: ÖØÖôóʦ  | 
| #  | 
| #---------------------------------------------------------------------  | 
| """Version = 2015-2-27 21:00"""  | 
|   | 
| import PlayerGreatMaster  | 
| import GameWorld  | 
| #---------------------------------------------------------------------  | 
| #È«¾Ö±äÁ¿  | 
| #---------------------------------------------------------------------  | 
|   | 
| #---------------------------------------------------------------------  | 
| #Â߼ʵÏÖ  | 
| ## GMÃüÁîÖ´ÐÐÈë¿Ú  | 
| #  @param curPlayer µ±Ç°Íæ¼Ò  | 
| #  @param list ²ÎÊýÁбí [npcID]  | 
| #  @return None  | 
| #  @remarks º¯ÊýÏêϸ˵Ã÷.  | 
| def OnExec(curPlayer, list):  | 
|       | 
|     curPlayer.SetLV2(0)  | 
|       | 
|     PlayerGreatMaster.DoResetMasterSkillPoint(curPlayer)  | 
|       | 
|   | 
|     PlayerGreatMaster.SetGreatMasterFreeSkillPoint(curPlayer, 0)  | 
|       | 
|      | 
|     PlayerGreatMaster.Sync_GreatMasterFreeSkillPoint(curPlayer)  | 
|       | 
|     GameWorld.DebugAnswer(curPlayer, "ÖØÖÃÌ츳OK!")  | 
|     return  | 
|   |