Note Posted January 17, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 24 Reputation: 2 Joined: 09/11/12 Last Seen: May 6, 2013 Share 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. Link to comment Share on other sites More sharing options...
clydelion Posted January 17, 2013 Group: Members Topic Count: 17 Topics Per Day: 0.00 Content Count: 754 Reputation: 186 Joined: 05/22/12 Last Seen: October 15, 2022 Share Posted January 17, 2013 Hello. If you need eamod support, post in eamod forum. Link to comment Share on other sites More sharing options...
Brynner Posted January 17, 2013 Group: Members Topic Count: 120 Topics Per Day: 0.02 Content Count: 1951 Reputation: 201 Joined: 01/08/12 Last Seen: 10 minutes ago Share 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. Link to comment Share on other sites More sharing options...
Note Posted January 17, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 24 Reputation: 2 Joined: 09/11/12 Last Seen: May 6, 2013 Author Share Posted January 17, 2013 Anyone? Link to comment Share on other sites More sharing options...
goddameit Posted January 17, 2013 Group: Members Topic Count: 60 Topics Per Day: 0.01 Content Count: 562 Reputation: 219 Joined: 11/22/11 Last Seen: August 3, 2024 Share Posted January 17, 2013 (edited) Anyone? ask for eAMod, sir. or you don't know where is eAMod? Edited January 17, 2013 by goddameit Link to comment Share on other sites More sharing options...
ossi0110 Posted January 17, 2013 Group: Members Topic Count: 12 Topics Per Day: 0.00 Content Count: 318 Reputation: 37 Joined: 12/30/11 Last Seen: October 3, 2017 Share Posted January 17, 2013 Anyone? ask in eamod forum http://dev.terra-gaming.com/index.php?/forum/2-eamod-news/ Link to comment Share on other sites More sharing options...
Note Posted January 17, 2013 Group: Members Topic Count: 1 Topics Per Day: 0.00 Content Count: 24 Reputation: 2 Joined: 09/11/12 Last Seen: May 6, 2013 Author Share Posted January 17, 2013 Thanks Link to comment Share on other sites More sharing options...
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.
Link to comment
Share on other sites
6 answers to this question
Recommended Posts