kaixler44 Posted November 3, 2014 Posted November 3, 2014 As the title says how can i set @autotrade and @afk limit for 12 hours then automatically kick by the server. if( battle_config.at_timeout ) { int timeout = atoi(message); status_change_start(NULL,&sd->bl, SC_AUTOTRADE, 10000, 0, 0, 0, 0, ((timeout > 0) ? min(timeout,battle_config.at_timeout) : battle_config.at_timeout) * 60000, SCSTART_NONE); } please help me,Thanks in advance. Quote
Jaburak Posted November 3, 2014 Posted November 3, 2014 conf/battle/misc.conf // Set this to the amount of minutes autotrade chars will be kicked from the server. at_timeout: 0 Quote
kaixler44 Posted November 3, 2014 Author Posted November 3, 2014 conf/battle/misc.conf // Set this to the amount of minutes autotrade chars will be kicked from the server. at_timeout: 0 id like to set for 12 hours, should be look lie this? at_timeout: 12 [Hours] or at_timeout: 43200000 [milliseconds] Quote
Winz Posted November 4, 2014 Posted November 4, 2014 conf/battle/misc.conf // Set this to the amount of minutes autotrade chars will be kicked from the server. at_timeout: 0 id like to set for 12 hours, should be look lie this? at_timeout: 12 [Hours] or at_timeout: 43200000 [milliseconds] minutes Quote
kaixler44 Posted November 4, 2014 Author Posted November 4, 2014 okay guys its worked thank you so much! Quote
Question
kaixler44
As the title says how can i set @autotrade and @afk limit for 12 hours then automatically kick by the server.
please help me,Thanks in advance.
4 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.