|
|
|
Page 1 of 1 |
[ 3 posts ] |
|
 Bot Help : VGExtreme General Discussion
|
|
Posted: March 23rd, 2007, 8:24 am
|
|
|
|
srains
srains's Reps:
|
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, 10:37 am
|
|
|
|
sinshar
Total Posts: 199
Joined: February 22nd, 2005, 3:07 pm
sinshar's Reps: 0
|
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, 11:38 am
|
|
|
|
srains
srains's Reps:
|
Thanks for the reply, I appreciate the help
|
|
|
|
|
Who is online |
|
Users browsing this forum: No registered users and 15 guests |
|
|
|