where do i put this source code? i want to enable a command which whenever a player enters a woe castle map his mercenary would automatically be deleted.
if(sd->bl.m == map_mapname2mapid("prtg_cas03")) {
clif_displaymessage(fd, "Mercenaries are not allowed on this map.");
merc_delete(sd->md, 3); or this? merc_delete(md, 0);?
return 0;
}
please help i'm running a server and people are abusing mercenaries... guild with 30+ population are summoning mercenaries and using AzzyAI auto attacking in WOE which is making it more harder...
Question
caspa
where do i put this source code? i want to enable a command which whenever a player enters a woe castle map his mercenary would automatically be deleted.
please help
Link to comment
Share on other sites
1 answer 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.