EQ2: Character Remote control Utility v2
Posted: September 10th, 2005, 3:55 am
Latest publish date Sept 9 20051
This is my new version of the EQ2 Character Remote Control Utility
With this version you can on the fly access ANY ability of the other character as well as send tells, do emotes, dance etc anything that you can do with a /command is now possible with EQ2 CRCU.
Did your Slave Character just ding and get a new ability? No problem it's handled
How to use: down load the file and extract anywhere on your slave's harddrive
right click on eq2crcu.vbs and select edit you will have to update a few variables with in the script.
Once you have opened eq2crcu.vbs find the following lines
installPath = "C:\Program Files\Sony\EverQuest II\logs\"
serverName = "Server Name"
characterName = "Slave_Name"
masterName = "Master_Name"
commandPhrase = "command phrase here"
commandDelimiter = "$"
exitScript = "exit script phrase here"
installPath (variable added for Akanon) this is the path to the log directory in your EQ2 installation. Added here to make it easier for those that installed to d: or other locations use the script easier.
serverName is the server that you play on - ie Blackburrow, Guk, Lucan D'Lere etc
characterName is the name of the character to be controled
masterName is the name of the character that will be issuing the commands
commandPhrase is a security meassure to ensure that only you are able to issue orders to the slave
commandDelimiter probably best to leave this one alone is it part of the parsing process that will pull your order from the log file, changed from ! to $ so you can use ! in chat channels with out messing up the script.
exitScript does basicly that so you can kill the script from the inside remotely.
Once the variables are set then save the file and exit it
Now click the start button, run, cscript <path>\eq2crcu.vbs
now launch eq2 and load up your slave character, turn logging on (/log). NOTE: The script willnot run if you have logging turned on you will get an acess violation.
go to your master's box and load up the master
to issue command you can do it in any chat channel though I would recommend one of the private channels like /tell or /group
The order syntax is as follows
/tell slave commandPhrase $<command>
so if I wanted to tell my slave Forgar the healer to use combat healing and I have set the command phrase to be "do what I say"
/tell Forgar do what I say $useability Combat Healing
Forgar will then cast Combat Healing upon is target
If I want Forgar to target me I would
/tell Forgar do what I say $target Dice
EQ2 CRCU will access the macroing from eq2 and advanced eq2 macros like
/tell Forgar do what I say $: useability Combat Healing; em heals his poor poor Master's booboo
Set up HO macros
/useability <name of HO ability will update this later I can't remember>
/tell Forgar do what I say $useability Smite; useability Admonishing Smite
/useability Slam
As stated earlier did your Slave ding? Just create a new macro line that orders the new ability and away you go.
If you have any problems please post below and I will see what I can do to anwser them I will not be accepting PMed help requests at this time but I will do my best to support any problems here.
As always best when run on my computer.
On a side note: does anyone know the /command to activate a stored macro like a pull message?
This is my new version of the EQ2 Character Remote Control Utility
With this version you can on the fly access ANY ability of the other character as well as send tells, do emotes, dance etc anything that you can do with a /command is now possible with EQ2 CRCU.
Did your Slave Character just ding and get a new ability? No problem it's handled
How to use: down load the file and extract anywhere on your slave's harddrive
right click on eq2crcu.vbs and select edit you will have to update a few variables with in the script.
Once you have opened eq2crcu.vbs find the following lines
installPath = "C:\Program Files\Sony\EverQuest II\logs\"
serverName = "Server Name"
characterName = "Slave_Name"
masterName = "Master_Name"
commandPhrase = "command phrase here"
commandDelimiter = "$"
exitScript = "exit script phrase here"
installPath (variable added for Akanon) this is the path to the log directory in your EQ2 installation. Added here to make it easier for those that installed to d: or other locations use the script easier.
serverName is the server that you play on - ie Blackburrow, Guk, Lucan D'Lere etc
characterName is the name of the character to be controled
masterName is the name of the character that will be issuing the commands
commandPhrase is a security meassure to ensure that only you are able to issue orders to the slave
commandDelimiter probably best to leave this one alone is it part of the parsing process that will pull your order from the log file, changed from ! to $ so you can use ! in chat channels with out messing up the script.
exitScript does basicly that so you can kill the script from the inside remotely.
Once the variables are set then save the file and exit it
Now click the start button, run, cscript <path>\eq2crcu.vbs
now launch eq2 and load up your slave character, turn logging on (/log). NOTE: The script willnot run if you have logging turned on you will get an acess violation.
go to your master's box and load up the master
to issue command you can do it in any chat channel though I would recommend one of the private channels like /tell or /group
The order syntax is as follows
/tell slave commandPhrase $<command>
so if I wanted to tell my slave Forgar the healer to use combat healing and I have set the command phrase to be "do what I say"
/tell Forgar do what I say $useability Combat Healing
Forgar will then cast Combat Healing upon is target
If I want Forgar to target me I would
/tell Forgar do what I say $target Dice
EQ2 CRCU will access the macroing from eq2 and advanced eq2 macros like
/tell Forgar do what I say $: useability Combat Healing; em heals his poor poor Master's booboo
Set up HO macros
/useability <name of HO ability will update this later I can't remember>
/tell Forgar do what I say $useability Smite; useability Admonishing Smite
/useability Slam
As stated earlier did your Slave ding? Just create a new macro line that orders the new ability and away you go.
If you have any problems please post below and I will see what I can do to anwser them I will not be accepting PMed help requests at this time but I will do my best to support any problems here.
As always best when run on my computer.
On a side note: does anyone know the /command to activate a stored macro like a pull message?