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/017-4/guardingspirit.txt | 6 +++--- world/map/npc/017-4/mapflags.txt | 2 +- world/map/npc/017-4/orum.txt | 4 ++-- world/map/npc/017-4/waric.txt | 8 ++++---- 4 files changed, 10 insertions(+), 10 deletions(-) (limited to 'world/map/npc/017-4') diff --git a/world/map/npc/017-4/guardingspirit.txt b/world/map/npc/017-4/guardingspirit.txt index 6b39bbd5..8fef95ed 100644 --- a/world/map/npc/017-4/guardingspirit.txt +++ b/world/map/npc/017-4/guardingspirit.txt @@ -1,6 +1,6 @@ // Author: Jenalya -017-4.gat,173,47,0|script|#Guarding Spirit#_M|204,0,0 +017-4,173,47,0|script|#Guarding Spirit#_M|204,0,0 { goto L_Talk; @@ -59,7 +59,7 @@ L_Pass: next; mes "\"Remember that when you speak with him, do so with respect for someone befitting his status.\""; set OrumQuest, 15; - warp "017-4.gat", 201, 26; + warp "017-4", 201, 26; goto L_Close; L_Block: @@ -92,6 +92,6 @@ OnTouch: goto L_Talk; if (OrumQuest == 35) goto L_Block; - warp "017-4.gat", 201, 26; + warp "017-4", 201, 26; end; } diff --git a/world/map/npc/017-4/mapflags.txt b/world/map/npc/017-4/mapflags.txt index bd0ecdff..a137e471 100644 --- a/world/map/npc/017-4/mapflags.txt +++ b/world/map/npc/017-4/mapflags.txt @@ -1 +1 @@ -017-4.gat|mapflag|resave|017-1,107,70 +017-4|mapflag|resave|017-1,107,70 diff --git a/world/map/npc/017-4/orum.txt b/world/map/npc/017-4/orum.txt index b13f415d..213f14af 100644 --- a/world/map/npc/017-4/orum.txt +++ b/world/map/npc/017-4/orum.txt @@ -20,7 +20,7 @@ // 31: Placed fifth flower // 32: Got reward -017-4.gat,211,32,0|script|Orum|158 +017-4,211,32,0|script|Orum|158 { // first flower set @AMOUNT_SMALLMUSHROOM, 5; @@ -124,7 +124,7 @@ L_Banish: mes "He starts mumbling under his breath and you suddenly feel weirdly weightless. Your vision fades..."; mes "The last thing you hear is Waric shouting something about untalented apprentices."; set Hp, 1 + rand(5); - warp "017-1.gat", 0, 0; + warp "017-1", 0, 0; goto L_Close; L_FirstFlower: // 16: Got task to bring materials for first magical flower diff --git a/world/map/npc/017-4/waric.txt b/world/map/npc/017-4/waric.txt index 917c93db..618f4a8f 100644 --- a/world/map/npc/017-4/waric.txt +++ b/world/map/npc/017-4/waric.txt @@ -19,7 +19,7 @@ // OrumQuest State 41 - Learned Summon snake // When extending these Quest Variable to 51 all of the other dark magic spells will be available. Keep this in mind. -017-4.gat,216,36,0|script|Waric|153 +017-4,216,36,0|script|Waric|153 { set @mouboo_status, ((QUEST_MAGIC & NIBBLE_2_MASK) >> NIBBLE_2_SHIFT) & 3; set @killed_mouboo, 0; @@ -223,7 +223,7 @@ L_Next3: L_NoOath: mes "Waric mumbles something. You guess it's a magic spell."; - warp "005-3.gat", 86 , 33; + warp "005-3", 86 , 33; percentheal 100, 0; percentheal -50, 0; set OrumQuest, OrumQuest + 1; @@ -298,7 +298,7 @@ L_Next6: next; mes "The Egg cracks open and a living snake comes out of the egg."; next; - monster "017-4.gat", 217,36, "Evil", 1010, 1; + monster "017-4", 217,36, "Evil", 1010, 1; mes "The wizard looks at you, his eyes flashing, and laughs diabolically."; set OrumQuest, 40; goto L_Close; @@ -383,7 +383,7 @@ L_Close: close; } -017-1.gat,74,32,0|script|DebugFlowerP|153 +017-1,74,32,0|script|DebugFlowerP|153 { mes "Debug options for Orum's quest:"; menu -- cgit v1.2.3-60-g2f50