taultunleashed logoVanguard Bot - VGExtreme Scritping Service : VGExtreme General Discussion - Page 12
newtopic  postreply
 [ 483 posts ]  Previous  1 ... 9, 10, 11, 12, 13, 14, 15 ... 33  Next
blue large dot

Vanguard Bot - VGExtreme Scritping Service : VGExtreme General Discussion - Page 12

Posted: March 3rd, 2007, 12:58 pm
 
wyvernx

Total Posts: 6718
Joined: May 1st, 2004, 4:00 am
wyvernx's Reps: 21
User avatar
administrator
premium
ophidian , see the Resource HUD demo, it has what you need in it.


For the invalid login, check your login name/pass. It is the same as the forum.

_________________
Use Search first, ask questions later!


Reply with quote
Posted: March 5th, 2007, 9:24 am
 
sinshar

Total Posts: 199
Joined: February 22nd, 2005, 3:07 pm
sinshar's Reps: 0
User avatar
Active User > 50 Posts
Some things I noticed now that i have some time into vanguard scripting.

1) Corpses, It seems sometimes When i do acheck for a targets Health being 0 it don't show thus, cuases the script to think its still fighting. This could be Game Lag related, or simply Jsut the buggy client?


What i did to get around this was add a check for a "" named mob.

it is just odd.. i can't figure it out but i will.


Reply with quote
Posted: March 5th, 2007, 9:49 am
 
wyvernx

Total Posts: 6718
Joined: May 1st, 2004, 4:00 am
wyvernx's Reps: 21
User avatar
administrator
premium
You have to wait for the client to update the mob health.

Add a small delay after you target somthing before you check its health.

_________________
Use Search first, ask questions later!


Reply with quote
Posted: March 5th, 2007, 2:09 pm
 
tault_lostsk8r
tault_lostsk8r's Reps:
User avatar
so to spare 12 pages of reading, is this bot efficient yet?


Reply with quote
Posted: March 5th, 2007, 2:16 pm
 
lilfisher

Total Posts: 6810
Location: Corona, California
Joined: March 1st, 2005, 12:13 pm
lilfisher's Reps: 63
User avatar
Moderator
the scripting service isnt a bot, just a way to make a bot.

_________________
Click to buy a premium account


Reply with quote
Posted: March 5th, 2007, 3:59 pm
 
sinshar

Total Posts: 199
Joined: February 22nd, 2005, 3:07 pm
sinshar's Reps: 0
User avatar
Active User > 50 Posts
The service is bad !@#$%^&*, I think Wyvernx has done a great job. Thanks.
I have 2 forms of scripts i have wrote with it, one that has goten me from level 20 to 30 Ahhhh...

and my new one that i was able to acheive level 11 to 21 from friday to sunday.

I'm totaly new to this,but have managed to do soemthings that i find are Well, i like scripting better then playing right now, I just want a crafting bot hehe
*looks at wyvernx**

oh ..Thanks for the tip on the letting the client update

When i get a few more bugs worked out of my scripts i will post them,
1 is a down and dirty Kil kill kill.
The new one actualy checks for other people, moves away from them, handles multible adds, etc.etc.


ps: what does theMobID return is it a unique Integer? I"M not at home to shove it into my debug hud.. I
PSS: We need the NAME of the TARGET of the mob. that would be sweet.
For example WHO the mob targeted is pissed off at ,
Would make it easier to see if we were in fact the target that the mob was attaclking
it shows in the client under the mob,..


Reply with quote
Posted: March 5th, 2007, 6:23 pm
 
wyvernx

Total Posts: 6718
Joined: May 1st, 2004, 4:00 am
wyvernx's Reps: 21
User avatar
administrator
premium
Sure, I can add Mob's Target. It would return an object which you could then just get the name, but yea. I'll slate it for the next release.

Currently working on the crafting API's now. And working on converting EQ2 over to XUM.

_________________
Use Search first, ask questions later!


Reply with quote
Posted: March 6th, 2007, 7:27 am
 
binafus

