Jump to content

ropowernet

Members
  • Posts

    1
  • Joined

  • Last visited

ropowernet's Achievements

Poring

Poring (1/15)

  • Dedicated
  • Week One Done
  • One Month Later
  • One Year In

Recent Badges

0

Reputation

  1. A just a little mod for this @afk command, a small switch to enable the autokick or leave your players online with afk mode. 1.1 Added diff file. battle.h int afk_kick; battle.c { "afk_kick", &battle_config.afk_kick, 0, 0, 1, }, atcommand.c if( battle_config.afk_kick == 1) { if( battle_config.afk_timeout ) { int timeout = atoi(message); status_change_start(NULL, &sd->bl, SC_AUTOTRADE, 10000,0,0,0,0, ((timeout > 0) ? min(timeout,battle_config.afk_timeout) : battle_config.afk_timeout)*60000,0); } } misc.conf // Set this to kick the char on @afk command or leave the char connected, 1 = yes kick afk_kick: 1 afk_v1.3RoPower.diff
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.