diff options
author | zackdreaver <zackdreaver@gmail.com> | 2015-06-13 22:53:45 +0700 |
---|---|---|
committer | zackdreaver <zackdreaver@gmail.com> | 2015-06-13 22:53:45 +0700 |
commit | e5945e10728e52c12e611f85a19f35d979b5984c (patch) | |
tree | ca9721df2341b4481cbdb81ccbc6f49fe8f73dc9 | |
parent | 1e4e20a5c0b1f815b96f103a9e0603689ec362ab (diff) | |
download | hercules-e5945e10728e52c12e611f85a19f35d979b5984c.tar.gz hercules-e5945e10728e52c12e611f85a19f35d979b5984c.tar.bz2 hercules-e5945e10728e52c12e611f85a19f35d979b5984c.tar.xz hercules-e5945e10728e52c12e611f85a19f35d979b5984c.zip |
Fix Veteran_Axe and Doom_Slayer_I item script
Signed-off-by: zackdreaver <zackdreaver@gmail.com>
-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(); + } "> }, { |