Class | Description |
---|---|
AddTrainerPokemonPacket |
Adds a Magikarp to an NPC Trainer's party.
|
CreateNPCPacket |
Created by Jay113355 on 3/23/2020
|
DeleteNPCPacket |
Created by Jay113355 on 3/24/2020
|
DeleteTrainerPacket | |
DeleteTrainerPokemonPacket |
Deletes a Pokémon from an NPC Trainer's party.
|
InteractNPCPacket |
Registers client-side which NPC the player is interacting with.
|
LoadTutorDataPacket |
Sends tutor data to the client to be displayed on the tutor editor GUI.
|
NPCLearnMovePacket |
Packet to send a selected party slot to an NPC.
|
NPCServerPacket |
Sends data related to NPC editing to the server.
|
RandomiseTrainerPokemonPacket | |
SelectPokemonResponsePacket | |
SetChattingNPCTexturesPacket |
Updates the client with the server's chatting NPC textures.
|
SetNPCDataPacket | |
SetNPCEditDataPacket |
Sets NPC data client-side when an NPC editor is used.
|
SetShopkeeperClientPacket |
Updates the client with the server's shopkeeper data.
|
ShopKeeperPacket |
Triggers a transaction between a shopkeeper and a player.
|
StoreTrainerDataPacket |
Saves NPC Trainer data to the server from client-side editing.
|
StoreTrainerPokemonPacket | |
StoreTutorDataPacket |
Saves tutor data to the server after editing.
|
UpdateTrainerPartyPacketPacket |
Updates an NPC Trainer's party server-side.
|
UpdateTrainerPokemonPacketPacket |
Updates an NPC Trainer's Pokémon's data server-side.
|
Enum | Description |
---|---|
EnumNPCServerPacketType |
Types of data that can be sent by the packet.
|
EnumStoreTrainerDataType |
Types of NPC Trainer data to save.
|
SelectPokemonResponsePacket.Mode |