summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/003-1/events.txt2
-rw-r--r--npc/commands/kami.txt3
2 files changed, 3 insertions, 2 deletions
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;