Skip to content

Commit

Permalink
Update quests.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
htc16 committed Oct 16, 2024
1 parent ffa8595 commit a8221f5
Showing 1 changed file with 26 additions and 20 deletions.
46 changes: 26 additions & 20 deletions data-otservbr-global/lib/core/quests.lua
Original file line number Diff line number Diff line change
Expand Up @@ -6535,14 +6535,15 @@ if not Quests then
},
[49] = {
name = "The Secret Library",
startstorageid = Storage.Quest.U11_80.TheSecretLibrary.Questlog,
startstoragevalue = 1,
startStorageId = Storage.Quest.U11_80.TheSecretLibrary.Questlog,
startStorageValue = 1,
missions = {
[1] = {
name = "High and Dry",
storageid = Storage.Quest.U11_80.TheSecretLibrary.SmallIslands.Questline,
startvalue = 1,
endvalue = 3,
storageId = Storage.Quest.U11_80.TheSecretLibrary.SmallIslands.Questline,
missionId = 10451,
startValue = 1,
endValue = 3,
states = {
[1] = "Dedoras asked for you to talk to Charles, he knows about a small island.",
[2] = "You got stucked on this island. You must discover how to leave.",
Expand All @@ -6551,9 +6552,10 @@ if not Quests then
},
[2] = {
name = "Liquid Death",
storageid = Storage.Quest.U11_80.TheSecretLibrary.LiquidDeath.Questline,
startvalue = 1,
endvalue = 7,
storageId = Storage.Quest.U11_80.TheSecretLibrary.LiquidDeath.Questline,
missionId = 10452,
startValue = 1,
endValue = 7,
states = {
[1] = "Dedoras has sent you to Spectulus in the Edron Academy. Rumors of strange fishmen in the Tiquanda region may be connected to some of the research the scholar conducted.",
[2] = "Spectulus asked you to check out the rumors of strange fishmen in the jungles of northern Tiquanda. A small sunken temple is said to be overrun by strange fish-like creatures.",
Expand All @@ -6566,9 +6568,10 @@ if not Quests then
},
[3] = {
name = "Asuri - The Lament",
storageid = Storage.Quest.U11_80.TheSecretLibrary.Asuras.Questline,
startvalue = 1,
endvalue = 6,
storageId = Storage.Quest.U11_80.TheSecretLibrary.Asuras.Questline,
missionId = 10453,
startValue = 1,
endValue = 6,
states = {
[1] = "Go to Asuri Palace in Port Hope.",
[2] = "You were able to assemble an instrument with the objects found. That should work for something.",
Expand All @@ -6580,19 +6583,21 @@ if not Quests then
},
[4] = {
name = "The Order of the Falcon",
storageid = Storage.Quest.U11_80.TheSecretLibrary.FalconBastion.Questline,
startvalue = 1,
endvalue = 2,
storageId = Storage.Quest.U11_80.TheSecretLibrary.FalconBastion.Questline,
missionId = 10454,
startValue = 1,
endValue = 2,
states = {
[1] = "It is said that an ancient order of knights once resided in Edron. The knights disappeared a long time ago but their abandoned outpost is still there. The place may yet hold some surprises.",
[2] = "You defeated Grand Master Oberon in mortal combat. The Falcon Order may have lost its glory a long time ago but you are just getting started.",
},
},
[5] = {
name = "The Path of Defiances",
storageid = Storage.Quest.U11_80.TheSecretLibrary.Darashia.Questline,
startvalue = 1,
endvalue = 8,
storageId = Storage.Quest.U11_80.TheSecretLibrary.Darashia.Questline,
missionId = 10455,
startValue = 1,
endValue = 8,
states = {
[1] = "Go to Darashia and find out about the mysterious statue.",
[2] = "After you have been swallowed by a sand vortex you have entered a hidden desert area. A voice of unknown origin has informed you that you will have to face some challenges.",
Expand All @@ -6606,9 +6611,10 @@ if not Quests then
},
[6] = {
name = "The Veiled Hoard of Zathroth",
storageid = Storage.Quest.U11_80.TheSecretLibrary.MoTA.Questline,
startvalue = 1,
endvalue = 7,
storageId = Storage.Quest.U11_80.TheSecretLibrary.MoTA.Questline,
missionId = 10456,
startValue = 1,
endValue = 7,
states = {
[1] = "Dedoras told you where to search for leads to the Veiled Hoard: the museum in Thais, a fishmen temple in Tiquanda, an order fortress in Edron, the Asuri Palace and a deserted isle.",
[2] = "You talked with Gareth and now you may pass trougth the door.",
Expand Down

0 comments on commit a8221f5

Please sign in to comment.