Page 1 of 1

Towel's Cooldown?

Posted: 21 May 2014, 05:24
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?

Re: Towel's Cooldown?

Posted: 21 May 2014, 10:34
by wushin
Item data is wrong.

Re: Towel's Cooldown?

Posted: 23 May 2014, 12:00
by vquangchung
Thanks for answer. I hope it be will fixed in next update to not make player messed up with it :)

Re: Towel's Cooldown?

Posted: 24 May 2014, 03:57
by bugs
I think it was 25?