• You've discovered RedGuides 📕 an EverQuest multi-boxing community 🛡️🧙🗡️. We want you to play several EQ characters at once, come join us and say hello! 👋
  • IS THIS SITE UGLY? Change the look. To dismiss this notice, click the X --->

Request - EQBC Individual settings for characters (1 Viewer)

wackawacka

Active member
Joined
Jun 18, 2006
RedCents
992¢
Is there any way to turn of guild watch repeating 4 times and FS 4 times. It is really annoying but i dont see a way to set it per char rather then for everyone. Would be a cool feature.
 
Unfortunately its a global command and isn't recognized individually by toon. Since I am awesome though and I can see where that spam can be really annoying. Here is a quick event you can drop into any macro to echo guildsay

Put this in events
Rich (BB code):
#Event  GUEQBC          "#1# tells the guild, #2#"
Change Bob to your toon name
Rich (BB code):
Sub Event_GUEQBC(Message,GUName,GUText)
    /if (${GUName.Equal[${Me.CleanName}]}) /return
    /if (${EQBC.Connected} && ${Me.CleanName.Equal[Bob]}) /docommand /bc [+m+] ${GUName} Guildsay: ${GUText} [+x+]
/return
and only that toon will echo /guildsay except his own to eqbc.

Put this in events
Rich (BB code):
#Event  FSEQBC          "#1# tells the fellowship, #2#"
Change Bob to your toon name
Rich (BB code):
Sub Event_FSEQBC(Message,FSName,FSText)
    /if (${FSName.Equal[${Me.CleanName}]}) /return
    /if (${EQBC.Connected} && ${Me.CleanName.Equal[Bob]}) /docommand /bc [+p+] ${FSName} Fellowshipsay: ${FSText} [+x+]
/return
and only that toon will echo Fellowship say except his own to eqbc.

I will be adding both of theses as a feature to KissAssist next release
 
Last edited:
Request - EQBC Individual settings for characters

Users who are viewing this thread

Back
Top