Jump to content
  • 0
Batang Kuneho

Help For @autotrade @at Crash map Lost Connection!!

Question

3 answers to this question

Recommended Posts

  • 0

Help for Map crash using @autotrade and @at i just change https://github.com/HerculesWS/Hercules/commit/5b21335d6a08b5e9fd514598d40487da9fc9a868

but its same give me crash on 4sec when im done use @autotrade or @at the map is lost connection or crashed without error dont know why!!

 

i will thankfull for the help you gave thanks!!

Get the core dump and post it, that may help to pinpoint the issue.

Share this post


Link to post
Share on other sites
  • 0

 

Help for Map crash using @autotrade and @at i just change https://github.com/HerculesWS/Hercules/commit/5b21335d6a08b5e9fd514598d40487da9fc9a868

but its same give me crash on 4sec when im done use @autotrade or @at the map is lost connection or crashed without error dont know why!!

 

i will thankfull for the help you gave thanks!!

Get the core dump and post it, that may help to pinpoint the issue.

 

	//Attempt to use the command	if ( (info->func(fd, (*atcmd_msg == atcommand->at_symbol) ? sd : ssd, command, params,info) != true) ) {#ifdef AUTOTRADE_PERSISTENCY		if( info->func == atcommand_autotrade ) /** autotrade deletes caster, so we got nothing more to do here **/			return true;#endif		sprintf(output,msg_txt(154), command); // %s failed.		clif->message(fd, output);		return true;	}	if( info->log ) /* log only if this command should be logged [Ind/Hercules] */		logs->atcommand(sd, *atcmd_msg == atcommand->at_symbol ? atcmd_msg : message);	return true;}

 

This What i edit for then change

-		// Autotrade was successful if standalone is set-		if( ((*atcmd_msg == atcommand->at_symbol) ? sd->state.standalone : ssd->state.standalone) )+		if( info->func == atcommand_autotrade ) /** autotrade deletes caster, so we got nothing more to do here **/

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

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