From 0ec52989da6e0e6a053e64e0b723bad6cba1e76b Mon Sep 17 00:00:00 2001 From: Jessica Tölke Date: Fri, 22 Apr 2011 21:29:56 +0200 Subject: changing towels, adding gem powders --- npc/items/warpTowels.txt | 42 ++++++++++++++++++++---------------------- 1 file changed, 20 insertions(+), 22 deletions(-) (limited to 'npc') diff --git a/npc/items/warpTowels.txt b/npc/items/warpTowels.txt index 11373b83..5ef5167b 100644 --- a/npc/items/warpTowels.txt +++ b/npc/items/warpTowels.txt @@ -1,52 +1,50 @@ +function script useWhiteWarpTowel { + warp "020-1.gat",66,91; // Nivalis + getitem "GreyWarpTowel", 1; + end; +} function script useRedWarpTowel { warp "009-1.gat",51,40; // Hurnscald - getitem "WhiteWarpTowel", 1; + getitem "GreyWarpTowel", 1; end; } function script useGreenWarpTowel { warp "003-1.gat",35,25; - getitem "WhiteWarpTowel", 1; + getitem "GreyWarpTowel", 1; end; } -function script useDarkBlueWarpTowel { +function script useBlueWarpTowel { warp "003-1.gat",35,25; - getitem "WhiteWarpTowel", 1; + getitem "GreyWarpTowel", 1; end; } function script useYellowWarpTowel { warp "001-1.gat",40,71; // Tulimshar - getitem "WhiteWarpTowel", 1; - end; -} -function script useLightBlueWarpTowel { - warp "020-1.gat",66,91; // Nivalis - getitem "WhiteWarpTowel", 1; + getitem "GreyWarpTowel", 1; end; } -function script usePinkWarpTowel { +function script usePurpleWarpTowel { warp "003-1.gat",35,25; - getitem "WhiteWarpTowel", 1; + getitem "GreyWarpTowel", 1; end; } -function script useBlackWarpTowel { +function script useOrangeWarpTowel { warp "003-1.gat",35,25; - getitem "WhiteWarpTowel", 1; + getitem "GreyWarpTowel", 1; end; } -function script useOrangeWarpTowel { +function script usePinkWarpTowel { warp "003-1.gat",35,25; - getitem "WhiteWarpTowel", 1; + getitem "GreyWarpTowel", 1; end; } -function script usePurpleWarpTowel { +function script useTealWarpTowel { warp "003-1.gat",35,25; - getitem "WhiteWarpTowel", 1; + getitem "GreyWarpTowel", 1; end; } -function script useDarkGreenWarpTowel { +function script useLimeWarpTowel { warp "003-1.gat",35,25; - getitem "WhiteWarpTowel", 1; + getitem "GreyWarpTowel", 1; end; } - -//TODO: entry in items.xml -- cgit v1.2.3-70-g09d2