Jump to content
  • 0

@listenbg/@mutebg eAMod command doesn't work.


Note

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   2
  • Joined:  09/11/12
  • Last Seen:  

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

6 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.00
  • Content Count:  754
  • Reputation:   186
  • Joined:  05/22/12
  • Last Seen:  

Hello. If you need eamod support, post in eamod forum. :)

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  118
  • Topics Per Day:  0.03
  • Content Count:  1942
  • Reputation:   197
  • Joined:  01/08/12
  • Last Seen:  

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


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   2
  • Joined:  09/11/12
  • Last Seen:  

Anyone?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  60
  • Topics Per Day:  0.01
  • Content Count:  562
  • Reputation:   219
  • Joined:  11/22/11
  • Last Seen:  

Anyone?

ask for eAMod, sir.

or you don't know where is eAMod?

Edited by goddameit
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  12
  • Topics Per Day:  0.00
  • Content Count:  318
  • Reputation:   37
  • Joined:  12/30/11
  • Last Seen:  

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  24
  • Reputation:   2
  • Joined:  09/11/12
  • Last Seen:  

Thanks

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
×
×
  • Create New...