mirror of
https://github.com/edubart/otclient.git
synced 2025-10-17 04:53:27 +02:00
10.94, 10.95 support
This commit is contained in:
@@ -45,6 +45,22 @@ Directions = {
|
||||
NorthWest = 7
|
||||
}
|
||||
|
||||
Skill = {
|
||||
Fist = 0,
|
||||
Club = 1,
|
||||
Sword = 2,
|
||||
Axe = 3,
|
||||
Distance = 4,
|
||||
Shielding = 5,
|
||||
Fishing = 6,
|
||||
CriticalChance = 7,
|
||||
CriticalDamage = 8,
|
||||
LifeLeechChance = 9,
|
||||
LifeLeechAmount = 10,
|
||||
ManaLeechChance = 11,
|
||||
ManaLeechAmount = 12
|
||||
}
|
||||
|
||||
North = Directions.North
|
||||
East = Directions.East
|
||||
South = Directions.South
|
||||
@@ -134,6 +150,9 @@ GameDeathType = 70
|
||||
GameIdleAnimations = 71
|
||||
GameKeepUnawareTiles = 72
|
||||
GameIngameStore = 73
|
||||
GameIngameStoreHighlights = 74
|
||||
GameIngameStoreServiceType = 75
|
||||
GameAdditionalSkills = 76
|
||||
|
||||
TextColors = {
|
||||
red = '#f55e5e', --'#c83200'
|
||||
|
@@ -75,7 +75,7 @@ function g_game.getSupportedClients()
|
||||
1063, 1064, 1070, 1071, 1072,
|
||||
1073, 1074, 1075, 1076, 1080,
|
||||
1081, 1082, 1090, 1091, 1092,
|
||||
1093
|
||||
1093, 1094, 1095
|
||||
}
|
||||
end
|
||||
|
||||
|
Reference in New Issue
Block a user