summaryrefslogtreecommitdiff
path: root/npc/099-7/cronos.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-07-05 17:03:14 -0300
committerJesusaves <cpntb1@ymail.com>2021-07-05 17:03:14 -0300
commit8422df08229fdcf864f3002e2f71588a45a7065d (patch)
treea20ea97d3f75b5940b29475cc46b43d8434e18f5 /npc/099-7/cronos.txt
parent2c655278a22af74d63a809af0dcc162deeb83c6f (diff)
downloadserverdata-8422df08229fdcf864f3002e2f71588a45a7065d.tar.gz
serverdata-8422df08229fdcf864f3002e2f71588a45a7065d.tar.bz2
serverdata-8422df08229fdcf864f3002e2f71588a45a7065d.tar.xz
serverdata-8422df08229fdcf864f3002e2f71588a45a7065d.zip
Add the Almanach mentioned by Crastur to the scoreboards
Diffstat (limited to 'npc/099-7/cronos.txt')
-rw-r--r--npc/099-7/cronos.txt19
1 files changed, 19 insertions, 0 deletions
diff --git a/npc/099-7/cronos.txt b/npc/099-7/cronos.txt
new file mode 100644
index 00000000..8aa6985c
--- /dev/null
+++ b/npc/099-7/cronos.txt
@@ -0,0 +1,19 @@
+// Cronos, the lord of time and apparently a shopkeeper
+// There's also Father Time in the GM stuff
+
+099-7,99,30,0 script Chronos NPC313,{
+ mesn;
+ mesq l("I'm Chronos, lord of time, the immortal, the... Alright, let's forget that.");
+ if (BOSS_POINTS < .price)
+ close;
+ // Boss Points validation
+ .@cur=(BOSS_POINTS % .price);
+ mesc l("All things shall pass, but with the limited time you have, please enjoy shopkeeping.");
+ close;
+
+OnInit:
+ .distance=4;
+ .price=10000;
+ end;
+}
+