Skip to content

Commit

Permalink
Fix The Secret Library Quest
Browse files Browse the repository at this point in the history
  • Loading branch information
htc16 committed Nov 21, 2024
1 parent c56a77b commit 90c4320
Show file tree
Hide file tree
Showing 2 changed files with 72 additions and 71 deletions.
141 changes: 71 additions & 70 deletions data-otservbr-global/lib/core/storages.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2556,88 +2556,89 @@ Storage = {
UndergroundBastion = 46028,
Key0909 = 46029,
},
FalconBastionAccess = 46030,
},
Darashia = {
Questline = 46030,
PuzzleSqm = 46031,
FirstChest = 46032,
SecondChest = 46033,
ThirdChest = 46034,
FourthChest = 46035,
RedColor = 46036,
GreenColor = 46037,
BlueColor = 46038,
ColorPuzzle = 46039,
EatenFood = 46040,
FirstTotem = 46041,
SecondTotem = 46042,
ThirdTotem = 46043,
FourthTotem = 46044,
FifthChest = 46045,
ScorpionTimer = 46046,
Questline = 46031,
PuzzleSqm = 46032,
FirstChest = 46033,
SecondChest = 46034,
ThirdChest = 46035,
FourthChest = 46036,
RedColor = 46037,
GreenColor = 46038,
BlueColor = 46039,
ColorPuzzle = 46040,
EatenFood = 46041,
FirstTotem = 46042,
SecondTotem = 46043,
ThirdTotem = 46044,
FourthTotem = 46045,
FifthChest = 46046,
ScorpionTimer = 46047,
},
LiquidDeath = {
Questline = 46047,
Statue1 = 46048,
Statue2 = 46049,
Statue3 = 46050,
Statue4 = 46051,
Statue5 = 46052,
Statue6 = 46053,
Statue7 = 46054,
Statue8 = 46055,
Statue9 = 46056,
StatueCount = 46057,
BrokulTimer = 46058,
BrokulTimerGlobal = 46059,
Questline = 46048,
Statue1 = 46049,
Statue2 = 46050,
Statue3 = 46051,
Statue4 = 46052,
Statue5 = 46053,
Statue6 = 46054,
Statue7 = 46055,
Statue8 = 46056,
Statue9 = 46057,
StatueCount = 46058,
BrokulTimer = 46059,
BrokulTimerGlobal = 46060,
},
MoTA = {
Questline = 46060,
LeverPermission = 46061,
SampleBlood = 46062,
BonyRod = 46063,
BrokenCompass = 46064,
Crystal1 = 46065,
Crystal2 = 46066,
Crystal3 = 46067,
Crystal4 = 46068,
Crystal5 = 46069,
Crystal6 = 46070,
Crystal7 = 46071,
Crystal8 = 46072,
YellowGem = 46073,
GreenGem = 46074,
RedGem = 46075,
FinalBasin = 46076,
SkullSample = 46077,
TakenRod = 46078,
TrialTimer = 46079,
MuseumTimer = 46080,
Questline = 46061,
LeverPermission = 46062,
SampleBlood = 46063,
BonyRod = 46064,
BrokenCompass = 46065,
Crystal1 = 46066,
Crystal2 = 46067,
Crystal3 = 46068,
Crystal4 = 46069,
Crystal5 = 46070,
Crystal6 = 46071,
Crystal7 = 46072,
Crystal8 = 46073,
YellowGem = 46074,
GreenGem = 46075,
RedGem = 46076,
FinalBasin = 46077,
SkullSample = 46078,
TakenRod = 46079,
TrialTimer = 46080,
MuseumTimer = 46081,
},
SmallIslands = {
Questline = 46081,
Parchment = 46082,
Sapphire = 46083,
Shovel = 46084,
Fishing = 46085,
RaxiasTimer = 46086,
BoatStages = 46087,
Hawser = 46088,
Turtle = 46089,
},
LibraryPermission = 46090,
Questline = 46082,
Parchment = 46083,
Sapphire = 46084,
Shovel = 46085,
Fishing = 46086,
RaxiasTimer = 46087,
BoatStages = 46088,
Hawser = 46089,
Turtle = 46090,
},
LibraryPermission = 46091,
Library = {
Questline = 46091,
MazzinorTimer = 46092,
LokathmorTimer = 46093,
GhuloshTimer = 46094,
GorzindelTimer = 46095,
Ghulosh = 46096,
Questline = 46092,
MazzinorTimer = 46093,
LokathmorTimer = 46094,
GhuloshTimer = 46095,
GorzindelTimer = 46096,
Ghulosh = 46097,
},
},
BattleMageOutfits = {
Addon1 = 46097,
Addon2 = 46098,
Addon1 = 46098,
Addon2 = 46099,
},
DiscovererOutfits = {},
MeasuringTibia = {},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ This page seems to be part of a book about ancient rituals, mystic incantations
name = "Falcon Bastion Access",
},
},
storage = Storage.Quest.U11_80.TheSecretLibrary.FalconBastionAccess,
storage = Storage.Quest.U11_80.TheSecretLibrary.FalconBastion.FalconBastionAccess,
},
[20002] = {
items = {
Expand Down

0 comments on commit 90c4320

Please sign in to comment.