|
 VGE Simple necro hunting bot : VGExtreme General Discussion - Page 2
|
|
Posted: February 25th, 2007, 10:48 pm
|
|
|
|
binafus
Total Posts: 154
Joined: November 3rd, 2006, 4:27 pm
binafus's Reps: 0
|
The Navagation.vbs does not seem to be working correctly.
It will move forward for a period of time that does not seem to matter how far the mob is it is trying to get too.
It also does not turn only runs forward.
I have edited the conts
NAVIGATE_FORWARD
NAVIGATE_ LEFT
NAVIGATE_RIGHT
to the proper keys.
I will gladly share the results just need to get some info that might help me get the navagation working.
I have never used VB before but over the past few days seem to be learning how these scripts work and look forward to making something a bit more advance for fighting.
|
|
|
|
|
Posted: February 26th, 2007, 1:14 am
|
|
|
|
travdoty
travdoty's Reps:
|
armageddon85 (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))): When I open as a project this is the error message I get -
"A startup error occured. Attempted to read or write protected memory. This is often an indication that other memory is corrupt."
do i need to reinstall or redownload something?
i get the same error.
|
|
|
|
|
Posted: February 26th, 2007, 1:25 am
|
|
|
|
lilfisher
Total Posts: 6810
Location: Corona, California
Joined: March 1st, 2005, 12:13 pm
lilfisher's Reps: 63
|
i got that error once, all i did was close VGExtreme entirely and re-opened it and it ran perfectly the 2nd time. havnt had it since because i havnt logged in much in a few days and my premium ran out, need to bug tault_admin to renew it ^^;;
_________________
Click to buy a premium account
|
|
|
|
|
Posted: February 26th, 2007, 4:04 am
|
|
|
|
adamrl018
Total Posts: 97
Joined: November 6th, 2006, 5:27 pm
adamrl018's Reps: 9
|
I get this same error every time it try to run it....
|
|
|
|
|
Posted: February 26th, 2007, 9:48 am
|
|
|
|
sinshar
Total Posts: 199
Joined: February 22nd, 2005, 3:07 pm
sinshar's Reps: 0
|
I didn't have any problems with it when i screwed with it.
|
|
|
|
|
Posted: February 26th, 2007, 10:22 am
|
|
|
|
binafus
Total Posts: 154
Joined: November 3rd, 2006, 4:27 pm
binafus's Reps: 0
|
I figured out what my problem is just not sure how to fix it.
NAVIGATE_ LEFT = &H44
That would be the key to make you turn left "a".
I changed &H44 to &H59 to make the key to turn left be "y".
The program is still using the letter "a" to turn left which is not how I have my keyboard bound.
So my questions is how to I change the Hex codes for my keys and make my program use the new settings.
|
|
|
|
|
Posted: February 26th, 2007, 10:50 am
|
|
|
|
xaraph
xaraph's Reps:
|
travdoty (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))): armageddon85 (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))): When I open as a project this is the error message I get -
"A startup error occured. Attempted to read or write protected memory. This is often an indication that other memory is corrupt."
do i need to reinstall or redownload something? i get the same error. I'm getting the same error. From the debug.log it's breaking when it finds a mob and attempts to turn to it. From the Exhume log at the exact time: (!empty($user->lang['QUOTE'])) ? $user->lang['QUOTE'] : ucwords(strtolower(str_replace('_', ' ', 'QUOTE'))): EXHUME->MarshallPlugins!!!
EXHUME->Found a Plugin Class(VGExtreme)
EXHUME->Successfully loaded Plugin Class!!!
EXHUME->UnMarshallPlugins!!!
RUNTIME SCRIPT ERROR: Unable to cast COM object of type 'XUScripts.ScriptHostClass' to interface type 'XUScripts._ScriptHost'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{3ADB7461-9F7A-4FF0-9EAA-55AD4702AC52}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).: ::: Line:83 nChar:12
SCRIPT ERROR: Unable to cast COM object of type 'XUScripts.ScriptHostClass' to interface type 'XUScripts._ScriptHost'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{3ADB7461-9F7A-4FF0-9EAA-55AD4702AC52}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).: ::: Line:83 Char:12
I removed the times from the lines above because I'm paranoid, but I think it should help regardless. Multiple reloads continued to get the same error.
|
|
|
|
|
Posted: February 26th, 2007, 11:41 am
|
|
|
|
wyvernx
Total Posts: 6718
Joined: May 1st, 2004, 4:00 am
wyvernx's Reps: 21
|
xaraph, when you run VGE 1.1, it shoudl download XUScripts.dll
It should also register the file. You can try manually registering, but vge shoudl do it for you.
_________________
Use Search first, ask questions later!
|
|
|
|
|
Posted: February 26th, 2007, 12:18 pm
|
|
|
|
binafus
Total Posts: 154
Joined: November 3rd, 2006, 4:27 pm
binafus's Reps: 0
|
wyvernx
Does the navagation.vbs only work if you use the same key bindings as you?
If so is there any way to change it?
|
|
|
|
|
Posted: February 26th, 2007, 12:51 pm
|
|
|
|
xaraph
xaraph's Reps:
|
wyvernx (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))): xaraph, when you run VGE 1.1, it shoudl download XUScripts.dll
It should also register the file. You can try manually registering, but vge shoudl do it for you.
After manually registering I still get the runtime script error and the same "A startup error occured. Attempted to read or write protected memory. This is often an indication that other memory is corrupt" that the other guys are getting.
|
|
|
|
|
Posted: February 26th, 2007, 1:31 pm
|
|
|
|
slam666
Total Posts: 1184
Location: Quebec, Canada
Joined: April 21st, 2005, 7:30 am
slam666's Reps: 1
|
xaraph (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))): wyvernx (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))): xaraph, when you run VGE 1.1, it shoudl download XUScripts.dll
It should also register the file. You can try manually registering, but vge shoudl do it for you. After manually registering I still get the runtime script error and the same "A startup error occured. Attempted to read or write protected memory. This is often an indication that other memory is corrupt" that the other guys are getting.
I get this error once in a while, solution reboot your computer  work for me.
_________________
Slam666
Author of EQ2Ultrabot, NOW WITH CRAFTING!!!
Read this before asking for help
|
|
|
|
|
Posted: February 26th, 2007, 7:10 pm
|
|
|
|
icerush
Total Posts: 25
Joined: April 23rd, 2005, 2:24 pm
icerush's Reps: 0
|
xaraph (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))): wyvernx (!empty($user->lang['WROTE'])) ? $user->lang['WROTE'] : ucwords(strtolower(str_replace('_', ' ', 'WROTE'))): xaraph, when you run VGE 1.1, it shoudl download XUScripts.dll
It should also register the file. You can try manually registering, but vge shoudl do it for you. After manually registering I still get the runtime script error and the same "A startup error occured. Attempted to read or write protected memory. This is often an indication that other memory is corrupt" that the other guys are getting.
Ditto. Same error after manual registration. Then I ran again to return to the same error posted above in the log file. I have tried this on three computers now, 2 give this error, and the third is having problems with VGE itself rather than the script.
|
|
|
|
|
Posted: February 27th, 2007, 8:09 am
|
|
|
|
maglins
maglins's Reps:
|
Need a little help. I've done some changes to the Necro Bot for myself and it's a lot faster now. Problem I'm having is I want to place my guy in higher level mobs and cast my 2 dots and then loop my DD spell until the Mob is dead. From what I've managed to figure out in the code it would look like it should work but it doesn't. Can someone help me with this.
Do until (getTargetId = 0 or getTargetHealth = 0)
'Lets be sure we are facing target...
faceMob getTarget
Log.DebugLog ("Cast HOTKEY_ATTACK_SPELL_1...")
VGSendText HOTKEY_ATTACK_SPELL_1
Sleep SLEEP_ATTACK_SPELL_1
exit do
Loop
Is the snipit of code. Thank you for any help.
Here is the whole function.
(!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))): function KillCurrentTarget() 'Send in Pet Log.DebugLog "Sending in Pet..." VGSendText("-") do until (Target.HP < 95) Sleep 1000 Loop Log.DebugLog "Facing Mob..." & Target.HP faceMob getTarget Log.DebugLog "Moving to Target" 'MoveToMob getTarget Log.DebugLog "Wait 2 secs for aggro..." Sleep 2000
'Lets be sure we are facing target... faceMob getTarget Log.DebugLog ("Cast HOTKEY_ATTACK_SPELL_2...") VGSendText HOTKEY_ATTACK_SPELL_2 Sleep SLEEP_ATTACK_SPELL_2
Do until (getTargetId = 0 or getTargetHealth = 0) 'Lets be sure we are facing target... faceMob getTarget Log.DebugLog ("Cast HOTKEY_ATTACK_SPELL_1...") VGSendText HOTKEY_ATTACK_SPELL_1 Sleep SLEEP_ATTACK_SPELL_1 exit do Loop
'Lets be sure we are facing target... 'faceMob getTarget 'Log.DebugLog ("Cast HOTKEY_ATTACK_SPELL_1...") 'VGSendText HOTKEY_ATTACK_SPELL_1 'Sleep SLEEP_ATTACK_SPELL_1
'Lets be sure we are facing target... 'MoveToMob getTarget 'Log.DebugLog ("Auto Attack ON...")
'VGSendText(HOTKEY_AUTO_ATTACK) 'Sleep 1000 'Do until (getTargetId = 0 or getTargetHealth = 0) if (getPlayerHealth = 0) then Log.DebugLog "You have died!~" RunCounter = MAX_RUNS 'this wil stop the script 'exit do end if 'Loop end function
|
|
|
|
|
Posted: February 27th, 2007, 9:04 am
|
|
|
|
xaraph
xaraph's Reps:
|
(!empty($user->lang['QUOTE'])) ? $user->lang['QUOTE'] : ucwords(strtolower(str_replace('_', ' ', 'QUOTE'))): (!empty($user->lang['CODE'])) ? $user->lang['CODE'] : ucwords(strtolower(str_replace('_', ' ', 'CODE'))): Do until (getTargetId = 0 or getTargetHealth = 0) 'Lets be sure we are facing target... faceMob getTarget Log.DebugLog ("Cast HOTKEY_ATTACK_SPELL_1...") VGSendText HOTKEY_ATTACK_SPELL_1 Sleep SLEEP_ATTACK_SPELL_1 exit do Loop Is the snipit of code. Thank you for any help.
That "exit do" is causing it to exit the loop every time you enter it, thus defeating the point of even having a loop. You need to to either remove it, or establish a condition for it.
|
|
|
|
|
Posted: February 27th, 2007, 6:37 pm
|
|
|
|
clobba
clobba's Reps:
|
Hoping we get some feedback on the startup error that seems to be occuring at a fairly high rate, outnumbering the number of people actually able to run the script?
"2/27/2007 09:31:25 PM SCRIPT ERROR: Unable to cast COM object of type 'XUScripts.ScriptHostClass' to interface type 'XUScripts._ScriptHost'. This operation failed because the QueryInterface call on the COM component for the interface with IID '{3ADB7461-9F7A-4FF0-9EAA-55AD4702AC52}' failed due to the following error: Error loading type library/DLL. (Exception from HRESULT: 0x80029C4A (TYPE_E_CANTLOADLIBRARY)).: ::: Line:83 Char:12
"
|
|
|
|
|
Who is online |
|
Users browsing this forum: No registered users and 17 guests |
|
|
|