GW Working Bots 2020

12/19/2020 16:34 TonusBerlin#1141
uhm... total noob here... so what do i do with these files? ^^

Edit: I think I actually figured it out. Vaet seems to work for now. *proud*
12/19/2020 16:35 RDL420#1142
I had another issue finding the new value for $HEADER_SIGNPOST_RUN which caused game crashes right before opening a chest.

On the gwca git repo the constant equivalent is this one (which is harder to find because of names difference):
Code:
#define GAME_CMSG_INTERACT_GADGET
So new header for $HEADER_SIGNPOST_RUN:
Code:
Global Const $HEADER_SIGNPOST_RUN = 0x50
Everything works fine now, at least for boreal chest run
12/19/2020 17:26 gwplaya#1143
Would you mind posting the updated vaettir?
12/19/2020 17:38 TonusBerlin#1144
I hope I am doint it all right; never posted files here before xD
This "should" contain a Vaettir Bot Version with updated Gwa2 / Headers.
Worked perfectly for me so I hope it does for you guys too.

In case I messed up or maybe if this helps someone to use at other bots;
this is what I did:
I downloaded the "New Headers" file that was just posted.
I put these two files in the bot folder, replacing the old "gwa2".
I opened / edit the bot and went to the lines that say "include blabla".
I put in #include "GWA2_Headers.au3" and saved.

Hope this all helps. Happy Xmas event to yall
12/19/2020 18:17 Ridl3#1145
Quote:
Originally Posted by TonusBerlin View Post
I hope I am doint it all right; never posted files here before xD
This "should" contain a Vaettir Bot Version with updated Gwa2 / Headers.
Worked perfectly for me so I hope it does for you guys too.

In case I messed up or maybe if this helps someone to use at other bots;
this is what I did:
I downloaded the "New Headers" file that was just posted.
I put these two files in the bot folder, replacing the old "gwa2".
I opened / edit the bot and went to the lines that say "include blabla".
I put in #include "GWA2_Headers.au3" and saved.

Hope this all helps. Happy Xmas event to yall
Gives an error :(

[Only registered and activated users can see links. Click Here To Register...]
12/19/2020 18:23 ultradie#1146
Quote:
Originally Posted by TonusBerlin View Post
I hope I am doint it all right; never posted files here before xD
This "should" contain a Vaettir Bot Version with updated Gwa2 / Headers.
Worked perfectly for me so I hope it does for you guys too.

In case I messed up or maybe if this helps someone to use at other bots;
this is what I did:
I downloaded the "New Headers" file that was just posted.
I put these two files in the bot folder, replacing the old "gwa2".
I opened / edit the bot and went to the lines that say "include blabla".
I put in #include "GWA2_Headers.au3" and saved.

Hope this all helps. Happy Xmas event to yall
By Kilroy Stoneskin Bot V1.4 it also doesnt work. Crash when will do quest. Any help? thx
12/19/2020 18:27 strecky#1147
Quote:
Gives an error :(

[Only registered and activated users can see links. Click Here To Register...]
Happy Xmas
12/19/2020 18:29 Ridl3#1148
Quote:
Originally Posted by strecky View Post
Happy Xmas
Thanks for the fast reply.
Do you happen to have the updated killroy also ?

or is it like an easy thing do fix this ?
12/19/2020 18:31 Ratedsdk#1149
Is there a way we can make this store golds like V3 update??
12/19/2020 18:33 Waka.Waka#1150
Quote:
Originally Posted by Ratedsdk View Post
Is there a way we can make this store golds like V3 update??
open the v3 version.. copy the ''storegold() function".. add it to the other bot and you are good to go

If GetGoldCharacter() > 90000 Then
Out("Depositing Gold")
DepositGold()
EndIf
12/19/2020 18:42 Ratedsdk#1151
some reason it wont let me Dl your Ident sell fix due to virus and I scanned it everything is clear
12/19/2020 18:42 Kamyshin#1152
did the salvage offsets change? Got the new header but still getting an error. Somebody got the new ones?
12/19/2020 18:45 Ridl3#1153
So it seems all my bots keep giving the same error. Was there any update in guild wars ? And how do i fix this on my own.
12/19/2020 18:47 Kamyshin#1154
Quote:
So it seems all my bots keep giving the same error. Was there any update in guild wars ? And how do i fix this on my own.
yes, update the headers referenced a few posts before
12/19/2020 18:51 Ridl3#1155
Quote:
Originally Posted by Kamyshin View Post
yes, update the headers referenced a few posts before
Do i just replace the headers file with the new one and thats it ?
And for example killroy bot, there is no headers in it and same error. How would i fix that ?