If you got more important questions just ask. We will add them to this FAQ however please dont ask questions like "ITS NOT WORKING" or "I DONT KNOW WHATS WRONG BUT THE BOT DOESNT DO ANYTHING" etc.
Autoit Version 3.2.10.0
Errors can occur if you use an other version.
Newest Version: 3.2.12.1
Note:
Delay times are ALWAYS in milliseconds!
That means: 1000 millisec = 1 sec
; For all problems concerning "Hero XY gets his orders too early/late disable Anti-Alasing and change the mousespeed. (Most of the times increase the mousespeed.)
;---> Settings.ini
;Q: The bot runs fine in the semi-automatic mode however he doesnt find the way out of the outpost. Whats wrong?
;A: It could be that you binded a hotkey wrong or your mousespeed is to fast/slow.
;Q: My resolution is "whatever". What can I do?
;A: Change it to fullscreen - 1280x1024 or rewrote all mouseclick/pixelsearch/pixelgetcolor commands so they fit for your resolution.
;line:
172,177,185,188,191,199,202,205,230,236,239,245,24 8,254,257,260,265,268,273,276,281,284,409,415,421, 583,589,595,707
713,719,831,837,843,959,965,971,1095,1103,1117,112 2,1125,1130,1133,1138,1141,1194,1200,1206,1212,125 0,1290,1298,1316
1346,1394,1397,1449,1452,1457,1461,1465,1470,1473, 1483,1492,1495,1504,1510,1513,1519,1522,1528,1531, 1534,1539,1542
1547,1550,1555,1558,1608,1613,1621,1624,1627,1635, 1638,1641,1666,1675,1681,1684,1690,1693,1696,1701, 1704,1737,1745
1759,1764,1767,1850,1856,1862,1868,1879,1884,1890, 1896,1907,1912,1922,1927,1950,1954,2054,2117,2169, 2172,2177,2181
2185,2190,2193,2203,2212,2221,2227,2230,2236,2239, 2245,2248,2251,2256,2259,
;Q: In which line can I change the coords for the field where I write my chars name to donate the points?
;A: line: 1447-1476 and line 2167-2196
;Q: Where can I change the bot so he leaves the outpost using the outpost sign and not the npcs?
;A: Inside settings.ini change it to "0"
;Q: After some time GW closes itself.
;A: Upgrade your RAM.
;Q: He leaves the outpost but dont set the flags and dont use any skills. After some time he suddenly goes into the guildhall.
;A: Install TexMod [ ... ] or check your hotkey bindings
;Q: The "markers.tpf" cant be loaded and if it works there are green dots inside the outpost.
;A: That happens if Guild Wars downloads some files in the background which leads the TexMod files to the wrong location.
;Possible solutions:
;1. Start Guild Wars using -image in the command line to download all files for Guild Wars before you start the bot.
;2. Go 2 second time into the outpost.
;Q: Can you locate some colors using PixelGetColor in the reward window?
;A: Sure. All you need to do is pick up the colors using Au3info Tool (RGB Mode) and change the bot code in the following lines:
;line: 1447-1476
Select
Case = 1 ; Boost your alliance s faction
MouseClick("left", Random(502, 778), Random(639, 664), 1, )
= Random(500, 1000)
Sleep()
MouseClick("left", Random(354, 924), Random(588, 594), 1, )
= Random(500, 1000)
Sleep()
Send(, 1)
MouseClick("left", Random(666, 790), Random(733, 750), 1, )
= Random(500, 1000)
Sleep()
MouseClick("left", Random(354, 924), Random(588, 594), 1, )
= Random(500, 1000)
Sleep()
MouseClick("left", Random(666, 790), Random(733, 750), 1, )
= Random(500, 1000)
Sleep()
Case = 2 ; Get Amber Chunks
MouseClick("left", Random(498, 777), Random(505, 534), 1, )
= Random(500, 1000)
Sleep()
MouseClick("left", Random(497, 780), Random(564, 593), 1, )
= Random(500, 1000)
Sleep()
EndSelect
;and line 2167-2196
Select
Case = 1 ; Boost your alliance s faction
MouseClick("left", Random(502, 778), Random(639, 664), 1, )
= Random(500, 1000)
Sleep()
MouseClick("left", Random(354, 924), Random(588, 594), 1, )
= Random(500, 1000)
Sleep()
Send(, 1)
MouseClick("left", Random(666, 790), Random(733, 750), 1, )
= Random(500, 1000)
Sleep()
MouseClick("left", Random(354, 924), Random(588, 594), 1, )
= Random(500, 1000)
Sleep()
MouseClick("left", Random(666, 790), Random(733, 750), 1, )
= Random(500, 1000)
Sleep()
Case = 2 ; Get Jadeite Shards
MouseClick("left", Random(498, 777), Random(505, 534), 1, )
= Random(500, 1000)
Sleep()
MouseClick("left", Random(497, 780), Random(564, 593), 1, )
= Random(500, 1000)
Sleep()
EndSelect
;and change this to:
Select
Case = 1 ; Boost your alliance s faction
MouseClick("left", Random(502, 778), Random(639, 664), 1, )
= Random(500, 1000)
Sleep()
MouseClick("left", Random(354, 924), Random(588, 594), 1, )
= Random(500, 1000)
Sleep()
if pixelgetcolor(x,y) = deine herausgefunde farbe an x,y then ;if
Send(, 1)
MouseClick("left", Random(666, 790), Random(733, 750), 1, )
= Random(500, 1000)
Sleep()
MouseClick("left", Random(354, 924), Random(588, 594), 1, )
= Random(500, 1000)
Sleep()
MouseClick("left", Random(666, 790), Random(733, 750), 1, )
= Random(500, 1000)
Sleep()
endif ;endif
Case = 2 ; Get Amber Chunks
MouseClick("left", Random(498, 777), Random(505, 534), 1, )
= Random(500, 1000)
Sleep()
MouseClick("left", Random(497, 780), Random(564, 593), 1, )
= Random(500, 1000)
Sleep()
EndSelect
;Q: It seems that something is wrong. I can see my heroes/henchies on the radar and suddenly they die.
;I think the map is 100% accurate so the bot sends them to the wrong locations.
;Could somebody make a screenshot where i can see the points where the bot needs to send them so I can fix it by myself.
;A: A screenshot which shows you how your interface should look like can be found inside the .rar archive.
|