[2021] Guild Wars Working Bots

12/20/2021 20:26 Akira25#76
Quote:
Originally Posted by killer57200 View Post
:haut la main:
does the polar bot work for you? for me the bot works the script but nothing happens in the client and than crash. any idea?
12/20/2021 20:31 Bichette#77
Quote:
Originally Posted by Dinichou View Post
Here i updated it, there is also a version that does NOT pick up event items if you're interested
Ty corey for the item ID
My version is ok, and pick up event's items, but not the candy cane shard ^^
And i don't know how / where change this...
12/20/2021 21:38 raven221084#78
hey guys, need help, got the polar bar bot running but crashed game when going to open end chest, any help would be great.

the function im using is

Func DoChest()
$iOpened = 0
Do
Sleep(250)
If GetIsDead(-2) = 1 Then ExitLoop
TargetNearestItem()
$Chest = GetNearestSignpostToCoords(-11452.18, -17942.34)
If IsDllStruct($Chest) Then
GoSignPost($Chest)
Sleep(Random(900, 2000))
$iOpened = 1
;Else
; UpdateStatus("Couldn't find chest, wait...")
EndIf
Until $iOpened = 1
EndFunc ;==>DoChest


ALL CREDIT GOES TO THE ORIGINAL DEVELOPERS AND NOT ME
12/20/2021 22:31 glechene#79
Quote:
Originally Posted by raven221084 View Post
hey guys, need help, got the polar bar bot running but crashed game when going to open end chest, any help would be great.

the function im using is

Func DoChest()
$iOpened = 0
Do
Sleep(250)
If GetIsDead(-2) = 1 Then ExitLoop
TargetNearestItem()
$Chest = GetNearestSignpostToCoords(-11452.18, -17942.34)
If IsDllStruct($Chest) Then
GoSignPost($Chest)
Sleep(Random(900, 2000))
$iOpened = 1
;Else
; UpdateStatus("Couldn't find chest, wait...")
EndIf
Until $iOpened = 1
EndFunc ;==>DoChest


ALL CREDIT GOES TO THE ORIGINAL DEVELOPERS AND NOT ME
The problem is not with the script it is with the signpost header. Change the signpost header to 0x4F
12/20/2021 22:41 epvp_dragon#80
Quote:
Originally Posted by killer57200 View Post
:haut la main:
Tried running this with GWA2 and GWA2_Headers from March and May of this year and it gets to the end chest and when it goes to open it the game crashes.
12/20/2021 22:54 Death_Fire#81
I tried it to switch the signpost
But I have still the same issues
12/20/2021 23:19 epvp_dragon#82
Quote:
Originally Posted by glechene View Post
The problem is not with the script it is with the signpost header. Change the signpost header to 0x4F
This fixed it for me, thank you sir!!
12/20/2021 23:47 twg3esq#83
If you're running in Kamadan, I think the AcceptAllItems() function is missing while in the outpost.
12/21/2021 00:00 Dinichou#84
Quote:
Originally Posted by twg3esq View Post
If you're running in Kamadan, I think the AcceptAllItems() function is missing while in the outpost.
I just realised that's how it worked thanks
12/21/2021 02:43 iamasnorlax#85
Quote:
Originally Posted by Darksim23 View Post
This fixed it for me, thank you sir!!
Fixed for me as well. Items were not being accepted upon return to town though. Moved AcceptAllItems() right before "Entering Mission" fixed it.
12/21/2021 04:10 moneyvsmoney#86
May I suggest for all of you that are having issues, to copy and paste your working gwa2 and headers files into your polar bear folder and then make adjustments of duplicate functions as necessary. That should do the trick for a lot of you.
12/21/2021 09:54 Death_Fire#87
ahh Thank you!
I have just the issues if I start from La instead of Kamadan ^^
12/21/2021 11:36 TonusBerlin#88
Guys I am sorry I have to ask for it but could anyone just post a "updated working" polar bot version? I have no idea what I am doing but I managed to fix the header problem I had and I fixed the game crashing when opening the chest. So all that works. BUT now I have the problem that he wont pick up the chest loot. Not in the dungeon and not back in Kama either. So.. Sorry I gotta be "that guy" but yeah. If anyone could help me out with his working version it would be greatly appreciated. <3
12/21/2021 13:20 moneyvsmoney#89
That's because if you look at lines 1379-1399 you will see that it is only made to pick up tomes, polar bear, gold items, and cc shards. So it looks to me that really all you would ever collect is cc shards, and polar bear if dropped. This is to keep good run speed instead of stopping for every drop. I'd say leave it as is.
12/21/2021 14:32 benj3913#90
Hi guy's Who would have a working polar bot? My bot crashes at the end when you have to pick up the items on the ground and I don't understand what to change in the script