From b50d9419b1b6d11694e0b1cbb6ae07cfbe8ea430 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sat, 13 Mar 2021 14:24:07 -0300 Subject: Restock every 2 hours the event shop --- npc/029-0/event.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/npc/029-0/event.txt b/npc/029-0/event.txt index c1505a02c..3ee4956ec 100644 --- a/npc/029-0/event.txt +++ b/npc/029-0/event.txt @@ -115,6 +115,7 @@ OnInit: sellitem Mashmallow, -1, rand2(50); sellitem Dragonfruit, -1, rand2(50); sellitem Root, -1, 40; + sellitem ManaPiouFeathers, -1, rand2(300); if (gettime(7) != 2021) disablenpc .name$; @@ -138,9 +139,17 @@ OnInit: end; OnClock0001: +OnClock0201: +OnClock0401: OnClock0601: +OnClock0801: +OnClock1001: OnClock1201: +OnClock1401: +OnClock1601: OnClock1801: +OnClock2001: +OnClock2201: .mobp=rand2(1000, 2500); .mobg=.mobp*rand2(100, 150)/10; @@ -197,6 +206,7 @@ OnClock1801: restoreshopitem Mashmallow, rand2(50); restoreshopitem Dragonfruit, rand2(50); restoreshopitem Root, 40; + restoreshopitem ManaPiouFeathers, rand2(300); end; OnMinute02: -- cgit v1.2.3-60-g2f50