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/009-6/brodomir.txt | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'world/map/npc/009-6/brodomir.txt') diff --git a/world/map/npc/009-6/brodomir.txt b/world/map/npc/009-6/brodomir.txt index f1ca3789..9b2c55d5 100644 --- a/world/map/npc/009-6/brodomir.txt +++ b/world/map/npc/009-6/brodomir.txt @@ -18,7 +18,7 @@ // $@BRODOMIR_MONEY: Amount of money given by the sponsor -009-6.gat,36,40,0|script|Brodomir|116 +009-6,36,40,0|script|Brodomir|116 { set @brodomir_money, 0; set @brodomir_item_amount, 0; @@ -164,17 +164,17 @@ OnTimer5000: end; L_Warp: - if (getareausers("009-6.gat", 20, 20, 80, 80, 1) < 3) + if (getareausers("009-6", 20, 20, 80, 80, 1) < 3) goto L_Warpfail; set $@BRODOMIR_PVP_STATUS, $@BRODOMIR_PVP_STATUS + 1; - set $@BRODOMIR_PLAYERS, getareausers("009-6.gat", 20, 20, 80, 80, 1); - mapwarp "009-6.gat", "009-5.gat", 0, 0; - mapannounce "009-5.gat", "PvP On!", 0; - pvpon "009-5.gat"; + set $@BRODOMIR_PLAYERS, getareausers("009-6", 20, 20, 80, 80, 1); + mapwarp "009-6", "009-5", 0, 0; + mapannounce "009-5", "PvP On!", 0; + pvpon "009-5"; end; L_Warpfail: - mapannounce "009-6.gat", "There are not enough players around to start!", 0; + mapannounce "009-6", "There are not enough players around to start!", 0; if ($@BRODOMIR_ITEM_AMOUNT == 0 || $@BRODOMIR_ITEM$ == "") goto L_Cleanup; if (attachrid($@BRODOMIR_SPONSOR) == 0) @@ -196,9 +196,9 @@ L_SkipItemback: goto L_Cleanup; L_Check: - if (getareausers("009-5.gat", 20, 20, 80, 80, 1) > 1) + if (getareausers("009-5", 20, 20, 80, 80, 1) > 1) end; - areatimer "009-5.gat", 20, 20, 80, 80, 0, "Brodomir::OnReward"; + areatimer "009-5", 20, 20, 80, 80, 0, "Brodomir::OnReward"; goto L_End; OnReward: @@ -227,16 +227,16 @@ L_SkipItem: L_Dead_Duels: set DUELS, DUELS &~ $@DuelPvpBit; - warp "009-7.gat", 39, 37; + warp "009-7", 39, 37; end; L_Dead: if(DUELS & $@DuelPvpBit) goto L_Dead_Duels; - warp "009-3.gat", 155,83; + warp "009-3", 155,83; end; L_End: - mapwarp "009-5.gat", "009-6.gat", 36, 42; + mapwarp "009-5", "009-6", 36, 42; goto L_Cleanup; L_Alreadystarted: @@ -255,7 +255,7 @@ L_TooCheap: goto L_Close; L_Cleanup: - pvpoff "009-5.gat"; + pvpoff "009-5"; set $@BRODOMIR_PVP_STATUS , 0; set $@BRODOMIR_START_TIME, 0; stopnpctimer; -- cgit v1.2.3-60-g2f50