diff options
author | Jesusaves <cpntb1@ymail.com> | 2021-03-13 14:24:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2021-03-13 14:24:07 -0300 |
commit | b50d9419b1b6d11694e0b1cbb6ae07cfbe8ea430 (patch) | |
tree | 5526d3471e505cbf9f0e2153cc324fd2b7837ddb /npc/029-0 | |
parent | 71699fe291bf0c1dfb7182870a2de2d158d01f29 (diff) | |
download | serverdata-b50d9419b1b6d11694e0b1cbb6ae07cfbe8ea430.tar.gz serverdata-b50d9419b1b6d11694e0b1cbb6ae07cfbe8ea430.tar.bz2 serverdata-b50d9419b1b6d11694e0b1cbb6ae07cfbe8ea430.tar.xz serverdata-b50d9419b1b6d11694e0b1cbb6ae07cfbe8ea430.zip |
Restock every 2 hours the event shop
Diffstat (limited to 'npc/029-0')
-rw-r--r-- | npc/029-0/event.txt | 10 |
1 files changed, 10 insertions, 0 deletions
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: |