here's a part of my pc.c
sprintf(e_msg,msg_txt(sd,379), // Item Failed. [%s] is cooling down. Wait %.1f minutes.
itemdb_jname(sd->item_delay[i].nameid), (double)e_tick / 60);
else
sprintf(e_msg,msg_txt(sd,380), // Item Failed. [%s] is cooling down. Wait %d seconds.
itemdb_jname(sd->item_delay[i].nameid), e_tick+1);
clif_colormes(sd->fd,color_table[COLOR_YELLOW],e_msg);
return 1; // Delay has not expired yet
Yes its true that it will crashed your client and let me check that one..
Update thanks Lelouch vi Britannia solved.