The forums will be going offline for an extended maintenance period at 1400hrs GMT on 19th June 2025. The number of hours for this downtime is intentionally not advertised due to the nature of these upgrades.
×
- 0
Please Help MVP respawn announcement
-
Recently Browsing 0 members
- No registered users viewing this page.
Question
namerpus18
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); }
Link to comment
Share on other sites
0 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.