From 988719e951bad8440df2798b4a579d2f503dc693 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 10 Jun 2021 15:32:41 -0300 Subject: Fix broken assassin set close #46 --- db/pre-re/item_db.conf | 8 ++++---- npc/items/check_wand.txt | 0 npc/scripts.conf | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) delete mode 100644 npc/items/check_wand.txt diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf index eab91231..9c77f4e8 100644 --- a/db/pre-re/item_db.conf +++ b/db/pre-re/item_db.conf @@ -1500,7 +1500,7 @@ item_db: ( Refine: false ViewSprite: 757 Script: <" - callfunc "BrawlingItem"; + callfunc "BrawlingItem", EQI_SHOES; bonus bAgi, 4; bonus bMatkRate, -1; "> @@ -5402,7 +5402,7 @@ item_db: ( Refine: false ViewSprite: 755 Script: <" - callfunc "BrawlingItem"; + callfunc "BrawlingItem", EQI_HEAD_MID; bonus bAgi, 15; bonus bSpeedAddRate, 10; bonus bFlee, 20; @@ -14061,7 +14061,7 @@ item_db: ( Refine: false ViewSprite: 731 Script: <" - callfunc "BrawlingItem"; + callfunc "BrawlingItem", EQI_HEAD_LOW; bonus bAgi, 5; bonus bMatkRate, -2; "> @@ -14879,7 +14879,7 @@ item_db: ( Refine: false ViewSprite: 756 Script: <" - callfunc "BrawlingItem"; + callfunc "BrawlingItem", EQI_GARMENT; bonus bAgi, 4; bonus bMatkRate, -1; "> diff --git a/npc/items/check_wand.txt b/npc/items/check_wand.txt deleted file mode 100644 index e69de29b..00000000 diff --git a/npc/scripts.conf b/npc/scripts.conf index 11129046..b2c936e3 100644 --- a/npc/scripts.conf +++ b/npc/scripts.conf @@ -61,9 +61,9 @@ "npc/items/pickled_beets.txt", "npc/items/shock_sweet.txt", "npc/items/unreleased_item.txt", +"npc/items/brawling_item.txt", "npc/items/require_stat.txt", "npc/items/warpTowels.txt", -"npc/items/check_wand.txt", "npc/items/mirror.txt", "npc/items/rubber_bat.txt", -- cgit v1.2.3-60-g2f50