Post Reply Home » Forums » Vanguard » VGExtreme General Discussion

VGE Simple necro hunting bot : VGExtreme General Discussion

Posted: March 13th, 2007
vanguard00
win xp home media edition
Posted: March 15th, 2007
vanguard00
its xp home edition so it should work.. anyone can pm and find a way to talk to me online about it? I feel like i spent 25 dollars for nothin
Posted: March 15th, 2007
User avatar
Premium
Total Posts:6718 Joined:2004
vanguard00, please post a new thread so this one about the bot isnt hijacked.

Any further replies about this will be deleted in this thread.

_________________
Use Search first, ask questions later!
Posted: March 18th, 2007
tault_happyadam
vanguard00 wrote:I get vanguard in windowed mode and turn on VGE and point it to any bot or program like ResourceHud and I hit f5 or click to start and nothing happens in game nor do I see any errors in the debug. I put the addons (programs inside the same folder as my vge. If any files go along with it I put it in its associated folder ie includes. It might be easier if someone wouldnt mind pm'ing me their screen name of some type msn, aim, icq, yahoo.. so that way I am troubleshooting in real time just incase the prescribed cure doesn't work for me through forum reply.
Install and register XUnleashed.
Posted: March 24th, 2007
User avatar
Total Posts:297 Joined:2006
How would I go about adding a command which changes the hotbar bank to forexample hotbar 2?
The reason I'm asking is because I want to add a self buffer to my bot, yet my buffs are on a different hotbar then my attacks.
Posted: March 24th, 2007
User avatar
Premium
Total Posts:6718 Joined:2004
It depends on the hotbar.

Ie you can shift, ctrl, and alt select hotkey buff/icon on your hotbar.

Just send those keys.

Ie VG.VGSendText("^1") would send ctrl 1 and press that hotkey.

See your vg command list for what the keys are for different hotkey bars.

_________________
Use Search first, ask questions later!
Posted: April 4th, 2007
matty10
Ok I loaded the bot with fresh and updated version of VGExtreme. I ran and get "Error:Line::263, Chara: 4::Object required:'FindMyPet'
Posted: April 10th, 2007
edgecrush_td
Can someone post full scripts that are working for them? I'm having trouble getting the bot to target mobs. Where in the script are these values changed, and the format?
Posted: April 11th, 2007
User avatar
Premium
Total Posts:6718 Joined:2004
matty10, make sure you have a pet summoned.

edgecrush, all of the confirmed scritps are working. See the programs forum.

_________________
Use Search first, ask questions later!
Posted: April 11th, 2007
matty10
Sorry I forgot to clarify. My pet is out first. It then summons my pet again ( Even though it is out) and then it displays this message
Posted: April 11th, 2007
User avatar
Premium
Total Posts:6718 Joined:2004
I'd check what the script is returning at that line and go from there. It could be that some minor logic has changed.

_________________
Use Search first, ask questions later!
Posted: April 12th, 2007
warjun
first debug run i get an error in this block
Function KillNearestTarget
Dim aTarget
set aTarget = FindTarget(3,5,40*VG_YARDS)
Dim bGotTarget
if (aTarget = getPlayer) then
'Invalid or no targets nearby
KillNearestTarget = false else
bGotTarget = TargetNearestMob(aTarget)
'Hit tab once to see if the next closest is it.
if (bGotTarget = false) then
bGotTarget = TargetNextMob(aTarget)
end if

if (bGotTarget = false) then
Log.DebugLog "Could not target mob"
KilLNearestTarget = false
else
set aTarget = getTarget 'Have to assign vars byref
if (getTargetHealth = 100) then
call KillCurrentTarget
KillNearestTarget = true
else
Log.DebugLog "This mob was claimed. (HP<100%)"
KillNearestTarget = false
end if
end if
end if
end function
i get
Error:Line:196, Char: 4::Object requred: 'VG'
can anyone clarify what i need to do to fix this pls?
Posted: April 13th, 2007
User avatar
Premium
Total Posts:6718 Joined:2004
VG is part of VGExtreme. You have to run this script within VGExtreme. Download it first.

_________________
Use Search first, ask questions later!
Posted: May 10th, 2007
johnhead99
matty10 wrote:Sorry I forgot to clarify. My pet is out first. It then summons my pet again ( Even though it is out) and then it displays this message
Join the club. You are about the 100th to have this problem. Myself included. When I get home tonight, I have about 6 hours Im going to burn to work it out.
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 7 guests
Post Reply