diff options
author | Jared Adams <jaxad0127@gmail.com> | 2008-11-19 14:07:34 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2008-11-19 14:07:34 +0000 |
commit | 31128cd69b1af4182468c25cfb66b1b661d6654a (patch) | |
tree | d2ecb41a2bebe144e8e9488d711ba7de97392694 /npc/001-3_Tulimshar_arena | |
parent | 80ecd374e443493ec6f42818178537bf3614e448 (diff) | |
download | serverdata-31128cd69b1af4182468c25cfb66b1b661d6654a.tar.gz serverdata-31128cd69b1af4182468c25cfb66b1b661d6654a.tar.bz2 serverdata-31128cd69b1af4182468c25cfb66b1b661d6654a.tar.xz serverdata-31128cd69b1af4182468c25cfb66b1b661d6654a.zip |
Fix some NPC (etc) map names
Diffstat (limited to 'npc/001-3_Tulimshar_arena')
-rw-r--r-- | npc/001-3_Tulimshar_arena/guards.txt | 4 | ||||
-rw-r--r-- | npc/001-3_Tulimshar_arena/monsters.txt | 4 | ||||
-rw-r--r-- | npc/001-3_Tulimshar_arena/pvpflag.txt | 2 |
3 files changed, 5 insertions, 5 deletions
diff --git a/npc/001-3_Tulimshar_arena/guards.txt b/npc/001-3_Tulimshar_arena/guards.txt index 065ed765..56a677af 100644 --- a/npc/001-3_Tulimshar_arena/guards.txt +++ b/npc/001-3_Tulimshar_arena/guards.txt @@ -1,6 +1,6 @@ // -new_6-1.gat,77,37,0 script Phaet 125,{ +001-3.gat,77,37,0 script Phaet 125,{ mes "[Phaet the Royal Guard]"; mes "\"Do you want to go back?\""; next; @@ -20,7 +20,7 @@ L_Sure: close; } -new_6-1.gat,69,37,0 script Aradin 126,{ +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.\""; diff --git a/npc/001-3_Tulimshar_arena/monsters.txt b/npc/001-3_Tulimshar_arena/monsters.txt index 51d72132..91fe96b3 100644 --- a/npc/001-3_Tulimshar_arena/monsters.txt +++ b/npc/001-3_Tulimshar_arena/monsters.txt @@ -2,9 +2,9 @@ // This is the Tulimshar Arena -- below Tulimshar. // -new_6-1.gat,0,0,0,0 monster Maggot 1002,10,0,0,Mob6::OnMaggot +001-3.gat,0,0,0,0 monster Maggot 1002,10,0,0,Mob6::OnMaggot -new_6-1.gat,0,0,0 script Mob6 -1,{ +001-3.gat,0,0,0 script Mob6 -1,{ OnMaggot: set @mobID, 1002; callfunc "MobPoints"; diff --git a/npc/001-3_Tulimshar_arena/pvpflag.txt b/npc/001-3_Tulimshar_arena/pvpflag.txt index 361e062b..73b6e556 100644 --- a/npc/001-3_Tulimshar_arena/pvpflag.txt +++ b/npc/001-3_Tulimshar_arena/pvpflag.txt @@ -1 +1 @@ -new_6-1.gat mapflag pvp +001-3.gat mapflag pvp |