Jump to content
  • 0
Sign in to follow this  
myieee

@monster and @go

Question

Hi I would like to request in src if the GM use @monster command it will announce to all like this "GM-Hercules has summoned [1 or how many monster Poring] in the map of Prontera etc etc"


 


and for the @go command . when player is dead they arent able to use @go command 


 


thank you

Edited by myieee

Share this post


Link to post
Share on other sites

1 answer to this question

Recommended Posts

  • 0

go to your atcommand.c file, search for the code related to (go) and add the check:

 

 

if( pc_isdead(sd) ) {
		clif->message(fd, msg_fd(fd,864)); // "You cannot use this command when dead."
		return false;
	}

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
Sign in to follow this  

×
×
  • Create New...

Important Information

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