diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-07-23 15:58:09 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-07-23 15:58:09 -0300 |
commit | 779308e8a07f2d256f3f70f0bec1dadfda1c35f2 (patch) | |
tree | 1f49f7024b8bb6d12b5c80041ebd6a22e73f7c2f | |
parent | cd9077d85d32f97047c8de411ae4d8e02b8cfa2b (diff) | |
download | serverdata-779308e8a07f2d256f3f70f0bec1dadfda1c35f2.tar.gz serverdata-779308e8a07f2d256f3f70f0bec1dadfda1c35f2.tar.bz2 serverdata-779308e8a07f2d256f3f70f0bec1dadfda1c35f2.tar.xz serverdata-779308e8a07f2d256f3f70f0bec1dadfda1c35f2.zip |
Update LoF stock
-rw-r--r-- | db/re/item_db.conf | 15 | ||||
-rw-r--r-- | npc/003-1/events.txt | 44 |
2 files changed, 41 insertions, 18 deletions
diff --git a/db/re/item_db.conf b/db/re/item_db.conf index 6531eb638..d7a7341e9 100644 --- a/db/re/item_db.conf +++ b/db/re/item_db.conf @@ -7938,7 +7938,7 @@ item_db: ( Type: "IT_ARMOR" Buy: 1600 Sell: 300 - Weight: 22 + Weight: 82 Def: 8 Loc: "EQP_HEAD_TOP" EquipLv: 8 @@ -9207,9 +9207,9 @@ item_db: ( Name: "Thunder Staff" Type: "IT_WEAPON" Buy: 440000 - Sell: 220000 - Weight: 1000 - Atk: 100 + Sell: 22000 + Weight: 600 + Atk: 150 Matk: 25 Def: 0 Range: 2 @@ -9219,6 +9219,9 @@ item_db: ( Refine: true Subtype: "W_STAFF" //DropAnnounce: true + Script: <" + bonus bAtkEle,Ele_Wind; + "> }, { Id: 3518 @@ -9226,9 +9229,9 @@ item_db: ( Name: "Judgement" Type: "IT_WEAPON" Buy: 640000 - Sell: 320000 + Sell: 32000 Weight: 1000 - Atk: 100 + Atk: 140 Def: 0 Range: 1 Loc: "EQP_HAND_R" diff --git a/npc/003-1/events.txt b/npc/003-1/events.txt index a76bd0141..28fc68dfd 100644 --- a/npc/003-1/events.txt +++ b/npc/003-1/events.txt @@ -62,23 +62,43 @@ OnInit: tradertype(NST_CUSTOM); - sellitem ThunderStaff, 14000; - sellitem PiouEgg, 9350; - sellitem Googles, 8000; - sellitem CrystallizedMaggot, 8000; - sellitem BunnyEars, 900; + // Equipment + sellitem WoodenSword, 5500; + sellitem LeatherShirt, 800; + sellitem JeansShorts, 600; + sellitem RoundLeatherShield, 200; + sellitem Dagger, 100; - sellitem StrangeCoin, 10; + // Consumables + sellitem TonoriDelight, 80; + sellitem Aquada, 60; + sellitem Cheese, 40; + sellitem Plushroom, 15; + sellitem Chagashroom, 15; - sellitem WoodenSword, 7500; + // Useful ores and money stuff sellitem IronIngot, 2500; - sellitem LeatherShirt, 800; - sellitem JeansShorts, 600; + sellitem EmptyBottle, 60; + sellitem PiouFeathers, 1; + + // Gamble sellitem BronzeGift, 500; + sellitem SilverGift, 1500; + sellitem GoldenGift, 4000; sellitem CasinoCoins, 35; - sellitem Plushroom, 20; - sellitem Chagashroom, 20; - sellitem PiouFeathers, 1; + + // Uncommon + sellitem StrangeCoin, 10; + sellitem CrystallizedMaggot, 8000; + sellitem BunnyEars, 900; + + // Rares + sellitem ThunderStaff, 14000; + sellitem BlacksmithAxe, 13000; + sellitem PiouEgg, 9350; + sellitem AxeHat, 8000; + sellitem Googles, 6000; + if (gettime(7) != 2018) disablenpc(.name$); |