From 1195ea1eb880ca9c77f2471e036d8bb8009fd70d Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Wed, 19 Nov 2008 13:38:20 +0000 Subject: Change all script folders Script files fixes are comming --- npc/new_2-1-cave1/miners.txt | 39 --------------------------------------- npc/new_2-1-cave1/monsters.txt | 20 -------------------- npc/new_2-1-cave1/passages.txt | 1 - 3 files changed, 60 deletions(-) delete mode 100644 npc/new_2-1-cave1/miners.txt delete mode 100644 npc/new_2-1-cave1/monsters.txt delete mode 100644 npc/new_2-1-cave1/passages.txt (limited to 'npc/new_2-1-cave1') diff --git a/npc/new_2-1-cave1/miners.txt b/npc/new_2-1-cave1/miners.txt deleted file mode 100644 index 1bbb1637..00000000 --- a/npc/new_2-1-cave1/miners.txt +++ /dev/null @@ -1,39 +0,0 @@ -// - -new_2-1.gat,35,35,6 script Nathan 109,{ - mes "[Nathan the Miner]"; - mes "\"It's very dangerous in here."; - mes "We had a big earthquake here"; - mes "just recently, too... so be"; - mes "careful!\""; - close; -} - -new_5-1.gat,32,94,6 script Naem 109,{ - mes "[Naem the Miner]"; - mes "\"Do you want me to lift you to the upper level?\""; - next; - menu - "Sure", L_Sure, - "Not yet!", -; - close; - -L_Sure: - warp "new_2-1.gat", 87, 99; - close; -} - -new_2-1.gat,85,97,6 script Naem 109,{ - mes "[Naem the Miner]"; - mes "\"We discovered an underground palace."; - mes "Do you want me to let you in?\""; - next; - menu - "Sure", L_Sure, - "Not yet!", -; - close; - -L_Sure: - warp "new_5-1.gat", 34, 92; - close; -} diff --git a/npc/new_2-1-cave1/monsters.txt b/npc/new_2-1-cave1/monsters.txt deleted file mode 100644 index b673ef65..00000000 --- a/npc/new_2-1-cave1/monsters.txt +++ /dev/null @@ -1,20 +0,0 @@ -// Map: new_2-1 -// This is the Desert mines south of Tulimshar -- level 1. -// - -new_2-1.gat,0,0,0,0 monster RedSlime 1008,30,2500,0,Mob2::OnRedSlime -new_2-1.gat,0,0,0,0 monster BlackScorpion 1009,15,2500,0,Mob2::OnBlackScorpion - -new_2-1.gat,0,0,0 script Mob2 -1,{ -OnRedSlime: - set @mobID, 1008; - callfunc "MobPoints"; - break; - -OnBlackScorpion: - set @mobID, 1009; - callfunc "MobPoints"; - break; - - end; -} diff --git a/npc/new_2-1-cave1/passages.txt b/npc/new_2-1-cave1/passages.txt deleted file mode 100644 index e11badd6..00000000 --- a/npc/new_2-1-cave1/passages.txt +++ /dev/null @@ -1 +0,0 @@ -new_2-1.gat,36,30 warp caveexit 3,0,new_1-1.gat,25,95 -- cgit v1.2.3-70-g09d2