From 47f790759ea3ea56d31e000bc3f3b7f142ee802d Mon Sep 17 00:00:00 2001 From: wushin Date: Fri, 11 Apr 2014 14:32:22 -0500 Subject: Npcs remaining script fixes Npcs changed for travel Npcs changed for new maps Npcs changed for basic crypts --- world/map/npc/027-1/crypt.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 world/map/npc/027-1/crypt.txt (limited to 'world/map/npc/027-1/crypt.txt') diff --git a/world/map/npc/027-1/crypt.txt b/world/map/npc/027-1/crypt.txt new file mode 100644 index 00000000..37b1cecf --- /dev/null +++ b/world/map/npc/027-1/crypt.txt @@ -0,0 +1,11 @@ +027-1.gat,28,67,0|script|#CryptEntrance|45,0,0 +{ + if (BaseLevel < 60) + goto L_Weak; + warp "027-2.gat", 112, 110; + end; + +L_Weak: + message strcharinfo(0), "Come back when you're a bit more experienced."; + end; +} -- cgit v1.2.3-60-g2f50