BotsHub

04/28/2026 23:52 CookiesCream#331
new gameupdate... now the bot chrashes every time, when it is trying to sell something. :(
04/29/2026 00:27 shisan18399#332
Thanks for sharing

thanks for share

Thanks for sharing this awesome release!
04/29/2026 01:22 ThreeSixteenSCSA#333
yeah i think the model IDs changed as mantids dont work anymore, says cant find model id for the hero n just stops working. anyone know what line the model ID check is at and what the model id for the paragon is? thanks
04/29/2026 11:43 eskel2#334
After the yesterday's update the bot crashes each time it finishes any run. It just goes to Eye of the North, talks to the Merchant and crashes.

Would anyone have any time to check this please?
04/29/2026 15:25 CookiesCream#335
take a look in the gitty... there is a solution
04/30/2026 08:46 AndaraX42#336
08:44:29 - Going into Hall of Monuments
08:44:49 - Entering Auspicious Beginnings quest
08:44:49 - Changing Weapons: Slot-4 Keiran Bow
08:45:12 - Run failed after: 0min 52s
08:45:13 - Starting run 2
08:45:14 - Entering Auspicious Beginnings quest
08:45:14 - Changing Weapons: Slot-4 Keiran Bow
08:45:33 - Run failed after: 0min 19s
08:45:34 - Starting run 3
08:45:35 - Entering Auspicious Beginnings quest
08:45:35 - Changing Weapons: Slot-4 Keiran Bow
08:45:53 - Run failed after: 0min 19s
08:45:54 - Starting run 4
08:45:55 - Entering Auspicious Beginnings quest
08:45:55 - Changing Weapons: Slot-4 Keiran Bow



Keiran atm.

he talks to the "thing" and then nothig happens.
04/30/2026 11:15 mathaxi#337
Hello, for Keiran, line 166 on file src\missions\WarSupplyKeiran, you have to change the quest Dialog ID, it changed since the last update :


Func EnterAuspiciousBeginningsQuest()
If GetMapID() <> $ID_HALL_OF_MONUMENTS Then Return $FAIL
; hexadecimal code of dialog id to start Auspicious Beginnings quest
;MAV30042026 : Before Local $questDialogID = 0x644
Local $questDialogID = 0x648
05/01/2026 15:40 Coaxx123#338
You guys are all so nice to each other over here, what on earth happened in between? :hell:
05/04/2026 08:23 Synaphix#339
Hi, tried to join Discord but latest invite link is dead again.

I've started Guild Wars in admin, installed AutoIT 3.3.16.0, sqlite3 is installed on C:\sqlite3 and I added the PATH for it, then started AutoIt in x86 which I then pick the BotHub file and then when I select my character and run LDoA script, it crashes the game with:

Exception: c0000005
Memory at address 26f266d8 could not be written
App: Gw.exe

Any ideas on a fix please? Thanks!
05/05/2026 10:08 ThreeSixteenSCSA#340
i believe all bots are broken atm since the dungeon update. wait for kro to update on when/if it gets fixed
05/05/2026 10:26 tonreuf#341
The Py4GW script library is still working, no broken headers problem
05/06/2026 12:46 ThreeSixteenSCSA#342
[Only registered and activated users can see links. Click Here To Register...]

does anyone know what the ID9 para hero turned into after the dungeon update? and what lines of code need changing to fix it. manid farm, thanks
05/06/2026 17:22 buddyleex#343
All issues above should be resolved in newest commits from the repo. Addressed ThreeSixteenSCSA's in a PR that has not been merged yet and confirmed its working. Please monitor the Github page for updates to this bot.

[Only registered and activated users can see links. Click Here To Register...]
05/06/2026 20:41 Blake777#344
Quote:
Originally Posted by Synaphix View Post
Hi, tried to join Discord but latest invite link is dead again.

I've started Guild Wars in admin, installed AutoIT 3.3.16.0, sqlite3 is installed on C:\sqlite3 and I added the PATH for it, then started AutoIt in x86 which I then pick the BotHub file and then when I select my character and run LDoA script, it crashes the game with:

Exception: c0000005
Memory at address 26f266d8 could not be written
App: Gw.exe

Any ideas on a fix please? Thanks!
AutoIt 3.3.16.0 *does not* work for GW bots. (because it has a bug with negative hex numbers)
install newest AutoIt version and you'll be good to go
05/06/2026 21:43 Synaphix#345
Quote:
Originally Posted by Blake777 View Post
AutoIt 3.3.16.0 *does not* work for GW bots. (because it has a bug with negative hex numbers)
install newest AutoIt version and you'll be good to go
Thank you, just changed version and it works well.

Has anyone got this working under Linux, I know AutoIT can run on Linux but will it work with this? Cheers