diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-03-12 16:06:21 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-12 19:06:21 +0000 |
commit | cd3a35e65c1723cce5d02eb901c9d6eb4d9d3fca (patch) | |
tree | 93d307dc6016999e71259a5defa89d03b8721c6c /world/map/npc/commands | |
parent | 0b3c98ddcce3b7c306c3416ffa54cc65c0806975 (diff) | |
download | serverdata-cd3a35e65c1723cce5d02eb901c9d6eb4d9d3fca.tar.gz serverdata-cd3a35e65c1723cce5d02eb901c9d6eb4d9d3fca.tar.bz2 serverdata-cd3a35e65c1723cce5d02eb901c9d6eb4d9d3fca.tar.xz serverdata-cd3a35e65c1723cce5d02eb901c9d6eb4d9d3fca.zip |
Doomsday remaining stuff - publish news, handle Valentine Rewards, etc... (#548)
Add stuff which is missing from Doomsday + Valentine + St. Patrick Day.
Ammend the news.
Diffstat (limited to 'world/map/npc/commands')
-rw-r--r-- | world/map/npc/commands/valentine.txt | 21 |
1 files changed, 21 insertions, 0 deletions
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: |