vBrenth 39 Posted September 26, 2014 (edited) I am currently using 2010-07-30 client. How can i fix this? been looking for solution long time ago, but its still there or how can i remove the delay msg entirely? Same topic: http://herc.ws/board/topic/5937-no-msg-1862-when-using-yggdrasil-berry-608-and-607/ But it seems that iZeal fixed it so i tried to follow his fixes. 378: Item Failed. [%s] is cooling down. Wait %.1f minutes.379: Item Failed. [%s] is cooling down. Wait %d seconds. I added this on messages.conf still nothing. Edited September 26, 2014 by Zer Quote Share this post Link to post Share on other sites
0 evilpuncker 503 Posted September 26, 2014 remove this line: clif->msgtable_num(sd->fd, 0x746, e_tick + 1); // [%d] seconds left until you can use from pc.c and recompile Quote Share this post Link to post Share on other sites
0 vBrenth 39 Posted September 27, 2014 (edited) When i remove that i get this line pc.c: In function âpc_useitemâ:pc.c:4621: warning: unused variable âe_tickâ int e_tick = (int)(DIFF_TICK(sd->item_delay[i].tick, tick)/1000); So i also have to line this int e_tick = (int)(DIFF_TICK(sd->item_delay[i].tick, tick)/1000); Anyway to make the msg works? using 2010-07-30 Edited September 27, 2014 by Zer Quote Share this post Link to post Share on other sites
0 Pandaaa 2 Posted February 19, 2017 (edited) When i remove that i get this line pc.c: In function âpc_useitemâ: pc.c:4621: warning: unused variable âe_tickâ int e_tick = (int)(DIFF_TICK(sd->item_delay[i].tick, tick)/1000); So i also have to line this int e_tick = (int)(DIFF_TICK(sd->item_delay[i].tick, tick)/1000); Anyway to make the msg works? using 2010-07-30 Did you fixed this problem? I got the same problem also using 2010-07-30 client Edited February 19, 2017 by Pandaaa Quote Share this post Link to post Share on other sites
0 Alayne 99 Posted February 20, 2017 Warning isn't an error, it just warn's you that some part of the allocated variables aren't use in the following code section. You can also comment the warned line to remove the error. To get the message working, you have to update the messages.conf file in conf folder, to add a description for given id. Quote Share this post Link to post Share on other sites
0 Pandaaa 2 Posted February 20, 2017 Warning isn't an error, it just warn's you that some part of the allocated variables aren't use in the following code section. You can also comment the warned line to remove the error. To get the message working, you have to update the messages.conf file in conf folder, to add a description for given id. How can i edit the messages conf where should i put description to make it work? Quote Share this post Link to post Share on other sites
0 Alayne 99 Posted February 20, 2017 Well I don't know what I can say more than "edit messages.conf in conf folder"... Quote Share this post Link to post Share on other sites
0 Pandaaa 2 Posted February 26, 2017 up anyone can help me? Quote Share this post Link to post Share on other sites
0 Anisotropic Defixation 18 Posted March 5, 2017 The message itself is missing from your msgstringtable.txt, actual line is 1863. You can either update the file to include it or comment the line in pc.c evilpuncker mentioned to remove it entirely. Quote Share this post Link to post Share on other sites
0 Pandaaa 2 Posted March 5, 2017 The message itself is missing from your msgstringtable.txt, actual line is 1863. You can either update the file to include it or comment the line in pc.c evilpuncker mentioned to remove it entirely. I Got a msgstringtable.txt up to 2325 lines. how come i still get this thing? Quote Share this post Link to post Share on other sites
I am currently using 2010-07-30 client.
How can i fix this? been looking for solution long time ago, but its still there or how can i remove the delay msg entirely?
Same topic: http://herc.ws/board/topic/5937-no-msg-1862-when-using-yggdrasil-berry-608-and-607/
But it seems that iZeal fixed it so i tried to follow his fixes.
I added this on messages.conf still nothing.
Edited by ZerShare this post
Link to post
Share on other sites