From 22cfbc011ce19e96767861b60473fa3136177f10 Mon Sep 17 00:00:00 2001 From: mekolat Date: Sun, 1 Feb 2015 14:11:22 -0500 Subject: remove .gat from npcs --- world/map/npc/011-6/bryant.txt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'world/map/npc/011-6/bryant.txt') diff --git a/world/map/npc/011-6/bryant.txt b/world/map/npc/011-6/bryant.txt index 2aaa15fe..fae31706 100644 --- a/world/map/npc/011-6/bryant.txt +++ b/world/map/npc/011-6/bryant.txt @@ -1,7 +1,7 @@ //NPC to set the state for killing the bandit lord. // Variables used: nibble 0 of QUEST_Hurnscald -011-6.gat,27,200,0|script|Bryant|126 +011-6,27,200,0|script|Bryant|126 { // This NPC previously used the variable TMW_Quest callfunc "ClearVarTMW_Quest"; @@ -25,7 +25,7 @@ L_Bryant_Summon: mes "\"I believe I saw him run into a cave south and east of here. There is a red carpet in front of the cave entrance. Be careful and good luck.\""; set @state, 4; callsub S_Update_Var; - monster "011-6.gat",260,250,"BanditLord",1065,1, "Bryant::OnBanditLordDead"; + monster "011-6",260,250,"BanditLord",1065,1, "Bryant::OnBanditLordDead"; goto L_Close; OnBanditLordDead: @@ -53,15 +53,15 @@ L_Bryant_Waits: L_Bryant_No: mes "[Bryant]"; mes "\"Well, maybe he ran off. I'm pretty sure he should be there now.\""; - killmonster "011-6.gat", "Bryant::OnBanditLordDead"; - monster "011-6.gat",260,250,"BanditLord",1065,1, "Bryant::OnBanditLordDead"; + killmonster "011-6", "Bryant::OnBanditLordDead"; + monster "011-6",260,250,"BanditLord",1065,1, "Bryant::OnBanditLordDead"; goto L_Close; L_Bryant_Yes: mes "[Bryant]"; mes "\"I don't think you killed him. Please try to find and kill him. He should be in the cave south and east of here with the red carpet in front of it.\""; - killmonster "011-6.gat", "Bryant::OnBanditLordDead"; - monster "011-6.gat",260,250,"BanditLord",1065,1, "Bryant::OnBanditLordDead"; + killmonster "011-6", "Bryant::OnBanditLordDead"; + monster "011-6",260,250,"BanditLord",1065,1, "Bryant::OnBanditLordDead"; goto L_Close; L_Bryant_Quiet: -- cgit v1.2.3-60-g2f50