mirror of
https://github.com/edubart/otclient.git
synced 2025-10-23 07:45:54 +02:00
Protocol updates up to 10.82
This commit is contained in:
@@ -133,6 +133,7 @@ GameSessionKey = 69
|
||||
GameDeathType = 70
|
||||
GameIdleAnimations = 71
|
||||
GameKeepUnawareTiles = 72
|
||||
GameIngameStore = 73
|
||||
|
||||
TextColors = {
|
||||
red = '#f55e5e', --'#c83200'
|
||||
@@ -216,7 +217,7 @@ CIPSOFT_RSA = "1321277432058722840622950990822933849527763264961655079678763618"
|
||||
"88792221429527047321331896351555606801473202394175817"
|
||||
|
||||
-- set to the latest Tibia.pic signature to make otclient compatible with official tibia
|
||||
PIC_SIGNATURE = 0x542100C1
|
||||
PIC_SIGNATURE = 0x557fe565
|
||||
|
||||
OsTypes = {
|
||||
Linux = 1,
|
||||
@@ -280,4 +281,25 @@ DeathType = {
|
||||
Blessed = 1
|
||||
}
|
||||
|
||||
ProductType = {
|
||||
Other = 0,
|
||||
NameChange = 1
|
||||
}
|
||||
|
||||
StoreErrorType = {
|
||||
NoError = -1,
|
||||
PurchaseError = 0,
|
||||
NetworkError = 1,
|
||||
HistoryError = 2,
|
||||
TransferError = 3,
|
||||
Information = 4
|
||||
}
|
||||
|
||||
StoreState = {
|
||||
None = 0,
|
||||
New = 1,
|
||||
Sale = 2,
|
||||
Timed = 3
|
||||
}
|
||||
|
||||
-- @}
|
||||
|
Reference in New Issue
Block a user