summaryrefslogtreecommitdiff
path: root/world/map/npc/items/warpTowels.txt
diff options
context:
space:
mode:
Diffstat (limited to 'world/map/npc/items/warpTowels.txt')
-rw-r--r--world/map/npc/items/warpTowels.txt40
1 files changed, 20 insertions, 20 deletions
diff --git a/world/map/npc/items/warpTowels.txt b/world/map/npc/items/warpTowels.txt
index 6438c223..01fb5811 100644
--- a/world/map/npc/items/warpTowels.txt
+++ b/world/map/npc/items/warpTowels.txt
@@ -4,14 +4,14 @@ function|script|useWhiteWarpTowel|{
warp "020-1.gat",66,91; // Nivalis
if (rand(15))
goto L_Keep;
- getitem "GreyWarpTowel", 1;
+ getitem "HitchhikersTowel", 1;
end;
L_Botcheck:
message strcharinfo(0), "You must be warped by a GM to leave the bot check area.";
L_Keep:
- getitem "WhiteWarpTowel", 1;
+ getitem "WhiteHitchhikersTowel", 1;
end;
}
function|script|useRedWarpTowel|{
@@ -20,14 +20,14 @@ function|script|useRedWarpTowel|{
warp "009-1.gat",51,40; // Hurnscald
if (rand(15))
goto L_Keep;
- getitem "GreyWarpTowel", 1;
+ getitem "HitchhikersTowel", 1;
end;
L_Botcheck:
message strcharinfo(0), "You must be warped by a GM to leave the bot check area.";
L_Keep:
- getitem "RedWarpTowel", 1;
+ getitem "RedHitchhikersTowel", 1;
end; end;
}
function|script|useGreenWarpTowel|{
@@ -36,14 +36,14 @@ function|script|useGreenWarpTowel|{
warp "003-1.gat",35,25;
if (rand(15))
goto L_Keep;
- getitem "GreyWarpTowel", 1;
+ getitem "HitchhikersTowel", 1;
end;
L_Botcheck:
message strcharinfo(0), "You must be warped by a GM to leave the bot check area.";
L_Keep:
- getitem "GreenWarpTowel", 1;
+ getitem "GreenHitchhikersTowel", 1;
end; end;
}
function|script|useBlueWarpTowel|{
@@ -52,14 +52,14 @@ function|script|useBlueWarpTowel|{
warp "003-1.gat",35,25;
if (rand(15))
goto L_Keep;
- getitem "GreyWarpTowel", 1;
+ getitem "HitchhikersTowel", 1;
end;
L_Botcheck:
message strcharinfo(0), "You must be warped by a GM to leave the bot check area.";
L_Keep:
- getitem "BlueWarpTowel", 1;
+ getitem "BlueHitchhikersTowel", 1;
end; end;
}
function|script|useYellowWarpTowel|{
@@ -68,14 +68,14 @@ function|script|useYellowWarpTowel|{
warp "001-1.gat",40,71; // Tulimshar
if (rand(15))
goto L_Keep;
- getitem "GreyWarpTowel", 1;
+ getitem "HitchhikersTowel", 1;
end;
L_Botcheck:
message strcharinfo(0), "You must be warped by a GM to leave the bot check area.";
L_Keep:
- getitem "YellowWarpTowel", 1;
+ getitem "YellowHitchhikersTowel", 1;
end; end;
}
function|script|usePurpleWarpTowel|{
@@ -84,14 +84,14 @@ function|script|usePurpleWarpTowel|{
warp "003-1.gat",35,25;
if (rand(15))
goto L_Keep;
- getitem "GreyWarpTowel", 1;
+ getitem "HitchhikersTowel", 1;
end;
L_Botcheck:
message strcharinfo(0), "You must be warped by a GM to leave the bot check area.";
L_Keep:
- getitem "PurpleWarpTowel", 1;
+ getitem "PurpleHitchhikersTowel", 1;
end; end;
}
function|script|useOrangeWarpTowel|{
@@ -100,14 +100,14 @@ function|script|useOrangeWarpTowel|{
warp "027-1.gat",70,100; // Graveyard
if (rand(15))
goto L_Keep;
- getitem "GreyWarpTowel", 1;
+ getitem "HitchhikersTowel", 1;
end;
L_Botcheck:
message strcharinfo(0), "You must be warped by a GM to leave the bot check area.";
L_Keep:
- getitem "OrangeWarpTowel", 1;
+ getitem "Orange", 1;
end; end;
}
function|script|usePinkWarpTowel|{
@@ -116,14 +116,14 @@ function|script|usePinkWarpTowel|{
warp "012-3.gat",448,66; // Terranite Cave
if (rand(15))
goto L_Keep;
- getitem "GreyWarpTowel", 1;
+ getitem "HitchhikersTowel", 1;
end;
L_Botcheck:
message strcharinfo(0), "You must be warped by a GM to leave the bot check area.";
L_Keep:
- getitem "PinkWarpTowel", 1;
+ getitem "PinkHitchhikersTowel", 1;
end; end;
}
function|script|useTealWarpTowel|{
@@ -132,14 +132,14 @@ function|script|useTealWarpTowel|{
warp "003-1.gat",35,25;
if (rand(15))
goto L_Keep;
- getitem "GreyWarpTowel", 1;
+ getitem "HitchhikersTowel", 1;
end;
L_Botcheck:
message strcharinfo(0), "You must be warped by a GM to leave the bot check area.";
L_Keep:
- getitem "TealWarpTowel", 1;
+ getitem "TealHitchhikersTowel", 1;
end; end;
}
function|script|useLimeWarpTowel|{
@@ -148,13 +148,13 @@ function|script|useLimeWarpTowel|{
warp "003-1.gat",35,25;
if (rand(15))
goto L_Keep;
- getitem "GreyWarpTowel", 1;
+ getitem "HitchhikersTowel", 1;
end;
L_Botcheck:
message strcharinfo(0), "You must be warped by a GM to leave the bot check area.";
L_Keep:
- getitem "LimeWarpTowel", 1;
+ getitem "LimeHitchhikersTowel", 1;
end; end;
}