From 84c267ef1bc9af8df309dc383bb2d294255eeead Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 25 Jan 2019 12:29:25 -0200 Subject: Sign about PVP Arena --- npc/022-1/_import.txt | 1 + npc/022-1/sign.txt | 17 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 npc/022-1/sign.txt (limited to 'npc/022-1') diff --git a/npc/022-1/_import.txt b/npc/022-1/_import.txt index c6399c4db..4f2aea239 100644 --- a/npc/022-1/_import.txt +++ b/npc/022-1/_import.txt @@ -3,3 +3,4 @@ "npc/022-1/_mobs.txt", "npc/022-1/_warps.txt", "npc/022-1/gift_collector.txt", +"npc/022-1/sign.txt", diff --git a/npc/022-1/sign.txt b/npc/022-1/sign.txt new file mode 100644 index 000000000..d914d16eb --- /dev/null +++ b/npc/022-1/sign.txt @@ -0,0 +1,17 @@ +// TMW2 Script. +// Author: +// Jesusalva +// Description: +// Important Sign + +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("It's advised to collect PVP equipment."); + close; + +OnInit: + .sex = G_OTHER; + .distance = 3; + end; +} -- cgit v1.2.3-60-g2f50