Post Reply Home » Forums » Vanguard » VGExtreme General Discussion

Bot Help : VGExtreme General Discussion

Posted: March 23rd, 2007
srains
Due to windows vista, I cannot use VGExtreme. I am looking for suggestions/help on buidling a bot. In the past I have usually been able to build a bot because most games allow you to target and select attack and your character will automatically run to the target and start attacking. With Vanguard that does not happen, you can target but you must be within attack range. How would I go about building a bot that will run to the target? How would I access the necessary information. I would even appreciate the general concept of how this is done and try to workout the details my self
Posted: March 23rd, 2007
User avatar
Total Posts:199 Joined:2005
Well, you will need to aqqure a target, there are several methods
Then you will need to move to the target.

to give youan idea.
You Could do something simular to this.

Send your Target nearest mob key.
Like this.
VGSendText"{F8}"
Then define a variable to hold the mob and get the mob object
dim Mytarget
Mytarget = getTarget()

Thjen make a call to moveTo
Moveto(Mytarget.X, Mytarget.Y)

then send your attack command
VGSendCommand "/autoattack"
Posted: March 23rd, 2007
srains
Thanks for the reply, I appreciate the help
Ready to join the community? Click here and see all of the benefits!
blue large dotWho is online
Users browsing this forum: No registered users and 9 guests
Post Reply