Version 2.2 - retro layout + bug fixes

This commit is contained in:
OTCv8
2020-03-31 21:34:09 +02:00
parent 1df9b82846
commit 6b39f061ae
189 changed files with 3384 additions and 4603 deletions

View File

@@ -158,6 +158,7 @@ GameIngameStoreServiceType = 75
GameAdditionalSkills = 76
GameDistanceEffectU16 = 77
GamePrey = 78
GameDoubleMagicLevel = 79
GameExtendedOpcode = 80
GameMinimapLimitedToSingleFloor = 81

View File

@@ -46,11 +46,19 @@ MarketCategory = {
WandsRods = 21,
PremiumScrolls = 22,
TibiaCoins = 23,
CreatureProducs = 24,
Unknown1 = 25,
Unknown2 = 26,
StashRetrieve = 27,
Unknown3 = 28,
Unknown4 = 29,
Gold = 30,
Unassigned = 31,
MetaWeapons = 255
}
MarketCategory.First = MarketCategory.Armors
MarketCategory.Last = MarketCategory.TibiaCoins
MarketCategory.Last = MarketCategory.Unassigned
MarketCategoryWeapons = {
[MarketCategory.Ammunition] = { slots = {255} },
@@ -86,6 +94,14 @@ MarketCategoryStrings = {
[21] = 'Wands and Rods',
[22] = 'Premium Scrolls',
[23] = 'Tibia Coins',
[24] = 'Creature Products',
[25] = 'Unknown 1',
[26] = 'Unknown 2',
[27] = 'Stash Retrieve',
[28] = 'Unknown 3',
[29] = 'Unknown 4',
[30] = 'Gold',
[31] = 'Unassigned',
[255] = 'Weapons'
}