diff options
author | Saulc <lucashelaine14@gmail.com> | 2018-05-29 13:18:31 +0000 |
---|---|---|
committer | Saulc <lucashelaine14@gmail.com> | 2018-05-29 13:18:31 +0000 |
commit | 2ac1e136c1d3e64a21625a75e04b442324d6bbdd (patch) | |
tree | 26e305004bc9708a1f868a0574a80e7c324b843c /db | |
parent | 7362bb72d6b51a86f50ecd9388eb3099a8fc5471 (diff) | |
download | serverdata-2ac1e136c1d3e64a21625a75e04b442324d6bbdd.tar.gz serverdata-2ac1e136c1d3e64a21625a75e04b442324d6bbdd.tar.bz2 serverdata-2ac1e136c1d3e64a21625a75e04b442324d6bbdd.tar.xz serverdata-2ac1e136c1d3e64a21625a75e04b442324d6bbdd.zip |
add mysterious bottle dropped by ocean monster's
Diffstat (limited to 'db')
-rw-r--r-- | db/re/item_db.conf | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index f884fcb8d..518d5b11c 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -2053,6 +2053,27 @@ item_db: ( "> }, { + Id: 607 + AegisName: "MysteriousBottle" + Name: "Mysterious Bottle" + Type: "IT_USABLE" + Buy: 500 + Sell: 100 + Weight: 25 + KeepAfterUse: false + Refine: false + Script: <" + // 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 + setarray .@r, StrangeCoin, SilkCocoon PiouFeathers, RattoTeeth, MushroomSpores, SpellBookPage, SpellBookPage, Cheese, SpellBookPage, PirateTreasureMap, TreasureKey, GrassCarp, CottonCloth, CasinoCoins, PileOfAsh, Pearl; + .@n=rand(getarraysize(.@r)); + + if (.@n > 4) + getitem .@r[.@n], 1; + else + getitem .@r[.@n], rand(1,4); + "> +}, +{ Id: 700 AegisName: "SmallTentacles" Name: "Small Tentacles" |