diff options
Diffstat (limited to 'world/map/npc/commands/valentine.txt')
-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: |