70 lines
1.6 KiB
Lua
70 lines
1.6 KiB
Lua
-- @docconsts @{
|
|
|
|
SkullNone = 0
|
|
SkullYellow = 1
|
|
SkullGreen = 2
|
|
SkullWhite = 3
|
|
SkullRed = 4
|
|
SkullBlack = 5
|
|
SkullOrange = 6
|
|
|
|
ShieldNone = 0
|
|
ShieldWhiteYellow = 1
|
|
ShieldWhiteBlue = 2
|
|
ShieldBlue = 3
|
|
ShieldYellow = 4
|
|
ShieldBlueSharedExp = 5
|
|
ShieldYellowSharedExp = 6
|
|
ShieldBlueNoSharedExpBlink = 7
|
|
ShieldYellowNoSharedExpBlink = 8
|
|
ShieldBlueNoSharedExp = 9
|
|
ShieldYellowNoSharedExp = 10
|
|
|
|
EmblemNone = 0
|
|
EmblemGreen = 1
|
|
EmblemRed = 2
|
|
EmblemBlue = 3
|
|
|
|
North = 0
|
|
East = 1
|
|
South = 2
|
|
West = 3
|
|
NorthEast = 4
|
|
SouthEast = 5
|
|
SouthWest = 6
|
|
NorthWest = 7
|
|
|
|
ClientEnterAccount = 1
|
|
ClientEnterGame = 10
|
|
|
|
LoginServerError = 10
|
|
LoginServerMotd = 20
|
|
LoginServerUpdateNeeded = 30
|
|
LoginServerCharacterList = 100
|
|
|
|
GameExtendedOpcode = 0
|
|
GameProtocolChecksum = 1
|
|
GameAccountNames = 2
|
|
GameChallangeOnLogin = 3
|
|
GameStackposOnTileAddThing = 4
|
|
GamePenalityOnDeath = 5
|
|
GameNameOnNpcTrade = 6
|
|
GameDoubleFreeCapacity = 7
|
|
GameDoubleExperience = 8
|
|
GameTotalCapacity = 9
|
|
GameSkillsBase = 10
|
|
GameAdditionalPlayerStats = 11
|
|
GameIdOnCancelAttack = 12
|
|
GameChannelPlayerList = 13
|
|
GamePlayerMounts = 14
|
|
GameEnvironmentEffect = 15
|
|
GameCreatureType = 16
|
|
GameCreatureAdditionalInfo = 17
|
|
GameCreaturePassableInfo = 18
|
|
GameItemAnimationPhase = 19
|
|
GameTrucatedPingOpcode = 20
|
|
GameReverseCreatureStack = 21
|
|
|
|
OTSERV_RSA = "109120132967399429278860960508995541528237502902798129123468757937266291492576446330739696001110603907230888610072655818825358503429057592827629436413108566029093628212635953836686562675849720620786279431090218017681061521755056710823876476444260558147179707119674283982419152118103759076030616683978566631413"
|
|
|
|
-- @} |