From dbaf6b18451dc700ce93092573ad6be1f661f2fe Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 29 Jul 2021 14:25:06 -0300 Subject: Add the missing items which HoraK added... I forgot when --- db/pre-re/item_db.conf | 67 +++++++++++++++++++++++++++++++++++++++++++- npc/functions/clear_vars.txt | 3 ++ 2 files changed, 69 insertions(+), 1 deletion(-) 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; @@ -1476,6 +1476,46 @@ item_db: ( bonus bMdef, 11; "> }, +{ + 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" @@ -12010,6 +12050,31 @@ item_db: ( bonus bLuk, 1; "> }, +{ + 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" 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; } -- cgit v1.2.3-60-g2f50