• You've discovered RedGuides, an EverQuest multi-boxing and scripting community 🧙‍♀️⚙️. We want you to play several EQ characters at once, come join us and say hello! 👋

  • A TLP without truebox has thawed (Very Vanilla ready)
    Frostreaver

Question - EQBC Channels - auto resending guild chat

Joined
Jan 14, 2016
RedCents
1,418¢
Given this code:
Rich (BB code):
| ----------------------------------------------------------------------------
| SUB: Event GUEQBC - Echo guild meassages in EQBC
| ----------------------------------------------------------------------------
    Sub Event_GUEQBC(Message,GUName,GUText)
        /if (${GUName.Equal[${Me.CleanName}]}) /return
        /if (${EQBC.Connected} && ${Select[${EQBCOn},2,4]}) /call BroadCast ${IRCOn} ${EQBCOn} p "${GUName} tells Guild: ${GUText} "
    /return

It appears that if I use EQBC channels in the KA.ini it will automatically broadcast any guild chat simply by virtue of:
Rich (BB code):
EQBC=2|ChannelName

Since it finds the "2" it will re-broadcast any guildchat. In looking at this code, the only way to NOT recast my guild chat is to use EQBC=1 (no "2" which means no channels).

So my questions are:

1) Am I seeing this wrong?
2) Should the penalty for using EQBC channels (via EQBC=2|ChannelName) be the automatic recasting of guild chat?
3) Shouldn't this be user configurable? Meaning, an INI setting to turn on or off?

I want EQBC channels. I will use them. I like them. I do NOT want guild chat automatically broadcasted. Do I have to hack KA (again)?

I see no where in the code where EQBCOn gets set to 3 or 4, so I dunno what those are (perhaps one of those sooper seekrit Maskoi commands - prolly to tell it to not resend guild chat).
 
yes hack Kiss as in rem out this event
Rich (BB code):
| #Event GUEQBC            "#1# tells the guild, #2#"

Does the channel stuff even work anymore?

Who let you into a guild?
 
Lol, yep, channels work awesome, use them all the time. I use a hotkey to reset not only the EQBC channel I am using, but to "hack" the EQBCSay line in KA:
Rich (BB code):
/multiline ; /bcga //bccmd channels ChanName ; /bcga //varset EQBCSay bct ChanName

Funny you say that, had to start to my guild lmao...
 
No I meant was the Kiss EQBC channels feature still working.
 
Question - EQBC Channels - auto resending guild chat

Users who are viewing this thread

Back
Top
Cart