diff options
Diffstat (limited to 'db/re')
-rw-r--r-- | db/re/item_db.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 6680805dd..a926e5bc9 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -40851,9 +40851,9 @@ item_db: ( Loc: 2 Script: <" bonus bBaseAtk,20; - bonus5 bAutoSpellWhenHit,"NPC_WIDESTONE",1,70,BF_WEAPON,0; - bonus5 bAutoSpellWhenHit,"NPC_WIDESLEEP",1,70,BF_WEAPON,0; - bonus5 bAutoSpellWhenHit,"NPC_WIDECURSE",1,70,BF_WEAPON,0; + bonus5 bAutoSpellWhenHit,NPC_WIDESTONE,1,70,BF_WEAPON,0; + bonus5 bAutoSpellWhenHit,NPC_WIDESLEEP,1,70,BF_WEAPON,0; + bonus5 bAutoSpellWhenHit,NPC_WIDECURSE,1,70,BF_WEAPON,0; "> }, { @@ -86459,7 +86459,7 @@ item_db: ( Weight: 10 Upper: 63 Script: <" - itemskill AC_CONCENTRATION,(getskilllv(45)<3?3:getskilllv(45)); + itemskill AC_CONCENTRATION,(getskilllv(AC_CONCENTRATION)<3?3:getskilllv(AC_CONCENTRATION)); "> }, { @@ -113130,7 +113130,7 @@ item_db: ( Type: 18 Buy: 10 Weight: 10 - Script: <" getitem 6241,40; "> + Script: <" getitem 6241,30; "> }, { Id: 17251 @@ -127790,7 +127790,7 @@ item_db: ( EquipLv: 1 Script: <" bonus bMaxHP,20; - bonus bMaxSP,20; + bonus bMaxSP,10; if (getrefine()>=7) { bonus bMaxHPrate,1; bonus bMaxSPrate,1; |