diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-08-18 01:48:36 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-08-18 01:48:36 -0300 |
commit | 7c8417bb63afb65516852da1b9eb8ff0b4d2877f (patch) | |
tree | 35ebe424d26a26e1b5b42f1b2cabc14268a9aff4 /npc/022-1/sign.txt | |
parent | 7d5c94196fb91bdcfcb9a7fbb9683b4ad08d7557 (diff) | |
download | serverdata-7c8417bb63afb65516852da1b9eb8ff0b4d2877f.tar.gz serverdata-7c8417bb63afb65516852da1b9eb8ff0b4d2877f.tar.bz2 serverdata-7c8417bb63afb65516852da1b9eb8ff0b4d2877f.tar.xz serverdata-7c8417bb63afb65516852da1b9eb8ff0b4d2877f.zip |
Replace PVP Arena and Party Dungeon signs with "ask Jesusalva about priority".
Otherwise, they'll remain below Player Story Completion milestone (10.0), even
if they were meant for r9 and r8, respectively.
Diffstat (limited to 'npc/022-1/sign.txt')
-rw-r--r-- | npc/022-1/sign.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/022-1/sign.txt b/npc/022-1/sign.txt index d914d16eb..60accb37c 100644 --- a/npc/022-1/sign.txt +++ b/npc/022-1/sign.txt @@ -6,8 +6,9 @@ 022-1,38,44,0 script Sign#02213844 NPC_SWORDS_SIGN,{ mesc b(l(".:: PVP King Imperial Arena ::.")); - mesc l("The Arena is currently closed for maintenance, and will be open at Release 9."); + mesc l("The Arena is currently closed for maintenance."); mesc l("It's advised to collect PVP equipment."); + mesc l("If you think this should be a priority, please ask Jesusalva."), 1; close; OnInit: |