• Due to recent spam attacks that heavily used compormised accounts we did reset all user passwords, AGAIN, if it happens and your account got compromised again due to re-used passwords your account will be perma-banned.

delay

  1. danielpqb

    [HELP] Item delay

    Hi, I was trying to create an item group delay. I tried editing itemdb.c and pc.c but didn't have any success. To be more specific, let me give you an example of what I want: If I consume a Red Potion, I'd like that the Orange, Yellow, White and the Red Potions get the same delay to use again...
  2. bWolfie

    Display channel MessageDelay

    In the following code in channel.c, when your tick is not at 0 it will direct you to message 1455, "You're talking too fast!"     if (sd && chan->msg_delay != 0      && DIFF_TICK(sd->hchsysch_tick + chan->msg_delay*1000, timer->gettick()) > 0      &&amp...
Back
Top