summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-06-10 15:32:41 -0300
committerJesusaves <cpntb1@ymail.com>2021-06-10 15:32:41 -0300
commit988719e951bad8440df2798b4a579d2f503dc693 (patch)
treee1f78a54b3f560ff08973ed9e9e3a20faab204d3
parent59ca7b8df4ed00e34d04fd71836049052c1be79d (diff)
downloadserverdata-988719e951bad8440df2798b4a579d2f503dc693.tar.gz
serverdata-988719e951bad8440df2798b4a579d2f503dc693.tar.bz2
serverdata-988719e951bad8440df2798b4a579d2f503dc693.tar.xz
serverdata-988719e951bad8440df2798b4a579d2f503dc693.zip
Fix broken assassin set
close #46
-rw-r--r--db/pre-re/item_db.conf8
-rw-r--r--npc/items/check_wand.txt0
-rw-r--r--npc/scripts.conf2
3 files changed, 5 insertions, 5 deletions
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
--- a/npc/items/check_wand.txt
+++ /dev/null
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",