From bcace362de766b76f08f823357bc2be977178884 Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Mon, 31 Dec 2018 21:04:51 -0200 Subject: Record somewhere victors of all events done thus far (not shown ingame) --- npc/002-1/peter.txt | 5 ++--- npc/functions/scoreboards.txt | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+), 3 deletions(-) diff --git a/npc/002-1/peter.txt b/npc/002-1/peter.txt index 1d4909cfe..64d331403 100644 --- a/npc/002-1/peter.txt +++ b/npc/002-1/peter.txt @@ -4,8 +4,6 @@ // Original evol script authors: 4144, Ablu, Alastrim, Qwerty Dragon, Reid, Vasily_Makarov // Description: // Rat hunter. -// 4+2 bits array: -// ShipQuests // Variable: // ShipQuests_Peter // Values: @@ -25,7 +23,8 @@ // Instance ID (so we can destroy it later) // // Others: -// .@q = Peter variable. +// @peter = Accepted Task ID +// @pt_mob = ID of the monster you were tasked with killing 002-1,35,24,0 script AreaNPC#Peter NPC_HIDDEN,0,1,{ diff --git a/npc/functions/scoreboards.txt b/npc/functions/scoreboards.txt index 3fb44e14a..5ae709a76 100644 --- a/npc/functions/scoreboards.txt +++ b/npc/functions/scoreboards.txt @@ -153,3 +153,41 @@ function script HallOfSponsor { return; } +function script HallOf2018 { + mes ""; + mes l(".:: FIRST PLAYER TO COMPLETE YETI KING QUEST ::."); + mes l("Aisen"); + next; + mes l(".:: Easter 2018 ::."); + mes l("In honor of DragonStar, winner of Easter 2018."); + mesc l("Unfortunately, other victor's names weren't logged."); + mes ""; + mes l(".:: Worker Day 2018 ::."); + mes l("No victor appliable."); + mes ""; + mes l(".:: Purple Day 2018 ::."); + mes l("No victor appliable."); + next; + mes l(".:: Ched's Summer 2018 ::."); + mes ("1. WarBlade - 5325"); + mes ("2. Aisen - 2000"); + mes ("3. msawis - 1000"); + mes ("4. vilbou - 400"); + mes ("5. Woody - 353"); + next; + mes l(".:: Hasan Scorpion Killing Challenge 2018 ::."); + mes ("1. Krists - 1070"); + mes ("2. Aisen - 598"); + mes ("3. AndulkaT - 212"); + mes ("4. monking - 86"); + mes ("5. Carbon14 - 78"); + next; + mes l(".:: Christmas 2018 ::."); + mes ("1. ????? - ???"); + mes ("2. ????? - ???"); + mes ("3. ????? - ???"); + mes ("4. ????? - ???"); + mes ("5. ????? - ???"); + return; +} + -- cgit v1.2.3-60-g2f50