opcode

package
v0.0.0-...-617a946 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 30, 2024 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

View Source
const (
	WorldNew                byte = 0x01
	WorldRequestOk          byte = 0x02
	WorldRequestBad         byte = 0x03
	WorldInfo               byte = 0x03
	ChannelNew              byte = 0x04
	ChannelOk               byte = 0x05
	ChannelBad              byte = 0x06
	ChannelInfo             byte = 0x07
	ChannelConnectionInfo   byte = 0x08
	ChannePlayerConnect     byte = 0x09
	ChannePlayerDisconnect  byte = 0x0a
	ChannelPlayerChatEvent  byte = 0x0b
	ChannelPlayerBuddyEvent byte = 0x0c
	ChannelPlayerPartyEvent byte = 0x0d
	ChannelPlayerGuildEvent byte = 0x0e
	ChangeRate              byte = 0x0f
)
View Source
const (
	RecvLoginRequest               byte = 0x01
	RecvLoginChannelSelect         byte = 0x04
	RecvLoginWorldSelect           byte = 0x05
	RecvLoginCheckLogin            byte = 0x08
	RecvLoginRegisterPin           byte = 0x09
	RecvLoginSelectCharacter       byte = 0x0B
	RecvChannelPlayerLoad          byte = 0x0C
	RecvLoginNameCheck             byte = 0x0D
	RecvLoginNewCharacter          byte = 0x0E
	RecvLoginDeleteChar            byte = 0x0F
	RecvPing                       byte = 0x12
	RecvReturnToLoginScreen        byte = 0x14
	RecvChannelUserPortal          byte = 0x17
	RecvCHannelChangeChannel       byte = 0x18
	RecvChannelEnterCashShop       byte = 0x19
	RecvChannelPlayerMovement      byte = 0x1A
	RecvChannelPlayerStand         byte = 0x1B
	RecvChannelPlayerUseChair      byte = 0x1C
	RecvChannelMeleeSkill          byte = 0x1D
	RecvChannelRangedSkill         byte = 0x1E
	RecvChannelMagicSkill          byte = 0x1F
	RecvChannelDmgRecv             byte = 0x21
	RecvChannelPlayerSendAllChat   byte = 0x22
	RecvChannelEmote               byte = 0x23
	RecvChannelNpcDialogue         byte = 0x27
	RecvChannelNpcDialogueContinue byte = 0x28
	RecvChannelNpcShop             byte = 0x29
	RecvChannelInvMoveItem         byte = 0x2D
	RecvChannelInvUseItem          byte = 0x2E
	RecvChannelAddStatPoint        byte = 0x36
	RecvChannelPassiveRegen        byte = 0x37
	RecvChannelAddSkillPoint       byte = 0x38
	RecvChannelSpecialSkill        byte = 0x39
	RecvChannelPlayerDropMesos     byte = 0x3C
	RecvChannelCharacterInfo       byte = 0x3F
	RecvChannelLieDetectorResult   byte = 0x45
	RecvChannelCharacterReport     byte = 0x49
	RecvChannelGroupChat           byte = 0x4B
	RecvChannelSlashCommands       byte = 0x4C
	RecvChannelCharacterUIWindow   byte = 0x4E
	RecvChannelPartyInfo           byte = 0x4F
	RecvChannelGuildManagement     byte = 0x51
	RecvChannelGuildReject         byte = 0x52
	RecvChannelBuddyOperation      byte = 0x55
	RecvChannelUseMysticDoor       byte = 0x58
	RecvChannelMobControl          byte = 0x6A
	RecvChannelDistance            byte = 0x6B
	RecvChannelNpcMovement         byte = 0x6F
	RecvChannelPlayerPickup        byte = 0x73
	RecvChannelBoatMap             byte = 0x80
)
View Source
const (
	SendLoginResponse               byte = 0x01
	SendLoginWorldMeta              byte = 0x03
	SendLoginPinOperation           byte = 0x07 // Add 1 byte, 1 = register byte a pin
	SendLoginPinStuff               byte = 0x08 // Setting byte pin good
	SendLoginWorldList              byte = 0x09
	SendLoginCharacterData          byte = 0x0A
	SendLoginCharacterMigrate       byte = 0x0B
	SendLoginNameCheckResult        byte = 0x0C
	SendLoginNewCharacterGood       byte = 0x0D
	SendLoginDeleteCharacter        byte = 0x0E
	SendChannelChange               byte = 0x0F
	SendLoginRestarter              byte = 0x15
	SendChannelInventoryOperation   byte = 0x18
	SendChannelStatChange           byte = 0x1A
	SendChannelSkillRecordUpdate    byte = 0x1D
	SendChannelInfoMessage          byte = 0x20
	SendChannelMapTransferResult    byte = 0x22
	SendChannelLieDetectorTest      byte = 0x23
	SendChannelAvatarInfoWindow     byte = 0x2c
	SendChannelPartyInfo            byte = 0x2D
	SendChannelBuddyInfo            byte = 0x2E
	SendChannelGuildInfo            byte = 0x30
	SendChannelTownPortal           byte = 0x31
	SendChannelBroadcastMessage     byte = 0x32
	SendChannelWarpToMap            byte = 0x36
	SendChannelPortalClosed         byte = 0x3A
	SendChannelChangeServer         byte = 0x3B
	SendChannelBubblessChat         byte = 0x3D
	SendChannelWhisper              byte = 0x3E
	SendChannelMapEffect            byte = 0x40
	SendChannelEmployee             byte = 0x43
	SendChannelQuizQAndA            byte = 0x44
	SendChannelCountdown            byte = 0x46
	SendChannelMovingObj            byte = 0x47
	SendChannelBoat                 byte = 0x48
	SendChannelCharacterEnterField  byte = 0x4E
	SendChannelCharacterLeaveField  byte = 0x4F
	SendChannelAllChatMsg           byte = 0x51
	SendChannelRoomBox              byte = 0x52
	SendChannelPlayerMovement       byte = 0x65
	SendChannelPlayerUseMeleeSkill  byte = 0x66
	SendChannelPlayerUseRangedSkill byte = 0x67
	SendChannelPlayerUseMagicSkill  byte = 0x68
	SendChannelPlayerTakeDmg        byte = 0x6B
	SendChannelPlayerEmoticon       byte = 0x6C
	SendChannelPlayerChangeAvatar   byte = 0x6F
	SendChannelPlayerAnimation      byte = 0x70
	SendChannelLevelUpAnimation     byte = 0x79
	SendChannelShowMob              byte = 0x86
	SendChannelRemoveMob            byte = 0x87
	SendChannelControlMob           byte = 0x88
	SendChannelMoveMob              byte = 0x8A
	SendChannelControlMobAck        byte = 0x8B
	SendChannelMobDamage            byte = 0x91
	SendChannelNpcShow              byte = 0x97
	SendChannelNpcRemove            byte = 0x98
	SendChannelNpcControl           byte = 0x99
	SendChannelNpcMovement          byte = 0x9B
	SendChannelDrobEnterMap         byte = 0xA4
	SendChannelDropExitMap          byte = 0xA5
	SendChannelSpawnDoor            byte = 0xB1
	SendChannelRemoveDoor           byte = 0xB2
	SendChannelNpcDialogueBox       byte = 0xC5
	SendChannelNpcShop              byte = 0xC8
	SendChannelNpcShopResult        byte = 0xC9
	SendChannelNpcStorage           byte = 0xCD
	SendChannelRoom                 byte = 0xDC
)

Variables

This section is empty.

Functions

This section is empty.

Types

This section is empty.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL