rqueen Posted September 12, 2013 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 82 Reputation: 1 Joined: 04/30/13 Last Seen: October 30, 2014 Share 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 Link to comment Share on other sites More sharing options...
QQfoolsorellina Posted September 12, 2013 Group: Members Topic Count: 40 Topics Per Day: 0.01 Content Count: 587 Reputation: 105 Joined: 11/19/11 Last Seen: July 7, 2019 Share 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 Link to comment Share on other sites More sharing options...
rqueen Posted September 12, 2013 Group: Members Topic Count: 20 Topics Per Day: 0.00 Content Count: 82 Reputation: 1 Joined: 04/30/13 Last Seen: October 30, 2014 Author Share 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 Link to comment Share on other sites More sharing options...
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.
Link to comment
Share on other sites
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.