Absolutely Zero 0 Posted March 27, 2014 I'm using the latest GIT, I tried the @afk patch that posted on some topic here in the forum but it doesn't work. Can someone share a working @afk.patch? Thanks in advance! Quote Share this post Link to post Share on other sites
0 evilpuncker 503 Posted March 27, 2014 http://herc.ws/board/topic/2615-afk/?p=32284 plugin if you don't mind Quote Share this post Link to post Share on other sites
0 Absolutely Zero 0 Posted March 27, 2014 I tried it and it's not compatible in Linux. NOTE: this is not compatible in Linux.see forum www.herc.ws for more information.. Quote Share this post Link to post Share on other sites
0 evilpuncker 503 Posted March 27, 2014 I tried it and it's not compatible in Linux. NOTE: this is not compatible in Linux. see forum www.herc.ws for more information.. actually using it in linux is even easier: http://herc.ws/wiki/Building_HPM_Plugin_for_gcc so it does work Quote Share this post Link to post Share on other sites
0 Absolutely Zero 0 Posted March 27, 2014 Plugins still not working.. Maybe someone please fix this one for latest Hercules version? ACMD(afk){ nullpo_retr(-1, sd); if( map[sd->bl.m].flag.autotrade == battle_config.autotrade_mapflag ){ chat_createpcchat(sd, "Be Right Back", "", 1, 1); sd->state.autotrade = 1; if( battle_config.at_timeout ) { int timeout = atoi(message); status_change_start(&sd->bl, SC_AUTOTRADE, 10000, 0, 0, 0, 0, ((timeout > 0) ? min(timeout,battle_config.at_timeout) : battle_config.at_timeout) * 60000, 0); } clif->chsys_quit(sd); clif->authfail_fd(sd->fd, 15); }else{ clif->message(fd, "AFK is not allowed on this map."); } return 0;} Quote Share this post Link to post Share on other sites
0 daim 5 Posted April 7, 2014 what error u got there? Quote Share this post Link to post Share on other sites
0 Mhalicot 392 Posted April 27, 2014 ^ Update to 3.1, Tested in Windows and it works. Please post if you still experiencing difficulties on using afk plugins Quote Share this post Link to post Share on other sites
I'm using the latest GIT, I tried the @afk patch that posted on some topic here in the forum but it doesn't work. Can someone share a working @afk.patch? Thanks in advance!
Share this post
Link to post
Share on other sites