From 38fde29903713a45ee91491794941f81e78e4c8c Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 16 Sep 2018 21:41:14 -0300 Subject: Sell a couple of Roasted Maggots, daily restocking. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 :> --- npc/003-1/neko.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'npc/003-1') 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; -- cgit v1.2.3-60-g2f50