diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-09-16 21:41:14 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-09-16 21:41:14 -0300 |
commit | 38fde29903713a45ee91491794941f81e78e4c8c (patch) | |
tree | 429b38dcea9c49cd0070b6205229ac1f5e797553 /npc/003-1 | |
parent | 48f00e939862c6a5a74aaf79948ffa1c670bfa4d (diff) | |
download | serverdata-38fde29903713a45ee91491794941f81e78e4c8c.tar.gz serverdata-38fde29903713a45ee91491794941f81e78e4c8c.tar.bz2 serverdata-38fde29903713a45ee91491794941f81e78e4c8c.tar.xz serverdata-38fde29903713a45ee91491794941f81e78e4c8c.zip |
Sell a couple of Roasted Maggots, daily restocking.
Maybe I'll add next NPC “China”, which cristalizes maggots. So we can add
the Crystalized Maggot on a quest.
Max drop rate is 4.5% from desert maggot, but average is 1.5% from 3 mobs.
Desert Maggot doesn't drops Crystalized Maggots, so prevails the most average
average, or 1.50% - meaning you must deliver 150 Roasted Maggots and wait for
a random time between 10~20 days. Doing so will get you a 1750 GP profit, so
yeah, you can count this as a repeatable quest :>
Diffstat (limited to 'npc/003-1')
-rw-r--r-- | npc/003-1/neko.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-1/neko.txt b/npc/003-1/neko.txt index 74aed3597..de1f5e292 100644 --- a/npc/003-1/neko.txt +++ b/npc/003-1/neko.txt @@ -67,6 +67,7 @@ OnInit: sellitem LeatherShirt, 120000, 1; sellitem ShortTankTop, 80000, 1; sellitem TrainingBow, 990, 2; + sellitem RoastedMaggot, -1, 2; sellitem Arrow, -1, rand(10000,30000); sellitem CroconutBox, rand(2650,3000), 4; @@ -79,6 +80,7 @@ OnClock2359: restoreshopitem TrainingBow, 990, 2; restoreshopitem ShortTankTop, 80000, 1; restoreshopitem Arrow, -1, rand(10000,30000); + restoreshopitem RoastedMaggot, -1, 2; restoreshopitem CroconutBox, rand(2650,3000), 4; end; |