diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-21 00:17:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-21 00:17:14 -0300 |
commit | 9a6bf87baaf77db07e0d0bcc069366820bb53c84 (patch) | |
tree | c53417e257fcc782687ce27b63f74a98430f9189 /db/re/item_db.conf | |
parent | 96f3830f35e682d63120d222c81b4ce9936b4013 (diff) | |
download | serverdata-9a6bf87baaf77db07e0d0bcc069366820bb53c84.tar.gz serverdata-9a6bf87baaf77db07e0d0bcc069366820bb53c84.tar.bz2 serverdata-9a6bf87baaf77db07e0d0bcc069366820bb53c84.tar.xz serverdata-9a6bf87baaf77db07e0d0bcc069366820bb53c84.zip |
Fix White Space
Diffstat (limited to 'db/re/item_db.conf')
-rw-r--r-- | db/re/item_db.conf | 68 |
1 files changed, 34 insertions, 34 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 29b925da4..1cbf8153c 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -1628,8 +1628,8 @@ item_db: ( UseEffect: 52 // TODO FIXME: We should add to db/constants.conf instead of using numbers Script: <" itemskill SM_MAGNUM,1; - // Fallback: ~~TF_HIDING AS_CLOAKING SC_INVISIBILITY RA_CAMOUFLAGE~~ None work? - //itemskill(, 1, 1); + // Fallback: ~~TF_HIDING AS_CLOAKING SC_INVISIBILITY RA_CAMOUFLAGE~~ None work? + //itemskill(, 1, 1); "> }, { @@ -1675,11 +1675,11 @@ item_db: ( } Script: <" announce l("@@ has the clear smile of victory!", strcharinfo(0)), bc_all; - .@r=rand(1,5); - if (.@r % 2 == 1) - getitem StrangeCoin, 10; - else - getitem BronzeGift, 1; + .@r=rand(1,5); + if (.@r % 2 == 1) + getitem StrangeCoin, 10; + else + getitem BronzeGift, 1; "> }, { @@ -1760,7 +1760,7 @@ item_db: ( if (.@n > 2) getitem .@r[.@n], 1; - else + else getitem .@r[.@n], rand(20,40); "> }, @@ -4875,20 +4875,20 @@ item_db: ( Refine: false BuyingStore: true Script: <" - // Bow: Subtype W_BOW (ITEMINFO_SUBTYPE) - // Arrow: EQP_AMMO - // Check if you are using bow and arrows - /* - debugmes "Quiver info! Bow Getequip id is "+getequipid(EQI_HAND_R); - debugmes "Quiver info! Item subtype is "+getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_SUBTYPE); - debugmes "Quiver info! Target subtype: "+W_BOW; - */ - if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_SUBTYPE) == W_BOW) { - bonus bAspdRate,6; - bonus bAddMaxWeight,100; - } + // Bow: Subtype W_BOW (ITEMINFO_SUBTYPE) + // Arrow: EQP_AMMO + // Check if you are using bow and arrows + /* + debugmes "Quiver info! Bow Getequip id is "+getequipid(EQI_HAND_R); + debugmes "Quiver info! Item subtype is "+getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_SUBTYPE); + debugmes "Quiver info! Target subtype: "+W_BOW; + */ + if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_SUBTYPE) == W_BOW) { + bonus bAspdRate,6; + bonus bAddMaxWeight,100; + } bonus bMaxSPrate,-10; - bonus bLuk,-1; + bonus bLuk,-1; "> }, { @@ -4906,12 +4906,12 @@ item_db: ( Refine: false BuyingStore: true Script: <" - if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_SUBTYPE) == W_BOW) { - bonus bAspdRate,12; - bonus bAddMaxWeight,200; - } + if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_SUBTYPE) == W_BOW) { + bonus bAspdRate,12; + bonus bAddMaxWeight,200; + } bonus bMaxSPrate,-20; - bonus bLuk,-2; + bonus bLuk,-2; "> }, { @@ -4929,12 +4929,12 @@ item_db: ( Refine: false BuyingStore: true Script: <" - if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_SUBTYPE) == W_BOW) { - bonus bAspdRate,20; - bonus bAddMaxWeight,300; - } + if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_SUBTYPE) == W_BOW) { + bonus bAspdRate,20; + bonus bAddMaxWeight,300; + } bonus bMaxSPrate,-30; - bonus bLuk,-3; + bonus bLuk,-3; "> }, { @@ -5137,9 +5137,9 @@ item_db: ( BuyingStore: true Script: <" bonus bDex, 2; - if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_SUBTYPE) == W_BOW) { - bonus bAgi, 2; - } + if (getiteminfo(getequipid(EQI_HAND_R), ITEMINFO_SUBTYPE) == W_BOW) { + bonus bAgi, 2; + } "> }, { |