diff options
author | Jared Adams <jaxad0127@gmail.com> | 2011-06-01 15:27:26 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2011-06-01 15:37:09 -0600 |
commit | 3d0823d5c9b56be5c3892c0a4e717f961cb93e69 (patch) | |
tree | 6545b29dbd08d81b57f9cb1f9f83df57ead489c2 /npc/001-3_Tulimshar_arena | |
parent | c6e448824925eec18edffffc7342399b73b6feb4 (diff) | |
download | serverdata-3d0823d5c9b56be5c3892c0a4e717f961cb93e69.tar.gz serverdata-3d0823d5c9b56be5c3892c0a4e717f961cb93e69.tar.bz2 serverdata-3d0823d5c9b56be5c3892c0a4e717f961cb93e69.tar.xz serverdata-3d0823d5c9b56be5c3892c0a4e717f961cb93e69.zip |
Change the Converter to use different folder names
And update everything to use it.
Diffstat (limited to 'npc/001-3_Tulimshar_arena')
-rw-r--r-- | npc/001-3_Tulimshar_arena/_import.txt | 7 | ||||
-rw-r--r-- | npc/001-3_Tulimshar_arena/_mobs.txt | 8 | ||||
-rw-r--r-- | npc/001-3_Tulimshar_arena/_warps.txt | 4 | ||||
-rw-r--r-- | npc/001-3_Tulimshar_arena/guards.txt | 28 | ||||
-rw-r--r-- | npc/001-3_Tulimshar_arena/monsters.txt | 14 | ||||
-rw-r--r-- | npc/001-3_Tulimshar_arena/pvpflag.txt | 1 |
6 files changed, 0 insertions, 62 deletions
diff --git a/npc/001-3_Tulimshar_arena/_import.txt b/npc/001-3_Tulimshar_arena/_import.txt deleted file mode 100644 index 01ec6939..00000000 --- a/npc/001-3_Tulimshar_arena/_import.txt +++ /dev/null @@ -1,7 +0,0 @@ -// This file is generated automatically. All manually changes will be removed when running the Converter. -map: 001-3.gat -npc: npc/001-3_Tulimshar_arena/_mobs.txt -npc: npc/001-3_Tulimshar_arena/_warps.txt -npc: npc/001-3_Tulimshar_arena/guards.txt -npc: npc/001-3_Tulimshar_arena/monsters.txt -npc: npc/001-3_Tulimshar_arena/pvpflag.txt diff --git a/npc/001-3_Tulimshar_arena/_mobs.txt b/npc/001-3_Tulimshar_arena/_mobs.txt deleted file mode 100644 index 85880a75..00000000 --- a/npc/001-3_Tulimshar_arena/_mobs.txt +++ /dev/null @@ -1,8 +0,0 @@ -// This file is generated automatically. All manually changes will be removed when running the Converter. -// 001-3 Tulimshar arena mobs - - - -001-3.gat,0,0,0 script Mob001-3 -1,{ - end; -} diff --git a/npc/001-3_Tulimshar_arena/_warps.txt b/npc/001-3_Tulimshar_arena/_warps.txt deleted file mode 100644 index 244daeed..00000000 --- a/npc/001-3_Tulimshar_arena/_warps.txt +++ /dev/null @@ -1,4 +0,0 @@ -// This file is generated automatically. All manually changes will be removed when running the Converter. -// 001-3 Tulimshar arena warps - -001-3.gat,72,29 warp ToInn 1,-1,001-2.gat,24,23 diff --git a/npc/001-3_Tulimshar_arena/guards.txt b/npc/001-3_Tulimshar_arena/guards.txt deleted file mode 100644 index 5b42ca4f..00000000 --- a/npc/001-3_Tulimshar_arena/guards.txt +++ /dev/null @@ -1,28 +0,0 @@ -// - -001-3.gat,77,37,0 script Phaet 125,{ - mes "[Phaet the Royal Guard]"; - mes "\"Do you want to go back?\""; - next; - - menu - "Yes", L_Sure, - "No", -; - mes "Have fun."; - close; - -L_Sure: - mes "[Phaet the Royal Guard]"; - mes "\"Ok.\""; - next; - - warp "001-2.gat", 25, 23; - close; -} - -001-3.gat,69,37,0 script Aradin 126,{ - mes "[Aradin the Royal Guard]"; - mes "\"Don't touch me..."; - mes "You wouldn't enjoy the consequences.\""; - close; -} diff --git a/npc/001-3_Tulimshar_arena/monsters.txt b/npc/001-3_Tulimshar_arena/monsters.txt deleted file mode 100644 index 04e6b11d..00000000 --- a/npc/001-3_Tulimshar_arena/monsters.txt +++ /dev/null @@ -1,14 +0,0 @@ -// Map: 001-3 -// This is the Tulimshar Arena -- below Tulimshar. -// - -001-3.gat,0,0,0,0 monster Maggot 1002,10,0,0,Mob6::OnMaggot - -001-3.gat,0,0,0 script Mob6 -1,{ -OnMaggot: - set @mobID, 1002; - callfunc "MobPoints"; - break; - - end; -}
\ No newline at end of file diff --git a/npc/001-3_Tulimshar_arena/pvpflag.txt b/npc/001-3_Tulimshar_arena/pvpflag.txt deleted file mode 100644 index 73b6e556..00000000 --- a/npc/001-3_Tulimshar_arena/pvpflag.txt +++ /dev/null @@ -1 +0,0 @@ -001-3.gat mapflag pvp |