public override void RegisterExplorers()
 {
     //OpManager.RegisterExplorer("OP_PlayerProfile", ExplorePlayerProfile);
     OpManager.RegisterExplorer("OP_ZoneEntry", ExploreZoneEntry);
     OpManager.RegisterExplorer("OP_NPCMoveUpdate", ExploreNPCMoveUpdate);
     OpManager.RegisterExplorer("OP_MobUpdate", ExploreMobUpdate);
     //OpManager.RegisterExplorer("OP_ClientUpdate", ExploreClientUpdate);
     OpManager.RegisterExplorer("OP_CharInventory", ExploreInventory);
 }
Пример #2
0
 public override void RegisterExplorers()
 {
     OpManager.RegisterExplorer("OP_ZoneEntry", ExploreZoneEntry);
     //OpManager.RegisterExplorer("OP_RespawnWindow", ExploreRespawnWindow);
     //OpManager.RegisterExplorer("OP_ZonePlayerToBind", ExploreZonePlayerToBind);
     //OpManager.RegisterExplorer("OP_RequestClientZoneChange", ExploreRequestClientZoneChange);
     //OpManager.RegisterExplorer("OP_DeleteSpawn", ExploreDeleteSpawn);
     OpManager.RegisterExplorer("OP_HPUpdate", ExploreHPUpdate);
 }
 public override void RegisterExplorers()
 {
     OpManager.RegisterExplorer("OP_PlayerProfile", ExplorePlayerProfile);
     OpManager.RegisterExplorer("OP_ZoneEntry", ExploreZoneEntry);
 }