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
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
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
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.
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