|
 VGE Simple necro hunting bot : VGExtreme General Discussion - Page 5
|
|
Posted: March 13th, 2007, 2:08 pm
|
|
|
|
vanguard00
vanguard00's Reps:
|
win xp home media edition
|
|
|
|
|
Posted: March 15th, 2007, 4:47 am
|
|
|
|
vanguard00
vanguard00's Reps:
|
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, 9:51 am
|
|
|
|
wyvernx
Total Posts: 6718
Joined: May 1st, 2004, 4:00 am
wyvernx's Reps: 21
|
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, 2:30 pm
|
|
|
|
tault_happyadam
tault_happyadam's Reps:
|
vanguard00 (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', '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, 5:18 pm
|
|
|
|
antareus
Total Posts: 297
Joined: March 29th, 2006, 8:59 am
antareus's Reps: 11
|
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, 5:31 pm
|
|
|
|
wyvernx
Total Posts: 6718
Joined: May 1st, 2004, 4:00 am
wyvernx's Reps: 21
|
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, 9:10 am
|
|
|
|
matty10
matty10's Reps:
|
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, 7:12 pm
|
|
|
|
edgecrush_td
edgecrush_td's Reps:
|
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, 11:38 am
|
|
|
|
wyvernx
Total Posts: 6718
Joined: May 1st, 2004, 4:00 am
wyvernx's Reps: 21
|
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, 12:45 pm
|
|
|
|
matty10
matty10's Reps:
|
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, 1:00 pm
|
|
|
|
wyvernx
Total Posts: 6718
Joined: May 1st, 2004, 4:00 am
wyvernx's Reps: 21
|
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, 8:07 pm
|
|
|
|
warjun
warjun's Reps:
|
first debug run i get an error in this block
(!empty($user->lang['QUOTE'])) ? $user->lang['QUOTE'] : ucwords(strtolower(str_replace('_', ' ', 'QUOTE'))): 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 (!empty($user->lang['QUOTE'])) ? $user->lang['QUOTE'] : ucwords(strtolower(str_replace('_', ' ', 'QUOTE'))): Error:Line:196, Char: 4::Object requred: 'VG'
can anyone clarify what i need to do to fix this pls?
|
|
|
|
|
Posted: April 13th, 2007, 7:42 pm
|
|
|
|
wyvernx
Total Posts: 6718
Joined: May 1st, 2004, 4:00 am
wyvernx's Reps: 21
|
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, 5:17 am
|
|
|
|
johnhead99
johnhead99's Reps:
|
matty10 (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', '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.
|
|
|
|
|
Who is online |
|
Users browsing this forum: No registered users and 13 guests |
|
|
|