diff options
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 77 |
1 files changed, 39 insertions, 38 deletions
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(); + } "> }, { |