| | |
| | | import GameObj
|
| | | import NPCCommon
|
| | | import GameLogic_SealDemon
|
| | | import GameLogic_ZhuXianBoss
|
| | |
|
| | | ## GM命令执行入口
|
| | | # @param curPlayer 当前玩家
|
| | |
| | | lineID = gameWorld.GetPropertyID() - 1
|
| | | gameWorld.SetGameWorldDict(GameLogic_SealDemon.FBDict_RemainHP % lineID, 1)
|
| | | return
|
| | | if curPlayer.GetMapID() == ChConfig.Def_FBMapID_ZhuXianBoss:
|
| | | #诛仙BOSS击杀怪
|
| | | gameWorld = GameWorld.GetGameWorld()
|
| | | lineID = gameWorld.GetPropertyID() - 1
|
| | | gameWorld.SetGameWorldDict(GameLogic_ZhuXianBoss.FBDict_RemainHP % lineID, 1)
|
| | | return
|
| | |
|
| | | isMapAllNPC = 0
|
| | | if len(playerList) > 0:
|