From cd3a35e65c1723cce5d02eb901c9d6eb4d9d3fca Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Thu, 12 Mar 2020 16:06:21 -0300 Subject: Doomsday remaining stuff - publish news, handle Valentine Rewards, etc... (#548) Add stuff which is missing from Doomsday + Valentine + St. Patrick Day. Ammend the news. --- world/map/npc/commands/valentine.txt | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'world/map/npc') diff --git a/world/map/npc/commands/valentine.txt b/world/map/npc/commands/valentine.txt index dbc3474f..426847c6 100644 --- a/world/map/npc/commands/valentine.txt +++ b/world/map/npc/commands/valentine.txt @@ -11,6 +11,27 @@ OnValentine: L_AlreadyDone: message strcharinfo(0), "You are already registered for Valentine Event."; + // Handle exp ports + if (strcharinfo(0) == "dangerDuck") + getexp 818051, 0; + if (strcharinfo(0) == "Rill") + getexp 488725, 0; + if (strcharinfo(0) == "Blue Sky") + getexp 518399, 0; + if (strcharinfo(0) == "+seeds") + getexp 373416, 0; + if (strcharinfo(0) == "karen123") + getexp 627846, 0; + if (strcharinfo(0) == "luanaf") + getexp 540955, 0; + if (strcharinfo(0) == "Cirno9") + getexp 3241, 0; + if (strcharinfo(0) == "mifritscher") + getexp 19723, 0; + if (strcharinfo(0) == "Jesusalva") + getexp 79880, 0; + message strcharinfo(0), "Rewards have already been claimed."; + set #VALENTINE20_INDEX, 0; end; L_Register: -- cgit v1.2.3-60-g2f50