Bot Master
Posted: Fri May 21, 2004 1:23 am
I dont know if this is possible, but I figured I'd throw it out as it would come in really handy for me if it were possible.
First off I currently use advbot, so if it coudl work with it it'd be great!
A macro that could be run on a computer that is the master of a bot. You could set what character is the bot and you would be able have a new UI window popup with that bots information. HPs, Mana, Exp, AAExp, Buffs, Memmed Spells, sitting state, paused actions settings (with a toggle check to pause / unpause??), current action (idle, casting xxx on xxx, etc). And also a set of configurable hotkeys (maybe mimic the eq hotkeys, 10 sets of 10 keys).
Further if you have more than one bot under your control it would open a new window for each one with the window name being the bot name of course.
This is probably pretty far fetched and a task to program but I think it would make an oustanding utility for any and all boters.
Now I have programming knowledge so might would give this a go myself in the future if no one else cares to take a stab at it, but I'm not yet familiar enough with macroquest to do it. I'm mainly a VB and VBS programmer so I'd have to get use to whatever mq uses. One question I'd have right off is if MQ has the capability to write to files or not? If so it should be a cench to do this since MQ can return the value of all the things mentioned before, just write it to a file on a set timeframe and the main bot reads the info in from a file and updates the window. (*note this would only work if your on a network or have a way to upload the file to the net for downloading)
Or better yet if MQ can handle cleint server type stuff advbot.mac could be changed slightly to act as a client and connect to this as the server and communicate that way over tcp or something.
Anyway there it is what do yall think?
EDIT:
Oh yeah and I realize for something like this to work some changes would probably have to made to advbot as well, that is to be expected.
First off I currently use advbot, so if it coudl work with it it'd be great!
A macro that could be run on a computer that is the master of a bot. You could set what character is the bot and you would be able have a new UI window popup with that bots information. HPs, Mana, Exp, AAExp, Buffs, Memmed Spells, sitting state, paused actions settings (with a toggle check to pause / unpause??), current action (idle, casting xxx on xxx, etc). And also a set of configurable hotkeys (maybe mimic the eq hotkeys, 10 sets of 10 keys).
Further if you have more than one bot under your control it would open a new window for each one with the window name being the bot name of course.
This is probably pretty far fetched and a task to program but I think it would make an oustanding utility for any and all boters.
Now I have programming knowledge so might would give this a go myself in the future if no one else cares to take a stab at it, but I'm not yet familiar enough with macroquest to do it. I'm mainly a VB and VBS programmer so I'd have to get use to whatever mq uses. One question I'd have right off is if MQ has the capability to write to files or not? If so it should be a cench to do this since MQ can return the value of all the things mentioned before, just write it to a file on a set timeframe and the main bot reads the info in from a file and updates the window. (*note this would only work if your on a network or have a way to upload the file to the net for downloading)
Or better yet if MQ can handle cleint server type stuff advbot.mac could be changed slightly to act as a client and connect to this as the server and communicate that way over tcp or something.
Anyway there it is what do yall think?
EDIT:
Oh yeah and I realize for something like this to work some changes would probably have to made to advbot as well, that is to be expected.