From 1e50c0898a5dd4fe2d1b096102e391c8c18b3b17 Mon Sep 17 00:00:00 2001 From: Carlos Pessoa Date: Tue, 20 Aug 2024 22:02:33 -0300 Subject: [PATCH 1/4] fix: bomb damage --- data/items/items.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/items/items.xml b/data/items/items.xml index 4978cf0bdc4..68e634eef4a 100644 --- a/data/items/items.xml +++ b/data/items/items.xml @@ -41,7 +41,7 @@ - + From 542c7b7c4cae2d0f04e17d61d9e67c35faea517b Mon Sep 17 00:00:00 2001 From: Carlos Pessoa Date: Tue, 20 Aug 2024 22:15:22 -0300 Subject: [PATCH 2/4] fix black knight quest reward --- data-otservbr-global/startup/tables/chest.lua | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/data-otservbr-global/startup/tables/chest.lua b/data-otservbr-global/startup/tables/chest.lua index 6c2033edb64..f0fcf28936d 100644 --- a/data-otservbr-global/startup/tables/chest.lua +++ b/data-otservbr-global/startup/tables/chest.lua @@ -79,6 +79,22 @@ ChestAction = { reward = { { 2969, 1 } }, storage = Storage.Quest.Key.ID5010, }, + [5003] = { + itemId = 3634, + itemPos = { + { x = 32868, y = 31955, z = 11 }, + }, + reward = { { 3381, 1 } }, + storage = Storage.QuestChests.BlackKnightTreeCrownArmor, + }, + [5004] = { + itemId = 3634, + itemPos = { + { x = 32880, y = 31955, z = 11 }, + }, + reward = { { 3419, 1 } }, + storage = Storage.QuestChests.BlackKnightTreeCrownShield, + }, } ChestUnique = { From 4cab22e907d646fd3d80f63f15eeda0f5a714694 Mon Sep 17 00:00:00 2001 From: Carlos Pessoa Date: Tue, 20 Aug 2024 22:27:48 -0300 Subject: [PATCH 3/4] fx --- data-otservbr-global/startup/tables/chest.lua | 28 ++++++++----------- 1 file changed, 12 insertions(+), 16 deletions(-) diff --git a/data-otservbr-global/startup/tables/chest.lua b/data-otservbr-global/startup/tables/chest.lua index f0fcf28936d..b620fe4c2b1 100644 --- a/data-otservbr-global/startup/tables/chest.lua +++ b/data-otservbr-global/startup/tables/chest.lua @@ -79,22 +79,6 @@ ChestAction = { reward = { { 2969, 1 } }, storage = Storage.Quest.Key.ID5010, }, - [5003] = { - itemId = 3634, - itemPos = { - { x = 32868, y = 31955, z = 11 }, - }, - reward = { { 3381, 1 } }, - storage = Storage.QuestChests.BlackKnightTreeCrownArmor, - }, - [5004] = { - itemId = 3634, - itemPos = { - { x = 32880, y = 31955, z = 11 }, - }, - reward = { { 3419, 1 } }, - storage = Storage.QuestChests.BlackKnightTreeCrownShield, - }, } ChestUnique = { @@ -2768,4 +2752,16 @@ ChestUnique = { itemId = 2472, itemPos = { x = 32620, y = 32198, z = 10 }, }, + [3027] = { + itemId = 3634, + itemPos = { x = 32868, y = 31955, z = 11 }, + reward = { { 3381, 1 } }, + storage = Storage.QuestChests.BlackKnightTreeCrownArmor, + }, + [3634] = { + itemId = 3634, + itemPos = { x = 32880, y = 31955, z = 11 }, + reward = { { 3419, 1 } }, + storage = Storage.QuestChests.BlackKnightTreeCrownShield, + }, } From 138dd379d88a3ce4997b223dadd34945ba9efd85 Mon Sep 17 00:00:00 2001 From: Carlos Pessoa Date: Tue, 20 Aug 2024 22:28:27 -0300 Subject: [PATCH 4/4] fix unique --- data-otservbr-global/startup/tables/chest.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-otservbr-global/startup/tables/chest.lua b/data-otservbr-global/startup/tables/chest.lua index b620fe4c2b1..ec84bf2a8f9 100644 --- a/data-otservbr-global/startup/tables/chest.lua +++ b/data-otservbr-global/startup/tables/chest.lua @@ -2758,7 +2758,7 @@ ChestUnique = { reward = { { 3381, 1 } }, storage = Storage.QuestChests.BlackKnightTreeCrownArmor, }, - [3634] = { + [9055] = { itemId = 3634, itemPos = { x = 32880, y = 31955, z = 11 }, reward = { { 3419, 1 } },