From 1ee71531157aae5129698edb213fb787e4beb483 Mon Sep 17 00:00:00 2001 From: cafe Date: Tue, 8 Nov 2011 21:43:05 -0200 Subject: Fix botcheck coordinates in warptowels scripts. --- world/map/npc/items/warpTowels.txt | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/world/map/npc/items/warpTowels.txt b/world/map/npc/items/warpTowels.txt index c05f7dc7..21714ce3 100644 --- a/world/map/npc/items/warpTowels.txt +++ b/world/map/npc/items/warpTowels.txt @@ -1,5 +1,5 @@ function|script|useWhiteWarpTowel|{ - if (isin("botcheck.gat",8,11,32,29)) + if (isin("botcheck.gat",25,27,51,47)) goto L_Botcheck; warp "020-1.gat",66,91; // Nivalis if (rand(15)) @@ -15,7 +15,7 @@ L_Keep: end; } function|script|useRedWarpTowel|{ - if (isin("botcheck.gat",8,11,32,29)) + if (isin("botcheck.gat",25,27,51,47)) goto L_Botcheck; warp "009-1.gat",51,40; // Hurnscald if (rand(15)) @@ -31,7 +31,7 @@ L_Keep: end; } function|script|useGreenWarpTowel|{ - if (isin("botcheck.gat",8,11,32,29)) + if (isin("botcheck.gat",25,27,51,47)) goto L_Botcheck; warp "003-1.gat",35,25; if (rand(15)) @@ -47,7 +47,7 @@ L_Keep: end; } function|script|useBlueWarpTowel|{ - if (isin("botcheck.gat",8,11,32,29)) + if (isin("botcheck.gat",25,27,51,47)) goto L_Botcheck; warp "003-1.gat",35,25; if (rand(15)) @@ -63,7 +63,7 @@ L_Keep: end; } function|script|useYellowWarpTowel|{ - if (isin("botcheck.gat",8,11,32,29)) + if (isin("botcheck.gat",25,27,51,47)) goto L_Botcheck; warp "001-1.gat",40,71; // Tulimshar if (rand(15)) @@ -79,7 +79,7 @@ L_Keep: end; } function|script|usePurpleWarpTowel|{ - if (isin("botcheck.gat",8,11,32,29)) + if (isin("botcheck.gat",25,27,51,47)) goto L_Botcheck; warp "003-1.gat",35,25; if (rand(15)) @@ -95,7 +95,7 @@ L_Keep: end; } function|script|useOrangeWarpTowel|{ - if (isin("botcheck.gat",8,11,32,29)) + if (isin("botcheck.gat",25,27,51,47)) goto L_Botcheck; warp "027-1.gat",70,100; // Graveyard if (rand(15)) @@ -111,7 +111,7 @@ L_Keep: end; } function|script|usePinkWarpTowel|{ - if (isin("botcheck.gat",8,11,32,29)) + if (isin("botcheck.gat",25,27,51,47)) goto L_Botcheck; warp "012-3.gat",448,66; // Terranite Cave if (rand(15)) @@ -127,7 +127,7 @@ L_Keep: end; } function|script|useTealWarpTowel|{ - if (isin("botcheck.gat",8,11,32,29)) + if (isin("botcheck.gat",25,27,51,47)) goto L_Botcheck; warp "003-1.gat",35,25; if (rand(15)) @@ -143,7 +143,7 @@ L_Keep: end; } function|script|useLimeWarpTowel|{ - if (isin("botcheck.gat",8,11,32,29)) + if (isin("botcheck.gat",25,27,51,47)) goto L_Botcheck; warp "003-1.gat",35,25; if (rand(15)) -- cgit v1.2.3-60-g2f50