Hitchhiker's Towel

A place for The Mana World players to discuss game-related topics outside the scope of development including guilds, player interactions, game meta and more.


Post Reply
cruderags
Peon
Peon
Posts: 23
Joined: 30 Jan 2014, 10:37

Hitchhiker's Towel

Post 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.
cruderags
Peon
Peon
Posts: 23
Joined: 30 Jan 2014, 10:37

Re: Hitchhiker's Towel

Post by cruderags »

Orange Towel - Graveyard
Pink Towel - Terranite Caves
Red Towel - Nivalis warrior Tribe
Colorless Towel - To Soul Menhir
User avatar
Cassy
TMW Adviser
TMW Adviser
Posts: 791
Joined: 09 Mar 2013, 09:39
Location: ♥ Fluffyland ♥
Contact:

Re: Hitchhiker's Towel

Post 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;
Main characters:
Lv.94 - Cassy - speedarcher on dark path, bunny-wannabe, would like to ride on a Mouboo once...
Lv.95 - Biqcassy - mage on light path, addicted to her Fluffy Hat, love-hates Fallens, really misses Confused Tree...
Lv.70 - Simca. - dreams of becoming a speedarcher on light path, still has a lot to learn...

Personal development overview | priorities | wiki to-do | wiki profile incl. other characters

[20:24:59] <Cassy> debug npc in crypts!
[20:25:02] <Cassy> just a joke...
[20:25:08] <wushin> DONT DO THAT
[20:25:10] <o11c> !slap Cassy
cruderags
Peon
Peon
Posts: 23
Joined: 30 Jan 2014, 10:37

Re: Hitchhiker's Towel

Post by cruderags »

Thanks Cassy
User avatar
demure
Moubootaur Legends
Moubootaur Legends
Posts: 4
Joined: 29 Jun 2014, 23:12

Re: Hitchhiker's Towel

Post by demure »

If you have more then one towel, are they on the same timer?
User avatar
wushin
TMW Adviser
TMW Adviser
Posts: 1759
Joined: 18 Dec 2012, 05:56
Location: RiverBest, Brew City, Merica
Contact:

Re: Hitchhiker's Towel

Post by wushin »

If you have more than one towel in your inventory it nukes all but the towel you used.
The secret to getting all the important stuff done is doing nothing.
cruderags
Peon
Peon
Posts: 23
Joined: 30 Jan 2014, 10:37

Re: Hitchhiker's Towel

Post by cruderags »

Can we do this quest the next year too? Thereby getting two towels to use?
Post Reply