diff options
author | Jesusaves <cpntb1@ymail.com> | 2020-01-30 13:14:17 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2020-01-30 13:14:17 -0300 |
commit | 30d310c74819b4a48986e6b6e0a715e516c8bb87 (patch) | |
tree | f99e4ca385cbef700f28ac116cfb77b39745c529 | |
parent | f7fabd6e3c2896f7b03b943b48975093ad5098dc (diff) | |
download | serverdata-30d310c74819b4a48986e6b6e0a715e516c8bb87.tar.gz serverdata-30d310c74819b4a48986e6b6e0a715e516c8bb87.tar.bz2 serverdata-30d310c74819b4a48986e6b6e0a715e516c8bb87.tar.xz serverdata-30d310c74819b4a48986e6b6e0a715e516c8bb87.zip |
Bugfixes - update Valentine Day mapflags and Information with Demure
-rw-r--r-- | npc/001-1/mapflags.txt | 1 | ||||
-rw-r--r-- | npc/001-11/Demure.txt | 5 |
2 files changed, 6 insertions, 0 deletions
diff --git a/npc/001-1/mapflags.txt b/npc/001-1/mapflags.txt index aa8f150c3..4dd9b7a06 100644 --- a/npc/001-1/mapflags.txt +++ b/npc/001-1/mapflags.txt @@ -6,3 +6,4 @@ 001-4 mapflag zone Aeros 001-5 mapflag zone Aeros 001-11 mapflag zone Aeros +001-12 mapflag zone Aeros diff --git a/npc/001-11/Demure.txt b/npc/001-11/Demure.txt index 8567d602f..fd5634a27 100644 --- a/npc/001-11/Demure.txt +++ b/npc/001-11/Demure.txt @@ -190,6 +190,11 @@ L_Main: mes l("There might be reward for anyone who doesn't gets a rank, but I never count on that. So, let's start?"); mesc l("Note: You must have a char on the first slot to leaderboard work. Points are shared accross all chars on your account."), 1; next; + if (gettime(GETTIME_YEAR) == 2020) { + mesc l("During Valentine 2020, you can get event equipment with the Soul Stone."); + mesc l("On the friday, the 14th, an additional hunting field will be open. Talk to Soul Stone to go there :>"); + next; + } break; case 2: ScoreValentine(); |