Towel's Cooldown?

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
User avatar
vquangchung
Peon
Peon
Posts: 47
Joined: 10 Sep 2013, 05:17
Location: The Mana World

Towel's Cooldown?

Post by vquangchung »

As in the description of Hitchhiker's Towel, its cooldown is 15 minutes. But after 16 minutes, it still says "Your towel is still too low on power to jump again." I opened server data (downloaded from github) and see this code:

Code: Select all

 if (TowelLastUsed > (gettimetick(2) - 1800)) // 1800 = 30*60 = 30 minutes?
        goto L_DontPanic;
    if (isin("botcheck.gat",25,27,51,47))
        goto L_Prison;
    if (getmapflag(getmap(), MF_NOSAVE))
        goto L_Forbid;

    callfunc "MultiWarpTowel";
Which is wrong, its description or the code?
User avatar
wushin
TMW Adviser
TMW Adviser
Posts: 1759
Joined: 18 Dec 2012, 05:56
Location: RiverBest, Brew City, Merica
Contact:

Re: Towel's Cooldown?

Post by wushin »

Item data is wrong.
The secret to getting all the important stuff done is doing nothing.
User avatar
vquangchung
Peon
Peon
Posts: 47
Joined: 10 Sep 2013, 05:17
Location: The Mana World

Re: Towel's Cooldown?

Post by vquangchung »

Thanks for answer. I hope it be will fixed in next update to not make player messed up with it :)
bugs
Peon
Peon
Posts: 47
Joined: 25 Feb 2014, 21:54

Re: Towel's Cooldown?

Post by bugs »

I think it was 25?
Post Reply