GW Working Bots 2020

07/06/2020 06:24 Santa Clauz#646
Quote:
Originally Posted by Air.Fox View Post
Wanted to post this earlier but life happened.

Farms the first two groups of Jade Brotherhood Warriors in Wajjun Bazaar just outside the Marketplace in HM. Stores unid golds, strips out valuable runes out of armors and sells them in GToB.

Ritualist 330hp build: OAOk4gPaITKjFj4VP0i4V8h+QeA
Equipment exactly as per PVXwiki

Roughly per hour:
Jade Bracelets: 10-15
Gold/Purple/Blue armors: 10-15
XP: 50k

Should be safe enough for survivors if you can prevent network issues.

Also separated out the inventory cleaning into separate script to make it easy portable to other bots.
Thank you. This looks very crunchy. My Ritualist is my main and I saved the 5 AL armor.
07/06/2020 19:30 sadosan#647
Quote:
Originally Posted by Air.Fox View Post
Code:
!(manualAgentId && !ManagerFindAgent(manualAgentId))
Does not look like autoit syntax, try using the keywords AND and NOT. Otherwise it'll be helpful to look at the entire code to find the error
Yes because this is not a autoit error but a GuildWars Client crash! I was wondering what could cause it?
The client is running inside a virtual machine, that is hosting multiple gw clients, but it is always the same one that crashes this way. It's running a bot that the other clients aren't.
07/06/2020 20:38 list comprehension#648
Quote:
Originally Posted by sadosan View Post
Any idea what could cause a Guild wars client crash with the following error:

"*--> Crash <--*
Assertion: !(manualAgentId && !ManagerFindAgent(manualAgentId))"

It randomly crashes, sometimes after 30 minutes, sometimes after 3 hours. Im using the Ritualist ReFeather that I did modify a lot for my use case, but I can't udnerstand what would cause this error.

Any ideas?
That is C++ code for sure and since its an assertion you should be able to search the reference strings in the gw.exe with a debugger to move back up the branch to see the conditions for the fail state. Just looking at the info there I would take a guess you are possibly calling a function internally with a bad pointer to an agent or agent list or the structures themselves are getting corrupted from your API. Hard to really say though without the script itself and viewing it live in a debugger.
07/07/2020 03:05 sadosan#649
Quote:
Originally Posted by list comprehension View Post
That is C++ code for sure and since its an assertion you should be able to search the reference strings in the gw.exe with a debugger to move back up the branch to see the conditions for the fail state. Just looking at the info there I would take a guess you are possibly calling a function internally with a bad pointer to an agent or agent list or the structures themselves are getting corrupted from your API. Hard to really say though without the script itself and viewing it live in a debugger.
Thank you for helping.
The weird part is that it happens, but not directly.
The bots farms feathers at seitung, a run approx takes 18~minutes, and the bot can do 5-10-15-20 runs in a row without it crashing. But sometimes it will crash during the first run, too.

So I find it hard to find the error by reading at the code :/
How can I debug like you talk about? Never done that before
07/07/2020 17:07 Edgrala#650
Quote:
Originally Posted by logicdoor View Post
Did you keep your headers file included?
Yes absolutely, just the GWA2 was replaced.

I got the quest in my journal (Tekk's one).
07/07/2020 20:53 glechene#651
Quote:
Originally Posted by Edgrala View Post
Yes absolutely, just the GWA2 was replaced.

I got the quest in my journal (Tekk's one).
V0.5 works fine it is just v0.7 that I cannot get working either. I just looked at it last night briefly though.
07/09/2020 23:28 logicdoor#652
Quote:
Originally Posted by Edgrala View Post
Yes absolutely, just the GWA2 was replaced.

I got the quest in my journal (Tekk's one).
Then you will have duplicated headers because the GWA2 file I shared has headers already include. Just remove the headers.au3 include and it should be fine.
07/10/2020 06:54 Brook Barrera#653
Anyone have a working Vanguard bot (not the War Sup farm)? All the ones I've found and attempted to update just crash after taking the blessing.

Thanks in advance!

Hoping to get my hands on it during this double EOTN rep week.
07/11/2020 03:40 Santa Clauz#654
RiflemanX's Luxon bot is brilliant, but it does not ID, sell, and store. There also seems to be an issue where I am often in Mount Qinkai without a party which may be due to lag. Sometimes I am in the Aspenwood Gate competitive area. I am enjoying the lockpicking function, wish the experience was there to fix it. All that I managed to change was the radio to donate and open chests checked, even ignoring white/blue/purple is great! If anyone knows how to do this then please let me know, thank you :bandit:
07/11/2020 07:54 Zeus_54#655
Does anyone have an updated feather farm for Derv? Tried to look through thread, but didn't find one, sorry if I missed it and this turns out to be spam.

Edit: Here's the old one I used to use.
07/11/2020 09:01 ener-73#656
Hello @ everyone. Does anyone of you have a working bot for farming BDS and frog ??? please pn
I would be happy to read from you. LG Ener
07/11/2020 11:41 martyn12444#657
@[Only registered and activated users can see links. Click Here To Register...] I have downloaded your Froggy bot and new GWA2 also but I'm getting a slight problem - the bot doesn't find the Guild Wars client.

In the box where I assume you select a character name it just says 'WinGetProcess("Guild Wars")'

Tried searching for this in the script but can't see where to edit it? I'm no coder so wouldn't know how to edit it anyway. Just thought I'd give it a shot before shouting for help!
07/12/2020 00:03 spartanfbj#658
Quote:
Originally Posted by martyn12444 View Post
@[Only registered and activated users can see links. Click Here To Register...] I have downloaded your Froggy bot and new GWA2 also but I'm getting a slight problem - the bot doesn't find the Guild Wars client.

In the box where I assume you select a character name it just says 'WinGetProcess("Guild Wars")'

Tried searching for this in the script but can't see where to edit it? I'm no coder so wouldn't know how to edit it anyway. Just thought I'd give it a shot before shouting for help!
I had a similar issue. Replace your Initialize() function call with this.

PHP Code:
If Not Initialize($sInitMethodTrueThen
    
;~ //Replace this
    
;~ //If Not Initialize($GuildWars, True) Then
    
;~ //With this
    
If Initialize(ProcessExists("gw.exe")) = False Then
        Out
("Initialization Failed!")
        Exit 
1
    
EndIf
EndIf 
07/12/2020 01:05 Zeus_54#659
Quote:
Originally Posted by jokai93 View Post
Hey guys i have update with new GWA the Dragon Moss farm

He save shield
Bow for fibers
Loot item for iron too, but atm u need to salvage it manualy before he's full or he sell it ^^

Test 2 full runs and work fine

All credit to Niliya just change 2-3 things
Hey, jokai, I ran this for ~12 hours total (not in a row) with no issues, and now it's randomly crashing when I try to start it. Not sure what's going on, I haven't changed anything. Even tried deleting and redownloading, same issue persists - GW crashes as soon as bot starts up. Any ideas?

Edit: I just rebooted and it works now? idk
07/12/2020 03:15 3ampoke#660
Quote:
Originally Posted by martyn12444 View Post
@[Only registered and activated users can see links. Click Here To Register...] I have downloaded your Froggy bot and new GWA2 also but I'm getting a slight problem - the bot doesn't find the Guild Wars client.

In the box where I assume you select a character name it just says 'WinGetProcess("Guild Wars")'

Tried searching for this in the script but can't see where to edit it? I'm no coder so wouldn't know how to edit it anyway. Just thought I'd give it a shot before shouting for help!
You can just type in "Guild Wars - Your Character Name" and press start. Worked for me.