diff options
author | cafe <cafe@cafe-EP45-UD3L.(none)> | 2011-11-08 21:43:05 -0200 |
---|---|---|
committer | cafe <cafe@cafe-EP45-UD3L.(none)> | 2011-11-08 21:43:05 -0200 |
commit | 1ee71531157aae5129698edb213fb787e4beb483 (patch) | |
tree | 9b3d83bc919fc22b063a98c22177ddc218632419 /world/map/npc/items | |
parent | 6534f0d9b65ff9cc1dc5c5a9f83b79a2d9564e1a (diff) | |
download | serverdata-1ee71531157aae5129698edb213fb787e4beb483.tar.gz serverdata-1ee71531157aae5129698edb213fb787e4beb483.tar.bz2 serverdata-1ee71531157aae5129698edb213fb787e4beb483.tar.xz serverdata-1ee71531157aae5129698edb213fb787e4beb483.zip |
Fix botcheck coordinates in warptowels scripts.v2011.11.09
Diffstat (limited to 'world/map/npc/items')
-rw-r--r-- | world/map/npc/items/warpTowels.txt | 20 |
1 files 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)) |