[2022/2023] Guild Wars working bots

03/16/2023 19:29 corey54321#151
Quote:
Originally Posted by xnx View Post
still having trouble with the traderrequest and traderbuy function in my bots. did anyone already get a workaround to fix it in gwa2?

or a functional bot that can but and sell crafting material at traders so i can download it and find out myself?

would appreciate a lot!!!
Just update this in you gwa2 it works for buying materials regular and rare.
i tried it on sell but i might have something messed up on my script haven't really had time to look into it

Code:
	AddPattern('BA02000000B954080000')
	_('ScanTransactionFunction:')
	AddPattern('85FF741D8B4D14EB08')
	_('ScanBuyItemBase:')
	AddPattern('D9EED9580CC74004')
	_('ScanRequestQuoteFunction:')
	AddPattern('83C4245B8BE55D')
	_('ScanTraderFunction:')
	AddPattern('83FF10761468D2210000')              
	_('ScanTraderHook:')
03/17/2023 04:21 D33PK0LD#152
Quote:
Originally Posted by joeko View Post
i m not even getting close to the chest.. it crashes because there is no GetDistance / GetNumberOfFoesInRangeOf Agent functions... are you sure you included everything in your upload?

seems like you only tested it without setup functions

for me the failrate is immense - do your heros wear weapons? (i remember not giving them weapons was better) do they have runes if so which?

im pretty sure i could fix the chest problem if i could reproduce reaching it :D




your header for signpost was wrong

use this one:
Alright, i updated the header and tried a run, made it to the chest but the bot becomes a little retarded when picking up the cores at the end, it opened the chest, picked up the core and cloth then ran back and forth trying to get the ones that dropped but only managed to pick up two out of the four on the map. Any thoughts ?
03/17/2023 11:12 joeko#153
Quote:
Originally Posted by D33PK0LD View Post
Alright, i updated the header and tried a run, made it to the chest but the bot becomes a little retarded when picking up the cores at the end, it opened the chest, picked up the core and cloth then ran back and forth trying to get the ones that dropped but only managed to pick up two out of the four on the map. Any thoughts ?
yeah had the same issue - i just inserted a second lootloop and it works just fine now.

also tinkered around with the heros load but it doesnt work to perfektion so i wont use that function.

will upload my version later when i get home from work
03/17/2023 13:36 Brolux#154
Since this morning, as soon i use the salvage bot everytime when the salvage is exhausted, I am disconnected from the game
03/17/2023 19:53 joeko#155
glint quickfix, use set player if you want dont use setup heros
works fine for me with my usual glint afk builds and heros
03/17/2023 20:01 D33PK0LD#156
Quote:
Originally Posted by joeko View Post
glint quickfix, use set player if you want dont use setup heros
works fine for me with my usual glint afk builds and heros
Thanks bro
03/18/2023 06:56 diesdasjenes#157
Thx for the new bots here. Is there a good one for glitter and bones around somewhere?
03/18/2023 08:12 D33PK0LD#158
Quote:
Originally Posted by diesdasjenes View Post
Thx for the new bots here. Is there a good one for glitter and bones around somewhere?
CoF is pretty much made for that outside of Diessa chalices and Rin relics
03/18/2023 08:23 diesdasjenes#159
Quote:
Originally Posted by D33PK0LD View Post
CoF is pretty much made for that outside of Diessa chalices and Rin relics
I guess a Derwish will be the musthave then. Not gonna lvl one to that point tho. There was one method with rit somewhere.
03/18/2023 09:14 D33PK0LD#160
Quote:
Originally Posted by diesdasjenes View Post
I guess a Derwish will be the musthave then. Not gonna lvl one to that point tho. There was one method with rit somewhere.
i understand, been lazy for a really long time but i decided to level and set one up for cof and feathers at least. Tbh CoF isn't even that profitable compared to other farms since the bot spams the first group you get nerfed pretty hard and fast on the drops, i'd rather use it for half an hour or so and leave to another spot.

I'm trying to remember what ritualist farm you're refering to but i only remind a really old SoS bot that farmed the fog nightmares outside ToA, maybe dead bow farm even ? idk
03/18/2023 09:15 ForgottenRelic#161
Thanks joeko for updating that, I just noticed that i uploaded the wrong one and thats why was giving you so many errors. I am running the one right now you posted and so far, runs so much better.

Also, Vaettir for glacial stones is decent one for dust.
03/18/2023 12:19 ARJ#162
Quote:
Originally Posted by D33PK0LD View Post
i understand, been lazy for a really long time but i decided to level and set one up for cof and feathers at least. Tbh CoF isn't even that profitable compared to other farms since the bot spams the first group you get nerfed pretty hard and fast on the drops, i'd rather use it for half an hour or so and leave to another spot.

I'm trying to remember what ritualist farm you're refering to but i only remind a really old SoS bot that farmed the fog nightmares outside ToA, maybe dead bow farm even ? idk
This is the old dust bot m8...
[Only registered and activated users can see links. Click Here To Register...]
03/18/2023 16:44 diesdasjenes#163
Quote:
Originally Posted by ARJ View Post
This is the old dust bot m8...
[Only registered and activated users can see links. Click Here To Register...]
And there also is a Raptor Bot, wasn't that the Place-2-Be for Bones?
03/18/2023 20:21 D33PK0LD#164
Quote:
Originally Posted by joeko View Post
glint quickfix, use set player if you want dont use setup heros
works fine for me with my usual glint afk builds and heros
Working perfectly, just don't use any of the options and make your own setup. You've made really nice tweaks here man, cheers.

Quote:
Originally Posted by diesdasjenes View Post
And there also is a Raptor Bot, wasn't that the Place-2-Be for Bones?
and dust if you salvage everything, yes, problem is that the bot doesn't have any salvage function, doesn't pick up the whites / blues / purples and has a pretty high fail rate from what i've witnessed.

Quote:
Originally Posted by joeko View Post
there you go :)
if you dont want to pick up shamrock ale delete this line



(original bot by blake777)


slightly modified the version again
Oh and btw, would you be ok to update this one with all the collectibles coming in the next events or would it be too much work if i manage to find the ID's ? I'd like to know how to do it on my own but i feel so stupid for not understanding how. I mean, having a bot that can salvage to keep space for event items while also minimizing the need to go back to town too often sounds pretty neat.
03/18/2023 22:32 joeko#165
there you go.
ive no clue if the array i used from another bot is complete but if you want to add an item just put the itemId in the pcon array and count one up

Quote:
Global $Array_pscon[39]
original version by blake777