diff --git a/data-otservbr-global/lib/core/storages.lua b/data-otservbr-global/lib/core/storages.lua index 590087af230..e14189bedcf 100644 --- a/data-otservbr-global/lib/core/storages.lua +++ b/data-otservbr-global/lib/core/storages.lua @@ -105,7 +105,6 @@ Storage = { -- unused ExerciseDummyExhaust = 30029, ChayenneReward = 30033, SwampDiggingTimeout = 30034, - HydraEggQuest = 30035, Atrad = 30036, ElementalistQuest1 = 30037, ElementalistQuest2 = 30038, @@ -2011,7 +2010,7 @@ Storage = { }, }, U7_6 = { -- update 7.6 - Reserved Storages 40611 - 40760 - HydraEgg = {}, + HydraEggQuest = 40611, TheApeCity = {}, TheExplorerSociety = {}, }, diff --git a/data-otservbr-global/scripts/actions/other/others/quest_system2.lua b/data-otservbr-global/scripts/actions/other/others/quest_system2.lua index 7adb6cb8285..be5a3db07e2 100644 --- a/data-otservbr-global/scripts/actions/other/others/quest_system2.lua +++ b/data-otservbr-global/scripts/actions/other/others/quest_system2.lua @@ -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 = { diff --git a/data-otservbr-global/startup/tables/item.lua b/data-otservbr-global/startup/tables/item.lua index c651c3262bb..b7454c8524c 100644 --- a/data-otservbr-global/startup/tables/item.lua +++ b/data-otservbr-global/startup/tables/item.lua @@ -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,