Note Posted January 17, 2013 Posted January 17, 2013 Hello, For some odd reason, the @listenbg command does not function properly, even when used I can still see the annoying Battleground Messages, I was wondering if anyone can fix the following code: /*================================================ * @mutebg - Mutes Battleground announcements. *------------------------------------------------*/ ACMD_FUNC(mutebg) { if( sd->state.bg_listen ) { sd->state.bg_listen = 0; clif_displaymessage(fd, "Battleground announcements have been disabled."); } else { sd->state.bg_listen = 1; clif_displaymessage(fd, "Battleground announcements have been enabled."); } return 0; } Any help would be greatly appreciated. Cheers.
clydelion Posted January 17, 2013 Posted January 17, 2013 Hello. If you need eamod support, post in eamod forum.
Brynner Posted January 17, 2013 Posted January 17, 2013 Hello, For some odd reason, the @listenbg command does not function properly, even when used I can still see the annoying Battleground Messages, I was wondering if anyone can fix the following code: /*================================================ * @mutebg - Mutes Battleground announcements. *------------------------------------------------*/ ACMD_FUNC(mutebg) { if( sd->state.bg_listen ) { sd->state.bg_listen = 0; clif_displaymessage(fd, "Battleground announcements have been disabled."); } else { sd->state.bg_listen = 1; clif_displaymessage(fd, "Battleground announcements have been enabled."); } return 0; } Any help would be greatly appreciated. Cheers. this is custom features of eAmod. you should post it there not here. this is rAthena.
goddameit Posted January 17, 2013 Posted January 17, 2013 (edited) Anyone? ask for eAMod, sir. or you don't know where is eAMod? Edited January 17, 2013 by goddameit
ossi0110 Posted January 17, 2013 Posted January 17, 2013 Anyone? ask in eamod forum http://dev.terra-gaming.com/index.php?/forum/2-eamod-news/
Question
Note
Hello,
For some odd reason, the @listenbg command does not function properly, even when used I can still see the annoying Battleground Messages,
I was wondering if anyone can fix the following code:
Any help would be greatly appreciated.
Cheers.
6 answers to this question
Recommended Posts