diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-28 21:13:50 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-28 21:13:50 -0300 |
commit | ff2b50b738e1a79df4c60f6075459d122fe42e9d (patch) | |
tree | 2ae49950fbdc61a512fdf4f13a68a95039237de7 /npc/001-11/Soren.txt | |
parent | 8081a439a5c2cf4103d3d8c132f5238ba3a4abe3 (diff) | |
download | serverdata-ff2b50b738e1a79df4c60f6075459d122fe42e9d.tar.gz serverdata-ff2b50b738e1a79df4c60f6075459d122fe42e9d.tar.bz2 serverdata-ff2b50b738e1a79df4c60f6075459d122fe42e9d.tar.xz serverdata-ff2b50b738e1a79df4c60f6075459d122fe42e9d.zip |
During 2020, Soren will be disabled.
Maybe we change this later, albeit a bit pointless :>
A proposal is to give Premium Chocolate Bar and allow SP pointing.
This way players whom hunt more gain more points.
Diffstat (limited to 'npc/001-11/Soren.txt')
-rw-r--r-- | npc/001-11/Soren.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/001-11/Soren.txt b/npc/001-11/Soren.txt index a98453a39..7b744c788 100644 --- a/npc/001-11/Soren.txt +++ b/npc/001-11/Soren.txt @@ -7,6 +7,8 @@ 001-11,37,25,0 script Soren xd#Valentine NPC_PLAYER,{ mesn; mesq l("I will harass Demure with so many chocolate that she'll leave this event map rolling!"); + if (gettime(GETTIME_YEAR) != 2020) + close; next; L_Main: |