summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-07-29 14:25:06 -0300
committerJesusaves <cpntb1@ymail.com>2021-07-29 14:25:06 -0300
commitdbaf6b18451dc700ce93092573ad6be1f661f2fe (patch)
treec52583c38c6789bb09d88c002f08662cb155ea8c
parentaf29a8343fa0421fd5ed6077621bf31a21471d70 (diff)
downloadserverdata-dbaf6b18451dc700ce93092573ad6be1f661f2fe.tar.gz
serverdata-dbaf6b18451dc700ce93092573ad6be1f661f2fe.tar.bz2
serverdata-dbaf6b18451dc700ce93092573ad6be1f661f2fe.tar.xz
serverdata-dbaf6b18451dc700ce93092573ad6be1f661f2fe.zip
Add the missing items which HoraK added... I forgot when
-rw-r--r--db/pre-re/item_db.conf67
-rw-r--r--npc/functions/clear_vars.txt3
2 files changed, 69 insertions, 1 deletions
diff --git a/db/pre-re/item_db.conf b/db/pre-re/item_db.conf
index d37af845..15412e8d 100644
--- a/db/pre-re/item_db.conf
+++ b/db/pre-re/item_db.conf
@@ -1468,7 +1468,7 @@ item_db: (
Slots: 0
Loc: "EQP_ARMOR"
Refine: false
- ViewSprite: 5270
+ ViewSprite: 5272
Script: <"
bonus bInt, 1;
bonus bMatkRate, 1;
@@ -1477,6 +1477,46 @@ item_db: (
">
},
{
+ Id: 5274
+ AegisName: "AssassinRing"
+ Name: "Assassin Ring"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 1
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Loc: "EQP_ACC_R"
+ Refine: false
+ ViewSprite: 5274
+ Script: <"
+ callfunc "BrawlingItem", EQI_ACC_R;
+ bonus bAgi, 1;
+ bonus bCritical, 5;
+ bonus bAspdRate, 5;
+ ">
+},
+{
+ Id: 5275
+ AegisName: "AssassinAmulet"
+ Name: "Assassin Amulet"
+ Type: "IT_ARMOR"
+ Buy: 1000
+ Sell: 1
+ Weight: 1
+ Def: 0
+ Slots: 0
+ Loc: "EQP_ARMOR"
+ Refine: false
+ ViewSprite: 5275
+ Script: <"
+ callfunc "BrawlingItem", EQI_ARMOR;
+ bonus bAgi, 1;
+ bonus bDoubleAddRate, 5;
+ bonus bHit, 25;
+ ">
+},
+{
Id: 528
AegisName: "Boots"
Name: "Boots"
@@ -12011,6 +12051,31 @@ item_db: (
">
},
{
+ Id: 5273
+ AegisName: "AssassinMask"
+ Name: "Assassin Mask"
+ Type: "IT_ARMOR"
+ Buy: 30000
+ Sell: 3000
+ Weight: 10
+ Def: 0
+ Slots: 0
+ Loc: "EQP_HEAD_TOP"
+ Refine: false
+ ViewSprite: 5273
+ Script: <"
+ callfunc "BrawlingItem", EQI_HEAD_TOP;
+ bonus bMdef, 5;
+ bonus bAgi, 9;
+ bonus bDex, 1;
+ bonus bMaxHP, 70;
+ bonus bCritical, 15;
+ bonus bAspdRate, 15;
+ bonus bDoubleAddRate, 15;
+ bonus bMatkRate, -5;
+ ">
+},
+{
Id: 501
AegisName: "CactusDrink"
Name: "CactusDrink"
diff --git a/npc/functions/clear_vars.txt b/npc/functions/clear_vars.txt
index 063feaec..e5e6e5d4 100644
--- a/npc/functions/clear_vars.txt
+++ b/npc/functions/clear_vars.txt
@@ -152,6 +152,9 @@ function script ServerUpdate {
// qui jul 29 11:21:38 BRT 2021
if ($VERSION < 1627568498) {
ReplaceItemFromEveryPlayer(5270, 5272);
+ ReplaceItemFromEveryPlayer(5267, 5273);
+ ReplaceItemFromEveryPlayer(5268, 5274);
+ ReplaceItemFromEveryPlayer(5269, 5275);
$VERSION = 1627568498;
}