Post Reply Home » Forums » Vanguard » VGExtreme General Discussion

Vanguard Bot - VGExtreme Scritping Service : VGExtreme General Discussion

Posted: February 17th, 2007
User avatar
Premium
Total Posts:6718 Joined:2004
jdillard, slam666 is alredy on it. He made the ultra bot and as far as I know he is converting it to XUM/VGE.

jdillard, the difference between XU/XUM is that XU hooks in to the game and your UI for scripting is IN the game. XUM runs outside the game and the UI is in its own window. THe biggest benefit is being able to run scripts and debug them in a editor with XUM.


sinshar, grab EQ2UltraBot from the EQ2 section. extract the navagation.vbs file. It has everything in there to do navigation with very slight modifications. Then just use the include script API to include it and make yoru calls.

_________________
Use Search first, ask questions later!
Posted: February 17th, 2007
jdillard
Okay cool, well I'm just going to poke around with it a lil bit more. That's how I learn to code. Got a question. How do you call a sub from another vbscript? I Tried Call Whatever() And it never showed that it was ran. It looks like it just continued with the code without even running it. Thanks alot for all your help as I learn.
Posted: February 17th, 2007
morephius
guys I am new to this bot can, i have read and still not able to get this to work can anyone please post some links and little more definition how to set it up?

thx alot head of time
Posted: February 17th, 2007
User avatar
Premium
Total Posts:6718 Joined:2004
You have to import the other script.

Look for a line in my file called RunScript (bla.vbs)

That basically loads in the other script but not into the editor.

You can use also:

ImportScript "ScriptName" and it will load it into the editor under a seperate tab.

_________________
Use Search first, ask questions later!
Posted: February 17th, 2007
User avatar
Premium
Total Posts:6718 Joined:2004
morephius, there was a step by step in a few pages up.

Let us know what you are doing and what is not/is working.

_________________
Use Search first, ask questions later!
Posted: February 17th, 2007
User avatar
Total Posts:257 Joined:2004
WyvernX - could you change your sample script to use ImportScript instead of runscript? I think that would make it a little more obvious to new people what is happening when they see both of them autoload into the editor.
Posted: February 17th, 2007
User avatar
Total Posts:199 Joined:2005
Anyone Know how to do Timers in VBS?

I am trying to keep track of When I can cast my skill again

Thanks
Posted: February 17th, 2007
edtstu
It keeps telling me i need windows script debugger then send me to a blank webpage on MSDN. Anyone have a DL link for this?
Posted: February 17th, 2007
morephius
same error message as above any help here?
Posted: February 17th, 2007
User avatar
Total Posts:257 Joined:2004
Reading the Exhume Download Thread would have solved this challenge for you guys.

If you don't have windows script debugger installed - grabbed it from http://www.iis-resources.com/modules/my ... 39&lid=171 and everything should load up fine now.
Posted: February 17th, 2007
macrossru
Ok, another question for 'Mob ObjectTypes is it possible to specify further what type of resource (node, tree, tier1, treir2 or even by names). Or point me in the right direction where i can figure it out myself i guess
Posted: February 17th, 2007
User avatar
Total Posts:257 Joined:2004
Wyvern, I try

VG.MobArray.GetNearest(VG.Player, 40000, 0);

In javascript and don't appear to be getting anthing back. Running the same thing in vbscript seems to work fine. Is it really an array? Or some other sort of object?
Posted: February 17th, 2007
User avatar
Premium
Total Posts:6718 Joined:2004
Yes it is an array. Does it return null or ??

I was having some trouble with some functions that required an object. And in the next version i'm gonna push has a mob.ByRef function to get past the var type that VBS converts things to.

I'll try running that on JS your function above and see what happens.

_________________
Use Search first, ask questions later!
Posted: February 18th, 2007
User avatar
Total Posts:257 Joined:2004
Sorry, I should have posted what it did return in my first post. It appears to be null. So, you plan to put an iterator in the service such that we can do something like.
Posted: February 18th, 2007
morephius
got it up and running thx for the debug link.

would anyone post a copy of their script or a good like to follow to setup my own script?

thx for any help :)
Want Advertisements After The Last Post Removed? Create A Free Account!
blue large dotWho is online
Users browsing this forum: No registered users and 36 guests
Post Reply