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

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

×
×
  • Create New...

Important Information

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