Page 1 of 1

Hitchhiker's Towel

Posted: 16 Jul 2014, 12:45
by cruderags
Hi people,

Now that a whole lot of colored towels are available, teleportation to a whole lot of different places is possible.

Please post which color leads where, if possible by the map location and x,y co-ordinates, if not just the place is OK.

I have found that Red towel which previously teleports to hurnsclad (as given in wiki) now teleports to nivalis (to warrior tribe area).

So please mention the towel color and where it teleports.

Thank you for your help.

Re: Hitchhiker's Towel

Posted: 16 Jul 2014, 12:52
by cruderags
Orange Towel - Graveyard
Pink Towel - Terranite Caves
Red Towel - Nivalis warrior Tribe
Colorless Towel - To Soul Menhir

Re: Hitchhiker's Towel

Posted: 16 Jul 2014, 12:55
by Cassy
Hope it is understandable like this:

Code: Select all

L_White:
    // Koga
    set @NextLocationMap$, "035-2.gat";
    set @NextLocationX, 20;
    set @NextLocationY, 21;
    goto L_WarpPlayer;

L_Red:
    // Barbarians
    set @NextLocationMap$, "033-1.gat";
    set @NextLocationX, 66;
    set @NextLocationY, 33;
    goto L_WarpPlayer;

L_Green:
    // Candor
    set @NextLocationMap$, "029-1.gat";
    set @NextLocationX, 69;
    set @NextLocationY, 69;
    goto L_WarpPlayer;

L_Blue:
    // Blue Sages
    set @NextLocationMap$, "048-2.gat";
    set @NextLocationX, 26;
    set @NextLocationY, 47;
    goto L_WarpPlayer;

L_Yellow:
    // Tulimshar Mines
    set @NextLocationMap$, "002-2.gat";
    set @NextLocationX, 27;
    set @NextLocationY, 28;
    goto L_WarpPlayer;

L_Purple:
    // Dimonds Inn
    set @NextLocationMap$, "010-1.gat";
    set @NextLocationX, 27;
    set @NextLocationY, 97;
    goto L_WarpPlayer;

L_Orange:
    // Graveyard
    set @NextLocationMap$, "027-1.gat";
    set @NextLocationX, 70;
    set @NextLocationY, 100;
    goto L_WarpPlayer;

L_Pink:
    // Terranite Cave
    set @NextLocationMap$, "012-3.gat";
    set @NextLocationX, 448;
    set @NextLocationY, 66;
    goto L_WarpPlayer;

L_Teal:
    // Mana Seed
    set @NextLocationMap$, "012-3.gat";
    set @NextLocationX, 64;
    set @NextLocationY, 130;
    goto L_WarpPlayer;

L_Lime:
    // Pachua
    set @NextLocationMap$, "006-1.gat";
    set @NextLocationX, 28;
    set @NextLocationY, 97;
    goto L_WarpPlayer;

Re: Hitchhiker's Towel

Posted: 17 Jul 2014, 14:15
by cruderags
Thanks Cassy

Re: Hitchhiker's Towel

Posted: 20 Jul 2014, 20:12
by demure
If you have more then one towel, are they on the same timer?

Re: Hitchhiker's Towel

Posted: 20 Jul 2014, 20:44
by wushin
If you have more than one towel in your inventory it nukes all but the towel you used.

Re: Hitchhiker's Towel

Posted: 21 Jul 2014, 16:37
by cruderags
Can we do this quest the next year too? Thereby getting two towels to use?