Skip to content

Commit

Permalink
To Blind the Enemy Quest
Browse files Browse the repository at this point in the history
I kept this quest without the need for missions, I think this mission is purely useless, but the reward I kept normal.
  • Loading branch information
htc16 committed Jul 24, 2024
1 parent 403074d commit 69ad931
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 1 deletion.
7 changes: 6 additions & 1 deletion data-otservbr-global/lib/core/storages.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2071,7 +2071,12 @@ Storage = {
Mission06 = 41396,
Mission07 = 41397,
},
ToBlindTheEnemy = {},
ToBlindTheEnemy = {
DwarvenShield = 41398,
MorningStar = 41399,
BP1 = 41400,
BP2 = 41401,
},
ToOutfoxAFox = {},
TowerDefence = {},
Waterfall = {},
Expand Down
31 changes: 31 additions & 0 deletions data-otservbr-global/startup/tables/chest.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1299,6 +1299,37 @@ ChestUnique = {
weight = 1.20,
storage = Storage.Quest.U8_1.SecretService.IntelligenceReports,
},
-- To Blind the Enemy Quest
[6180] = {
itemId = 2472,
itemPos = { x = 32591, y = 31647, z = 3 },
reward = { { 3425, 1 } },
weight = 55.00,
storage = Storage.Quest.U8_1.ToBlindTheEnemy.DwarvenShield,
},
[6181] = {
itemId = 2472,
itemPos = { x = 32590, y = 31647, z = 3 },
reward = { { 3282, 1 } },
weight = 54.00,
storage = Storage.Quest.U8_1.ToBlindTheEnemy.MorningStar,
},
[6182] = {
itemId = 2434,
itemPos = { x = 32588, y = 31645, z = 3 },
container = 2853,
reward = { { 237, 1 }, { 3147, 1 }, { 3059, 1 }, },
weight = 31.00,
storage = Storage.Quest.U8_1.ToBlindTheEnemy.BP1,
},
[6183] = {
itemId = 2434,
itemPos = { x = 32588, y = 31644, z = 3 },
container = 2853,
reward = { { 3028, 2 }, { 3031, 100 } },
weight = 18.20,
storage = Storage.Quest.U8_1.ToBlindTheEnemy.BP2,
},
-- 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 69ad931

Please sign in to comment.