Jump to content
  • 0
Batang Kuneho

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

Question

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

Share this post


Link to post
Share on other sites

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

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...

×
×
  • Create New...

Important Information

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