Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
I reinstalled windows 10, but used old mq install and still the CPU utilization 15-17% for no client on it. Not sure why.
I will look into it tonight. I don't think I implemented anything for escaped characters. It shouldn't be difficult to add support though. There are still a couple bugs I need to fix too.
So, I got delayed a few days, but I added some support for escaped characters. I haven't thoroughly tested it, but if there's a willing volunteer or two, I'll happily post it!
sub Main
/if (${Select[${Me.Class.ShortName},BRD]}) {
/bccmd channels priv privbrd privmelee
}
/if (${Select[${Me.Class.ShortName},SHD]}) {
/bccmd channels priv privtank privmelee
}
/if (${Select[${Me.Class.ShortName},CLR,DRU,SHM]}) {
/bccmd channels priv privheal
}
/if (${Select[${Me.Class.ShortName},MNK,ROG,BER,RNG,BST]}) {
/bccmd channels priv privmelee
}
/if (${Select[${Me.Class.ShortName},WIZ,MAG,ENC]}) {
/bccmd channels priv privcast
}
/if (${Select[${Me.Class.ShortName},WAR]}) {
/bccmd channels priv privtank
}
/if (${Select[${Me.Class.ShortName},BRD]}) {
/bccmd channels priv privbrd privmelee
}
/return
weird i run 72 client often and i never have any issue everyone's connectedare there plans to increase the number of connections to 54?
I think I know why it's high CPU usage... The beta one was built with all the debug info still in there. When I debug it through Visual Studio, I have similar performance issues. I don't know if it's just Visual Studio, or the I/O library I am using that's causing the performance hit. I'll post a new copy (release version instead of debug) shortly. I have been working on a few things. I am still seeing issues with NETBOTS, and haven't really looked into why (been busy with raiding and family stuff).
Edit: Added release version...
I think I know why it's high CPU usage... The beta one was built with all the debug info still in there. When I debug it through Visual Studio, I have similar performance issues. I don't know if it's just Visual Studio, or the I/O library I am using that's causing the performance hit. I'll post a new copy (release version instead of debug) shortly. I have been working on a few things. I am still seeing issues with NETBOTS, and haven't really looked into why (been busy with raiding and family stuff).
Edit: Added release version...
Updated copy of clients.cpp that includes the escaped character fix... Changed bound checking on circular buffer (ringbuffer.cpp) a little to see if it was the cause of corrupted data after NETBOTS is running for a long period of time. It's not fully tested, so if there are issues, please revert back.
At the suggestion of Sicprofundus on Discord, I decided to launch eqbcs.exe and stop the service, then launch eqbcs2.exe because he had informed me that version 2 was more stable.
check out these awesome videos that Redbot put together for new users. it specifically goes over a couple of super key items like eqbc, and mq2navJust downloaded software.
You are not connected. Use /bccmd connect to establish a connection.
Connecting to 127...
Could not connect.
Couldn't find the answer in the forums. Any help?
Fuzz
JimBob,I think the connection is working fine.Make sure you are either using a SSH/VPN tunnel for security (not required, but highly encouraged), and that you have eqbc server listening on a physical interface's IP Address (not 0.0.0.0 or 127.x.x.x).
Yeah but eqbci is windows only right ?You could use eqbci instead of telnet.
Yeah but eqbci is windows only right ?
I'm kinda looking into doing something similar but with a web deployment, so you could watch over your bots remotely from any device/anywhere.
mule has BCZ for broadcast zone? right? that would be super rad. BCA (all), BCG (group), BCR (raid), and BCZ (zone) --- having those would be super handy.We're trying to consolidate all EQBCS versions into this one. Is there anything missing from this version that is present in eqbcs2 and eqbcs-eqmule?
/keypress Duck
This is maybe a little late, but eqbci is cross platform compatible. I wrote it on Linux with QT. I have an Android apk as well....Yeah but eqbci is windows only right ?
I'm kinda looking into doing something similar but with a web deployment, so you could watch over your bots remotely from any device/anywhere.