Skip to content

Commit

Permalink
Hydra Egg Quest
Browse files Browse the repository at this point in the history
  • Loading branch information
htc16 committed Jul 3, 2024
1 parent 1805f87 commit 34c5ba6
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 1 addition & 2 deletions data-otservbr-global/lib/core/storages.lua
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ Storage = {
-- unused ExerciseDummyExhaust = 30029,
ChayenneReward = 30033,
SwampDiggingTimeout = 30034,
HydraEggQuest = 30035,
Atrad = 30036,
ElementalistQuest1 = 30037,
ElementalistQuest2 = 30038,
Expand Down Expand Up @@ -2011,7 +2010,7 @@ Storage = {
},
},
U7_6 = { -- update 7.6 - Reserved Storages 40611 - 40760
HydraEgg = {},
HydraEggQuest = 40611,
TheApeCity = {},
TheExplorerSociety = {},
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,12 @@ local config = {
formerValue = 2,
newValue = 3,
},
-- Hydra Egg Quest
[9255] = {
items = {
{ itemId = 4839 },
},
storage = Storage.HydraEggQuest,
storage = Storage.Quest.U7_6.HydraEggQuest,
},
[9256] = {
items = {
Expand Down
5 changes: 5 additions & 0 deletions data-otservbr-global/startup/tables/item.lua
Original file line number Diff line number Diff line change
Expand Up @@ -429,6 +429,11 @@ ItemUnique = {
itemId = 2114,
itemPos = { x = 33161, y = 32831, z = 10 },
},
-- Hydra Egg Quest
[9255] = {
itemId = 5676,
itemPos = { x = 32954, y = 32695, z = 8 },
},
-- Issavi town teleport
[9515] = {
itemId = 1949,
Expand Down

0 comments on commit 34c5ba6

Please sign in to comment.