Virtue 10 Posted February 14, 2016 Question about the rental item notices. is there a way to prevent them from showing up every minute or so? Quote Share this post Link to post Share on other sites
0 Kuya Jeo 120 Posted February 14, 2016 Question about the rental item notices. is there a way to prevent them from showing up every minute or so? try to remove this line in clif.c /// Notification about the remaining time of a rental item (ZC_CASH_TIME_COUNTER). /// 0298 <name id>.W <seconds>.L void clif_rental_time(int fd, int nameid, int seconds) { // '<ItemName>' item will disappear in <seconds/60> minutes. WFIFOHEAD(fd,packet_len(0x298)); WFIFOW(fd,0) = 0x298; WFIFOW(fd,2) = nameid; WFIFOL(fd,4) = seconds; WFIFOSET(fd,packet_len(0x298)); } I don't know if it will works, try it Quote Share this post Link to post Share on other sites
0 Virtue 10 Posted February 14, 2016 I'll try it later Quote Share this post Link to post Share on other sites
Question about the rental item notices.
is there a way to prevent them from showing up every minute or so?
Share this post
Link to post
Share on other sites