Skip to content

Commit

Permalink
Lone Medusa Quest
Browse files Browse the repository at this point in the history
  • Loading branch information
htc16 committed Aug 7, 2024
1 parent f8aeb39 commit d796a50
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
2 changes: 1 addition & 1 deletion data-otservbr-global/lib/core/storages.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2218,7 +2218,7 @@ Storage = {
CyclopsSmithCount = 42502,
},
},
LoneMedusa = {},
LoneMedusa = 42503,
PilgrimageOfAshes = {},
ShadowsOfYalahar = {},
TheIsleOfEvil = {},
Expand Down
8 changes: 8 additions & 0 deletions data-otservbr-global/startup/tables/chest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2443,6 +2443,14 @@ ChestUnique = {
weight = 1.00,
storage = Storage.Quest.U8_5.DarashiaDragon,
},
-- Lone Medusa Quest
[6286] = {
itemId = 3990,
itemPos = { x = 32406, y = 32764, z = 1 },
reward = { { 3027, 4 } },
weight = 1.00,
storage = Storage.Quest.U8_5.LoneMedusa,
},
-- Reward of others scrips files (varied rewards)
-- The First dragon Quest
-- Treasure chests (data\scripts\actions\quests\first_dragon\treasure_chests.lua)
Expand Down

0 comments on commit d796a50

Please sign in to comment.