LDoA Level 2-10 working

04/22/2018 21:42 Chris3239#1
I am posting an updated and working version of the LDoA 2-10 bot here.
I changed a few things to make it run more stable and comfortable.

How to use: U will need to have the quest "Charr at the gate" from prince Rurik in Ascalon City.
Just start gw log into your char start the bot and select your character from the drop down menu.

If you have any ideas on how to improve the bot feel free to tell me.
04/25/2018 23:25 ascalondisney#2
By chance do you have a working 10-20?
04/26/2018 15:52 afmart#3
Quote:
Originally Posted by ascalondisney View Post
By chance do you have a working 10-20?
put this file in the same folder, run it,
tried it for 10 run no issues
04/26/2018 19:49 Chris3239#4
Will also be updating the old 10-20 to use the new GUI for more comfort. Once Rescue Farmer Hamnet is Vanguard quest again I will test my update version and upload the new version asap.
04/26/2018 22:16 ascalondisney#5
Quote:
Originally Posted by Chris3239 View Post
Will also be updating the old 10-20 to use the new GUI for more comfort. Once Rescue Farmer Hamnet is Vanguard quest again I will test my update version and upload the new version asap.
Awesome thanks!
04/26/2018 23:33 samulaylo#6
hey man your 2-10 doesnt work for me, the bot comes up but when i start it, it says an error it says incorrect numbers in parameter in function call???
04/27/2018 01:07 Chris3239#7
Quote:
Originally Posted by samulaylo View Post
hey man your 2-10 doesnt work for me, the bot comes up but when i start it, it says an error it says incorrect numbers in parameter in function call???
1st of all: Start Bot as Administrator
If the problem persists can u tell me if the error message gives any kind of further explanation on which line of code the error occurs.
Tested the bot so far on multiple Accounts and OS (Win7, 8, 10) without any failure or other errors. Are you running gw via any launcher or via normal gw.exe?
04/27/2018 07:12 DerMoench14#8
Quote:
Originally Posted by samulaylo View Post
hey man your 2-10 doesnt work for me, the bot comes up but when i start it, it says an error it says incorrect numbers in parameter in function call???
Quote:
Originally Posted by Chris3239 View Post
1st of all: Start Bot as Administrator
If the problem persists can u tell me if the error message gives any kind of further explanation on which line of code the error occurs.
Tested the bot so far on multiple Accounts and OS (Win7, 8, 10) without any failure or other errors. Are you running gw via any launcher or via normal gw.exe?
@[Only registered and activated users can see links. Click Here To Register...]: It's irrelevant to the error.
@[Only registered and activated users can see links. Click Here To Register...]: On what line did the error occurred ?
04/27/2018 10:43 samulaylo#9
line 11016
04/27/2018 11:42 DerMoench14#10
Plz do not run the compiled exe.
Run it with Autoit (rightklick -> run(x86)) and tell me again.
04/27/2018 22:11 samulaylo#11
now it says line 107
04/27/2018 22:40 DerMoench14#12
I assume you're using the updated GWA2 from tjubutsi.
For some reason the initialization function is different.

This should fix your Problem:

Exchange Line 102 and 107 in LDoA 2 -10.au3
Code:
If Initialize(ProcessExists("gw.exe"), True, True, False) = False Then
If Initialize(GUICtrlRead($txtName), True, True, False) = False Then
with
Code:
If Initialize(ProcessExists("gw.exe"), True) = False Then
If Initialize(GUICtrlRead($txtName), True) = False Then
04/28/2018 00:00 samulaylo#13
well i would change it if it let me save it -_- saying it cant save

nvm its working! thank you so much :D
05/01/2018 16:30 samulaylo#14
hey sorry to be a pain again this one does seem to want to work either, it says

line 93
func toggle rendering
error: duplicate function name
05/01/2018 16:45 DerMoench14#15
Just comment out the whole Function (from Func - EndFunc) at line 93.