summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDastgir <dastgir@users.noreply.github.com>2015-06-13 22:14:00 +0530
committerDastgir <dastgir@users.noreply.github.com>2015-06-13 22:14:00 +0530
commite5fd8f74370f97d7d045ac63d9c3246771021881 (patch)
treeca9721df2341b4481cbdb81ccbc6f49fe8f73dc9
parent1e4e20a5c0b1f815b96f103a9e0603689ec362ab (diff)
parente5945e10728e52c12e611f85a19f35d979b5984c (diff)
downloadhercules-e5fd8f74370f97d7d045ac63d9c3246771021881.tar.gz
hercules-e5fd8f74370f97d7d045ac63d9c3246771021881.tar.bz2
hercules-e5fd8f74370f97d7d045ac63d9c3246771021881.tar.xz
hercules-e5fd8f74370f97d7d045ac63d9c3246771021881.zip
Merge pull request #554 from zackdreaver/master
Fix Veteran_Axe and Doom_Slayer_I item script
-rw-r--r--db/re/item_db.conf77
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();
+ }
">
},
{