Total Posts: 154
Joined: November 3rd, 2006, 4:27 pm
binafus's Reps: 0
User avatar
Active User > 50 Posts
I was wanting to send a command to Vanguard to use the additional hot bars.

How would you send ALT-3 or CTRL-3 to Vanguard?


Reply with quote
Posted: March 6th, 2007, 9:40 am
 
wyvernx

Total Posts: 6718
Joined: May 1st, 2004, 4:00 am
wyvernx's Reps: 21
User avatar
administrator
premium
its easy...

VGSendText "^3" will send ctrl-3

VGSendText "+3" will send Shift-3

VGSendText "%3" will send alt-3

_________________
Use Search first, ask questions later!


Reply with quote
Posted: March 7th, 2007, 7:47 am
 
adamrl018

Total Posts: 97
Joined: November 6th, 2006, 5:27 pm
adamrl018's Reps: 9
User avatar
Active User > 50 Posts
VGExtreme WAS working great but now i get this error when i log in...

A startup error occurred.
Error in Memory Parsing!

PLEASE HELP ME! :)


Reply with quote
Posted: March 7th, 2007, 8:08 am
 
maglins
maglins's Reps:
User avatar
It's simple. It's broken atm. They did some patching and probably moved some memory addresses around. Looking forward to getting it up and working again.


Reply with quote
Posted: March 7th, 2007, 11:58 am
 
wyvernx

Total Posts: 6718
Joined: May 1st, 2004, 4:00 am
wyvernx's Reps: 21
User avatar
administrator
premium
The patch today probably broke some things.. it was a big patch.

Let me check it...

_________________
Use Search first, ask questions later!


Reply with quote
Posted: March 7th, 2007, 3:13 pm
 
sinshar

Total Posts: 199
Joined: February 22nd, 2005, 3:07 pm
sinshar's Reps: 0
User avatar
Active User > 50 Posts
Thanks WyvernX.... I see % is the ALT key. thats great.

that client side issue was totaly my proiblem
I have also found that looknig for the word corpse in the target name works Very effectivly as well.
I would love a who the mob is targeting returning an object. would be sweet.

I didn'tget much time last night to screw with mycode much but I am fairly certain i have sucessfully handled the Problems with adds. and such I do know that there are some Rare circumstances that Iwill need to anticipate and handle and i need to speed up some of the code To be more responsive..but all in all i am getting more confident with my little project. I really want to share it with ya all, but i won't until i'm firmly convinced other can enjoy it with little understanding and intervention.


Reply with quote
Posted: March 7th, 2007, 6:27 pm
 
adamrl018

Total Posts: 97
Joined: November 6th, 2006, 5:27 pm
adamrl018's Reps: 9
User avatar
Active User > 50 Posts
AAANNNYY idea when its going to be back up? :-\
Im still getting the error


Reply with quote
Posted: March 7th, 2007, 7:05 pm
 
logicbomb
logicbomb's Reps:
User avatar
I'm getting the same error as well.:(


Reply with quote
Want Advertisements After The Last Post Removed? Create A Free Account!

blue large dot Who is online
Users browsing this forum: No registered users and 10 guests

Popular Sections
SWTOR Cheats
Guild Wars 2 Cheats
Guild Wars 2 Hacks
Guild Wars 2 Bots
Diablo 3 Cheats
Guild Wars 2 Mods

Popular Sections
WoW Cataclysm Cheats & Exploits
WoW Cataclysm Hacks & Bots
Star Wars The Old Republic Cheats
SWTOR Mods
Torchlight 2 Cheats
SWTOR Space Mission Bots
Site Nav and RSS
RSS Feed of VGExtreme General Discussion RSS Feed 
Sitemap of VGExtreme General Discussion Sitemap 
SitemapIndex SitemapIndex
RSS Feed RSS Feed
Channel list Channel list
left bottom corner Site and Contents Copyright 2001-2012 All Rights Reserved TaultUnleashed.com bottom corner
top left
top right
createaccount
Username:   Password:   Remember Me?