diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-05-17 04:55:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-05-17 04:55:12 -0300 |
commit | 61c08aebefa260a32afce0453ebe38dda0411d25 (patch) | |
tree | e39118a012544611c6a0a2ed5c419457b63271a7 /npc | |
parent | 65c634722e6a551388a63193b0c9a28d35ff845f (diff) | |
download | serverdata-61c08aebefa260a32afce0453ebe38dda0411d25.tar.gz serverdata-61c08aebefa260a32afce0453ebe38dda0411d25.tar.bz2 serverdata-61c08aebefa260a32afce0453ebe38dda0411d25.tar.xz serverdata-61c08aebefa260a32afce0453ebe38dda0411d25.zip |
Minor tweaks and improvements; In preparation to the Annuals Framework getting
merged in the Aurora Events Framework
Diffstat (limited to 'npc')
-rw-r--r-- | npc/003-1/events.txt | 2 | ||||
-rw-r--r-- | npc/commands/kami.txt | 3 |
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; |