rqueen Posted September 12, 2013 Posted September 12, 2013 Hi, so I'm trying to add script command 'checkidle' on our server. Can't diff cause we're on eA. I've followed the steps here carefully: http://trac.rathena.org/changeset/17126/rathena When recompiling though, I get this error: script.c:13711:3: error: âlast_tickâ undeclared (first use in this function) script.c:13711:3: note: each undeclared identifier is reported only once for each function it appears in Help please, I really need this added. Anyone? If there are other pre-requisite source mods I need to do for this to work, I don't mind. Quote
QQfoolsorellina Posted September 12, 2013 Posted September 12, 2013 Hi, so I'm trying to add script command 'checkidle' on our server. Can't diff cause we're on eA. I've followed the steps here carefully: http://trac.rathena.org/changeset/17126/rathena When recompiling though, I get this error: script.c:13711:3: error: âlast_tickâ undeclared (first use in this function) script.c:13711:3: note: each undeclared identifier is reported only once for each function it appears in Help please, I really need this added. Anyone? If there are other pre-requisite source mods I need to do for this to work, I don't mind. add this line in script.c #include "../common/socket.h" 1 Quote
rqueen Posted September 12, 2013 Author Posted September 12, 2013 Hi, so I'm trying to add script command 'checkidle' on our server. Can't diff cause we're on eA. I've followed the steps here carefully: http://trac.rathena.org/changeset/17126/rathena When recompiling though, I get this error: script.c:13711:3: error: âlast_tickâ undeclared (first use in this function) script.c:13711:3: note: each undeclared identifier is reported only once for each function it appears in Help please, I really need this added. Anyone? If there are other pre-requisite source mods I need to do for this to work, I don't mind. add this line in script.c #include "../common/socket.h" Oh my god, thank you so much! You're a life saver. <3 Quote
Question
rqueen
Hi, so I'm trying to add script command 'checkidle' on our server. Can't diff cause we're on eA.
I've followed the steps here carefully:
http://trac.rathena.org/changeset/17126/rathena
When recompiling though, I get this error:
Help please, I really need this added.
Anyone? If there are other pre-requisite source mods I need to do for this to work, I don't mind.
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.