unfortunately the salad farm does not work in your bot. It runs the whole way without killing a single Iboga.
That is the case because you compare the agentIDs to 4384 in your GetIbogaInRange function but the ID for Ibogas has changed to 4388 (line 684).
That's not mine, i have just updated it and uploaded because someone requested. Never tried the salad function as it's a totally pointless pcon in my opinion. But thanks for the info, this way anyone can fix it (who needs the salad farm).
Edit: Oh, i see you have uploaded a working one, so it doesn't even need fixing now
The bot posted a few pages ago is working "ok". It shouldn't crash.
Do you have Keirans bow equipped? There is a seperate .au3 file if you don't have the bow yet.
yeah i have the bow equipped on weapon slot 2. The bot also starts correctly, travels and zones into the HoM. However, when it states 'Entering Quest' i get a Disconnect Message from the Game everytime i tried so far.
yeah i have the bow equipped on weapon slot 2. The bot also starts correctly, travels and zones into the HoM. However, when it states 'Entering Quest' i get a Disconnect Message from the Game everytime i tried so far.
does your account have proph ? - i know this should be obvious but it happend to me too recently so - you need proph activated otherwise game won't let you enter this quest
yeah i have the bow equipped on weapon slot 2. The bot also starts correctly, travels and zones into the HoM. However, when it states 'Entering Quest' i get a Disconnect Message from the Game everytime i tried so far.
Are you sure you got the needed headers right?
Sounds like something is wrong with the dialog interaction (?)
This one is working for me (tried a few runs). It is the one which was posted some pages earlier.
You can also use it for debugging yours.
Are you sure you got the needed headers right?
Sounds like something is wrong with the dialog interaction (?)
This one is working for me (tried a few runs). It is the one which was posted some pages earlier.
You can also use it for debugging yours.
Yeah i tried it with that bot in the first place. Dc's every time it tries to enter.
Now im getting really confused since its happening with the ToC bot as well.
After 1 completed run, when trying to resign/travel back to ToA it gets a DC... sounds like something is wrong with my Game Settings I assume?
Game is set to English with rest on default and small Interface Size, that should be the right settings, right?
Edit: Got it working now! Thanks for the help to both of u guys, appreciate it!
Yeah i tried it with that bot in the first place. Dc's every time it tries to enter.
Now im getting really confused since its happening with the ToC bot as well.
After 1 completed run, when trying to resign/travel back to ToA it gets a DC... sounds like something is wrong with my Game Settings I assume?
Game is set to English with rest on default and small Interface Size, that should be the right settings, right?
Edit: Got it working now! Thanks for the help to both of u guys, appreciate it!
What did you do for fixing it? I get DC's as well, as soon as it starts to loot and so on..
well that gwa2 is not fully updated but the points mentioned should work
this already helps a lot, thank you. Guess i gotta check out that gwa thing..
i run the game in english, audio language english as well, full mode (not in a window) i have everything on standard.
do i forget something?
the omnifarmer is strange as well - am i logged in with my mesmer, it works for vanguard farming.
Am i logged in with something else, it does not work.
Hi, I'm trying to get my Dervish feather bot working; G2A is updated. It sets up resign, then when it starts running, I get this error:
Line 266
If IsRecharged(6) Then UseSkillEx(6)
If ^ ERROR
Error: Unkown function name.
Here's what that entire section of code looks like in the script:
Code:
Func MoveRun($DestX, $DestY)
If GetMapLoading() == 2 Then Disconnected()
If GetIsDead(-2) Then Return
Local $Me
Move($DestX, $DestY)
Do
If GetMapLoading() == 2 Then Disconnected()
If IsRecharged(6) Then UseSkillEx(6)
If IsRecharged(5) Then UseSkillEx(5)
$Me = GetAgentByID(-2)
If DllStructGetData($Me, "HP") < 0.95 Then
If GetEffectTimeRemaining(1516) <= 0 Then UseSkillEx(8)
EndIf
If GetIsDead(-2) Then Return
If DllStructGetData($Me, 'MoveX') == 0 Or DllStructGetData($Me, 'MoveY') == 0 Then Move($DestX, $DestY)
RndSleep(250)
Until ComputeDistance(DllStructGetData($Me, 'X'), DllStructGetData($Me, 'Y'), $DestX, $DestY) < 250
EndFunc
Hey mate, yeah i think my GWA2 should be fine. Keiran is working pretty well now. and concerning the ToC bot i think the PickUpLoot function is missing some lines and some other little problems as well that cause the error. So i will take a look at it, trying to fix it on my own for now.
Good practice to get into the botting a bit more.
Hi, I'm trying to get my Dervish feather bot working; G2A is updated. It sets up resign, then when it starts running, I get this error:
Line 266
If IsRecharged(6) Then UseSkillEx(6)
If ^ ERROR
Error: Unkown function name.
Here's what that entire section of code looks like in the script:
Code:
Func MoveRun($DestX, $DestY)
If GetMapLoading() == 2 Then Disconnected()
If GetIsDead(-2) Then Return
Local $Me
Move($DestX, $DestY)
Do
If GetMapLoading() == 2 Then Disconnected()
If IsRecharged(6) Then UseSkillEx(6)
If IsRecharged(5) Then UseSkillEx(5)
$Me = GetAgentByID(-2)
If DllStructGetData($Me, "HP") < 0.95 Then
If GetEffectTimeRemaining(1516) <= 0 Then UseSkillEx(8)
EndIf
If GetIsDead(-2) Then Return
If DllStructGetData($Me, 'MoveX') == 0 Or DllStructGetData($Me, 'MoveY') == 0 Then Move($DestX, $DestY)
RndSleep(250)
Until ComputeDistance(DllStructGetData($Me, 'X'), DllStructGetData($Me, 'Y'), $DestX, $DestY) < 250
EndFunc
Dude ... Unknown function Name guess what error this could be .. your GWA2 doesn't have the needed function obviously ..
Quote:
Originally Posted by Tanni95
Hey mate, yeah i think my GWA2 should be fine. Keiran is working pretty well now. and concerning the ToC bot i think the PickUpLoot function is missing some lines and some other little problems as well that cause the error. So i will take a look at it, trying to fix it on my own for now.
Good practice to get into the botting a bit more.
Thanks for the heads up mate!
GWA2 is definitly not fine currently many things are broken - not everything works - so you need some workarounds for some parts or fix the assembly
--> if you want to finde the errors set Out's at suiting points or comment certain parts and look if the error still happens - gl