mirror of
https://github.com/edubart/otclient.git
synced 2025-10-17 04:53:27 +02:00
Protocol 10.76, fixed death window & death packet
This commit is contained in:
@@ -130,6 +130,7 @@ GameExperienceBonus = 66
|
||||
GameAuthenticator = 67
|
||||
GameUnjustifiedPoints = 68
|
||||
GameSessionKey = 69
|
||||
GameDeathType = 70
|
||||
|
||||
TextColors = {
|
||||
red = '#f55e5e', --'#c83200'
|
||||
@@ -270,4 +271,9 @@ Blessings = {
|
||||
SparkOfPhoenix = 32
|
||||
}
|
||||
|
||||
DeathType = {
|
||||
Regular = 0,
|
||||
Blessed = 1
|
||||
}
|
||||
|
||||
-- @}
|
||||
|
@@ -73,7 +73,7 @@ function g_game.getSupportedClients()
|
||||
1053, 1054, 1055, 1056, 1057,
|
||||
1058, 1059, 1060, 1061, 1062,
|
||||
1063, 1064, 1070, 1071, 1072,
|
||||
1073, 1074, 1075
|
||||
1073, 1074, 1075, 1076
|
||||
}
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user