summaryrefslogtreecommitdiff
path: root/world/map/npc/009-6
diff options
context:
space:
mode:
authormekolat <mekolat@gmail.com>2015-02-01 14:11:22 -0500
committermekolat <mekolat@gmail.com>2015-02-01 14:11:22 -0500
commit22cfbc011ce19e96767861b60473fa3136177f10 (patch)
tree5a5c78db513146769798d2b9e891f15a52886a77 /world/map/npc/009-6
parentb192aaa6afe5cfaedfe364a2893036348270f5b4 (diff)
downloadserverdata-22cfbc011ce19e96767861b60473fa3136177f10.tar.gz
serverdata-22cfbc011ce19e96767861b60473fa3136177f10.tar.bz2
serverdata-22cfbc011ce19e96767861b60473fa3136177f10.tar.xz
serverdata-22cfbc011ce19e96767861b60473fa3136177f10.zip
remove .gat from npcs
Diffstat (limited to 'world/map/npc/009-6')
-rw-r--r--world/map/npc/009-6/brodomir.txt26
-rw-r--r--world/map/npc/009-6/mapflags.txt2
2 files changed, 14 insertions, 14 deletions
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;
diff --git a/world/map/npc/009-6/mapflags.txt b/world/map/npc/009-6/mapflags.txt
index 5d9fed65..22c55741 100644
--- a/world/map/npc/009-6/mapflags.txt
+++ b/world/map/npc/009-6/mapflags.txt
@@ -1 +1 @@
-009-6.gat|mapflag|nosave|009-3,162,82
+009-6|mapflag|nosave|009-3,162,82