• 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 - Help 2 Pcs running macroquest

seanzback

Member
Joined
Jun 1, 2014
RedCents
41¢
Im running 2 pcs currently and what Im trying to do is use boxchat or something else to use gate potions,primary or secondary transporters etc. is there a way to do this. 2nd pc is otherside of the room so not really closeby
 
eqbcs
Idiot's guide here:
https://www.redguides.com/community/resources/eqbc-idiots-guide.288/

Commands
Rich (BB code):

-- /bccmd quit - Disconnects from the server
-- /bccmd help - Show Help
-- /bccmd status - Show if connected or not
-- /bccmd reconnect - Close the current connection and connect again
-- /bccmd names - List everyone that is connected to the server
-- /bccmd colordump - Show color codes

-- /bccmd toggle option
-- /bccmd set option < on | off >

Toggle or set option on or off. Valid options:

-- autoconnect - Auto connect to server when plugin loads
-- control - Allow remote control
-- compatmode - IRC compatibility mode keeps name formatting IRC friendly and echoes outgoing /bct
-- reconnect - Auto-reconnect on server disconnect or zone change
-- window - Use dedicated EQBC UI window
-- localecho - Echoing outgoing commands back if in a channel (echo is server-driven)
-- tellwatch - Relay received tells to /bc does not support tell windows
-- guildwatch - Relay guild chat received to /bc
-- groupwatch - Relay group chat received to /bc
-- fswatch - Relay fellowship chat received to /bc
-- silentcmd - Squelch 'CMD: [command]' echo
-- nameannounce - announce names on connect / disconnect
-- savebychar - Saving custom UI window settings to CharName sections of the configuration file (saves to Window if disabled)
-- silentinccmd - Squelches incoming eqbc command requests
-- silentoutmsg - Squelches outgoing /bct with compatmode on
-- notifycontrol - Relays a message to /bc if the control option is disabled when a command request is received
-- echoall - Echoes outgoing /bca commands if enabled

-- /bccmd set reconnectsecs # - Set the number of seconds to wait until reconnecting (default 15)
-- /bccmd stopreconnect - Stop trying to reconnect for now
-- /bccmd channels <channel list> - Set the list of channels to receive tells from.
-- /bccmd version - Show plugin version

-- /bc your text here - Send "your text here" to the server.

-- /bct ToonName your text here Send "your text here" to ToonName
-- /bct ToonName //command - Send /command to ToonName

-- /bca //command - Send /command to all connected clients, excluding the client you issued the command from.

-- /bcaa //command - Send /command to all connected clients, including the client you issued the command from.

-- /bcfont # -S ets the font size of the UI window, similar to the /mqfont command

-- /bcmin - Minimizes the UI window, similar to the /mqmin command

-- /bcclear - Clears the buffer of the UI window, similar to the /mqclear command

Sample Setup: (enable pasting from clipboard in Everquest options)
Rich (BB code):

/bccmd connect 127.0.0.1 2112
/bccmd set autoconnect on
/bccmd set window on
Examples:
Rich (BB code):

Sending commands to other toons:
/bct ToonName //sit
/bct ToonName //stand
/bct ToonName //macro ninjalooter
/bct ToonName //endmacro

Sending commands to channels:
/bccmd channels chatchan, commands
/bct chatchan hey there guys
/bct commands //bct chatchan My zone: $\{Zone.ShortName}

Sending commands to all other connects clients:
/bca //target id ${Me.ID}
/bca //timed 10 /stick 10
or
/bca //stick id ${Me.ID} 5 uw

Sending commands to all clients including yourself:
/bcaa //makecamp return
Top Level Ojbects
${EQBC}

Member

Description

Member Type

Connected

Connection status to an EQBC server

bool

Names

List of connected characters

string

Port

Port number if connect, otherwise OFFLINE

string

Server

Current server domain name or IP address

String

ToonName

Your EQBC client name (probaby ${Me.Name})

String

Setting[option]

On/Off status of specified option (/bccmd set for list)

bool
Example:
Rich (BB code):

/echo ${EQBC.Names}
returns "[MQ2] gSe7eN eqmule plure sym1 redbot Warl0ck45"

(note to propagate EQBC.Names, use /bccmd names first)

Example
Rich (BB code):

/echo ${EQBC.Port}
returns "[MQ2] 2112"


EXCLUSIVE TO THE REDGUIDES COMPILE
The /bcg and /bcga command.
- Might have mentioned in passing by william12 according to him.

/bcg
This command will only be sent to group members other than the character issuing the command that are connected to the EQBC server.
It will be ignored by any other character connected to your EQBC server not in that group.
Ignores mercenaries.

Rich (BB code):

/bcg //Sit
Would make everyone in the group sit EXCEPT yourself

/bcga
This command will only be sent to group members including the character issuing the command that are connected to the EQBC server.
It will be ignored by any other character connected to your EQBC server not in that group.
Ignores mercenaries.

Rich (BB code):

/bcga //Sit
Would make everyone in the group sit INCLUDING yourself
 
tried that to do /bct Zerker //useitem gate Potion doesn't work
for that specifically you can utilize mq2relocate
/bcaa //plugin mq2relocate load
/bct zerker //relocate gate

it would be /bct zerker //useitem "Philter of Major Translocation"
 
Nice thank You much Sic. you've been a great help with videos and stuff. I spend most of my time playing on Test and was trying to use 2 pcs instead of one just to see if there was any difference in dps, etc and was trying to figure out how to use the gate potions etc instead of just clicking them by tabbing to another instance of eq
 
Question - Help 2 Pcs running macroquest

Users who are viewing this thread

Back
Top
Cart