Jump to content
  • 0

Please Help MVP respawn announcement


namerpus18

Question


  • Group:  Members
  • Topic Count:  40
  • Topics Per Day:  0.08
  • Content Count:  102
  • Reputation:   5
  • Joined:  11/15/22
  • Last Seen:  

Hi everyone, 
Can anyone help me modify this so before 5mins it will broadcast also the mvp will respawn to its map.

Thank you so much.

source: https://rathena.org/board/topic/132835-mvp-respawn-broadcaster-fix-some-console-warnings/

if( md->spawn->state.boss ) {             
char message[128];
sprintf(message, "[MVP Spawn]: %s has been spawned on %s map.", md->name, map_mapid2mapname(md->spawn->m));

clif_broadcast(&md->bl, message, (int)strlen(message) + 1, BC_DEFAULT, ALL_CLIENT);         }

 

 

Edited by namerpus18
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

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.   Paste as plain text instead

  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.

×
×
  • Create New...