Jump to content

  •  

Absolutely Zero

Member Since 27 Mar 2014
Offline Last Active Apr 10 2014 01:29 AM
-----

Posts I've Made

In Topic: Annie's mission board, drop missions on reborn?

09 April 2014 - 08:43 PM

http://upaste.me/6a67109559565b02b

- fix when players when finished a daily type mission on previous day, on the next day talk to npc will cause infinite loop (already fixed)
- fix a bug the players can submit the quest outside the level range limitation

Hello, I tried this script but it doesn't count when I'm killing the monster required.


In Topic: What VPS is Reliable?

05 April 2014 - 11:04 AM

https://asurahosting.com/


In Topic: @afk Command

27 March 2014 - 10:32 PM

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;}

In Topic: @afk Command

27 March 2014 - 04:28 PM

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..