From 61c08aebefa260a32afce0453ebe38dda0411d25 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Sun, 17 May 2020 04:55:12 -0300 Subject: Minor tweaks and improvements; In preparation to the Annuals Framework getting merged in the Aurora Events Framework --- npc/003-1/events.txt | 2 +- npc/commands/kami.txt | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'npc') diff --git a/npc/003-1/events.txt b/npc/003-1/events.txt index 61e5d8c3d..d666a03e3 100644 --- a/npc/003-1/events.txt +++ b/npc/003-1/events.txt @@ -129,7 +129,7 @@ OnInit: getitem BronzeGift, 1; } else if (strcharinfo(0) == .@name$[7] || strcharinfo(0) == .@name$[8] || strcharinfo(0) == .@name$[9]) { getitem BronzeGift, 1; - getitem StrangeCoin, 5; + getitem StrangeCoin, 10; } else { getitem StrangeCoin, 5; } diff --git a/npc/commands/kami.txt b/npc/commands/kami.txt index 3a4e62220..f5ab1423c 100644 --- a/npc/commands/kami.txt +++ b/npc/commands/kami.txt @@ -70,13 +70,14 @@ OnPurify: OnChamp: setnpcdialogtitle l("Aurora Events")+" - "+$EVENT$; setskin "aurora_"+$EVENT$; - mes "Please keep your ManaPlus updated."; + mes "There is no ranking information available for this event."; //mes "This is a debug message. Your manaplus version is wrong."; //mes "You should not be reading this. I'll call you a cheater."; //mes "I hope you report this (if a bug). Reading source code?"; //mes "4144 will hear about this. You are NOT amazing by the way."; select("Ok"); setskin ""; + clear; HallOfAurora(); next; closeclientdialog; -- cgit v1.2.3-60-g2f50