From 193c4426ac1afbc91484a5193f2289b7244b26ee Mon Sep 17 00:00:00 2001 From: Saulc Date: Thu, 1 Feb 2018 01:18:48 +0100 Subject: test hat location + add HAS quest + candor battle warp --- npc/005-1/warpcandorbattle.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 npc/005-1/warpcandorbattle.txt (limited to 'npc/005-1/warpcandorbattle.txt') diff --git a/npc/005-1/warpcandorbattle.txt b/npc/005-1/warpcandorbattle.txt new file mode 100644 index 000000000..6fb86ffe5 --- /dev/null +++ b/npc/005-1/warpcandorbattle.txt @@ -0,0 +1,11 @@ +// Author: +// Crazyfefe + +005-1,59,52,0 script Magic Barrier NPC_HIDDEN,0,0,{ + +OnTouch: + if(BaseLevel >= 40) + warp "005-1", 59, 66; + else + npctalk l("You don't have the level require for pass this door,"); +} \ No newline at end of file -- cgit v1.2.3-70-g09d2