From e5945e10728e52c12e611f85a19f35d979b5984c Mon Sep 17 00:00:00 2001 From: zackdreaver Date: Sat, 13 Jun 2015 22:53:45 +0700 Subject: Fix Veteran_Axe and Doom_Slayer_I item script Signed-off-by: zackdreaver --- db/re/item_db.conf | 77 +++++++++++++++++++++++++++--------------------------- 1 file changed, 39 insertions(+), 38 deletions(-) (limited to 'db/re/item_db.conf') diff --git a/db/re/item_db.conf b/db/re/item_db.conf index faf6f6d23..22adff486 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -9367,6 +9367,7 @@ item_db: ( bonus bBaseAtk,10; } bonus bVit,2; + bonus4 bAutoSpellOnSkill,BS_HAMMERFALL,SM_MAGNUM,3,500; "> }, { @@ -9410,11 +9411,11 @@ item_db: ( noauction: true } Script: <" + bonus bAspdRate,-25; + bonus bUseSPrate,100; if(readparam(bStr)>=95) { bonus bBaseAtk,400; bonus2 bAddEff,Eff_Stun,3000; - bonus bAspdRate,-25; - bonus bUseSPrate,100; bonus bBreakArmorRate,500; } "> @@ -133332,42 +133333,42 @@ item_db: ( Loc: 4 View: 5 Script: <" - if(readparam(bStr)>=90) { - bonus bAllStats,1; - bonus bMaxHPrate,1; - bonus bMaxSPrate,1; - bonus bStr,getrefine(); - } - if(readparam(bAgi)>=90) { - bonus bAllStats,1; - bonus bMaxHPrate,1; - bonus bMaxSPrate,1; - bonus bAgi,getrefine(); - } - if(readparam(bVit)>=90) { - bonus bAllStats,1; - bonus bMaxHPrate,1; - bonus bMaxSPrate,1; - bonus bVit,getrefine(); - } - if(readparam(bInt)>=90) { - bonus bAllStats,1; - bonus bMaxHPrate,1; - bonus bMaxSPrate,1; - bonus bInt,getrefine(); - } - if(readparam(bDex)>=90) { - bonus bAllStats,1; - bonus bMaxHPrate,1; - bonus bMaxSPrate,1; - bonus bDex,getrefine(); - } - if(readparam(bLuk)>=90) { - bonus bAllStats,1; - bonus bMaxHPrate,1; - bonus bMaxSPrate,1; - bonus bLuk,getrefine(); - } + if(readparam(bStr)>=90) { + bonus bAllStats,1; + bonus bMaxHPrate,1; + bonus bMaxSPrate,1; + bonus bStr,getrefine(); + } + if(readparam(bAgi)>=90) { + bonus bAllStats,1; + bonus bMaxHPrate,1; + bonus bMaxSPrate,1; + bonus bAgi,getrefine(); + } + if(readparam(bVit)>=90) { + bonus bAllStats,1; + bonus bMaxHPrate,1; + bonus bMaxSPrate,1; + bonus bVit,getrefine(); + } + if(readparam(bInt)>=90) { + bonus bAllStats,1; + bonus bMaxHPrate,1; + bonus bMaxSPrate,1; + bonus bInt,getrefine(); + } + if(readparam(bDex)>=90) { + bonus bAllStats,1; + bonus bMaxHPrate,1; + bonus bMaxSPrate,1; + bonus bDex,getrefine(); + } + if(readparam(bLuk)>=90) { + bonus bAllStats,1; + bonus bMaxHPrate,1; + bonus bMaxSPrate,1; + bonus bLuk,getrefine(); + } "> }, { -- cgit v1.2.3-60-g2f50