Post Reply Home » Forums » Vanguard » VGExtreme General Discussion

Vanguard Bot - VGExtreme Scritping Service : VGExtreme General Discussion

Posted: March 10th, 2007
Total Posts:48 Joined:2007
wyvernx wrote:Tault_mississippi, I have not run vista yet. so not sure there. So I would guess its not vista compatible yet.


owner2119, yes.. see the Navigation.vbs file included with VGE. Use commands like:

Code: Select all

const NAVIGATE_FORWARD = &H57
const NAVIGATE_LEFT = &H41
const NAVIGATE_RIGHT = &H44

VG.navigation.StartMovement(NAVIGATE_FORWARD)
VG.navigation.StopMovement(NAVIGATE_FORWARD)
ok thanx VG.navigation.StartMovement(NAVIGATE_FORWARD)
works but i dont see a VG.navigation.StartMovement(NAVIGATE_BACK) . Is there a command for walking backwards? I did look in Navigation.vbs file.

Edit : Never mind used VG.navigation.StartMovement(&H53)
Posted: March 10th, 2007
User avatar
Premium
Total Posts:6718 Joined:2004
Sorry about that, I'll add it to the file!

_________________
Use Search first, ask questions later!
Posted: March 10th, 2007
Total Posts:154 Joined:2006
There anything I can do to help get the funtions for crafting added?
Posted: March 10th, 2007
morken
as far as using this with vista... would it be just as efficient to open the script in Exhume and hit F5?
Posted: March 11th, 2007
ventysol
well i finally to load the demo script.. nice little window comes up.. and gives me info..

so i say to myself welp lets try some scripts others have wrote...

load them up.. hit f5.. they do nothing. i do not move.. no message in screen nothing..

i just stand there.. vgextreme does nothing as well.. just sits there..

so im a little bit confused if this is even working at all or not...
any small scripts out there to prove this is even working? my patience is almost ready to run out... and im about to just play the game normally... (imagine that happening)
Posted: March 11th, 2007
User avatar
Premium
Total Posts:6718 Joined:2004
vent, you click on Open Project and find the other script. And click it. Most of the other scripts, you have to save to the same folder as VGE. If you still hav problems, click run with debugger instead if just run.

_________________
Use Search first, ask questions later!
Posted: March 11th, 2007
gheezer
Hey wyvernx, I am getting a few strange results from VGExtreme. Sometimes getNearestMobs does not return some Mobs until they have been targeted. Exiting VGExtreme and restarting does not fix it. I have to exit VG and start over. Also if you leave a Mob targeted and go out of range, sometimes a new Mob will match VG.Target.GUID even though in VG you have nothing targeted.
Posted: March 11th, 2007
User avatar
Total Posts:199 Joined:2005
chan4850 wrote:Hey wyvernx, I am getting a few strange results from VGExtreme. Sometimes getNearestMobs does not return some Mobs until they have been targeted. Exiting VGExtreme and restarting does not fix it. I have to exit VG and start over. Also if you leave a Mob targeted and go out of range, sometimes a new Mob will match VG.Target.GUID even though in VG you have nothing targeted.
Try restarting Vanguard. I have found that i gotta close down VGExtreame.exe and log out of vanguard... problem solved there are some bugs with the client, i don't think its VGextreame. took me 3 days to figure out that it was the client screwing up and not my script.. Uggg.
Posted: March 11th, 2007
User avatar
Premium
Total Posts:6718 Joined:2004
chan4850 I need a way to reproduce it.

_________________
Use Search first, ask questions later!
Posted: March 12th, 2007
User avatar
Total Posts:374 Joined:2005
VGExtreme can only used on 1 PC?
also the only way to run it on 2 maschines is Post a Bug or pay to get an other Taultunlershed account?

if yes is not much friendly for our member many of us running more maschins at home for playing and farming etc.
also is there anything else i can do to run it on 2 Pcs without to pay or post a bug?.
Posted: March 12th, 2007
User avatar
Premium
Total Posts:6718 Joined:2004
Yes you will need to purchase a second accuont if you want to run it on more than one machine at a time.

I would be very carefull if you find a bug around the security system as it will flag your account if it sees it being run on different computers.

_________________
Use Search first, ask questions later!
Posted: March 12th, 2007
avsok12
avsok12 wrote:
adamrl018 wrote:I'm not getting that anymore after I updated. But now I'm getting this when i try to run VG extreme
Image
whats up with this? It dosent show anything. and when i try to run the necro bot it doesn't find my pet i think due to this.
Date: March 10th

I get the same exact problem. Ive tried everything. Nothing seems to work. Might want to look into this... Any idea anyone?

P.S. Again... before update #1 and the most recent patch everything worked fine.

Has anyone been able to figure out why this is happening. It seems that there are a few people with the same problem... Ive tried almost everything i can....

Heres what i found out that bothers me....

For the past few nights i been having the same symptoms. It loaded up and everything seems to work but of course nothing comes up. Last night.... i ran it again and it worked.... it was reading mobs around me. Then when i tried to use the harvest hud... it stopped reading again and hasn't worked since.....

I need help here.
Posted: March 12th, 2007
User avatar
Premium
Total Posts:6718 Joined:2004
Good grief. Read this thread. Delete VGExtreme.exe and run updatevgextreme.exe and it will patch.

_________________
Use Search first, ask questions later!
Posted: March 12th, 2007
Total Posts:48 Joined:2007
i am scraping a area to detect add's. It works fine but if i log out and come back the color number changes. Am i dong this wrong? Shouldnt the color stay the same? The color is from the mobs sidebar and that does not change.

colornumber = 658349
color = Pixel.GetPixelColor(1721,467)
if (color = colornumber) then
add = 1
Log.DebugLog "add is true"
call IsFightingadd
end if
Posted: March 12th, 2007
User avatar
Premium
Total Posts:6718 Joined:2004
I'll add an adds API to VGE. I already found it, just have to open up the API.

_________________
Use Search first, ask questions later!
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 42 guests
Post Reply