[2022/2023] Guild Wars working bots

05/07/2023 15:39 diesdasjenes#256
Quote:
Originally Posted by Crux4711 View Post
Does anyone have a salvage bot to salvage feather crests/ undead bones?
This is from her somewhere, works good for me.
05/08/2023 11:57 elitehacker13#257
Quote:
Originally Posted by garuda108 View Post
Got this one but it does not attack.

Send("f")
Sleep(100)
Send('{SPACE}')


??? xD
05/18/2023 16:18 timtimcharoo#258
Quote:
Originally Posted by Crux4711 View Post
Does anyone have trouble with the updated omifarmer bot from page 1?
I'm trying to run it for norn rep, but it doesnt fully vanguish the zone. It leaves at around 80% for me every run :/
i dunno if anyone ever replied to you, but that's on purpose. if you try and run a team into the area with all the smoke phantoms you'll just wipe. so you don't get the full VQ bonus, but you still get a lot of points
05/22/2023 02:32 TheLostOnexX#259
is there any public raptor farmer that will id and salvage all drop?
05/23/2023 02:58 Mr MD#260
Hey has anyone an updated tengu/fiber bot ? Ty!
05/23/2023 05:54 bradyc94#261
Title. Every bot I download appears as a AutoIt V3 setup RAR file and when opened, opens and installs AutoIt V3. ANy idea why this is happening?
05/28/2023 10:40 MaliceHD#262
Anyeone got a HM feather farm?
06/02/2023 09:13 Zilvermoon#263
Hi everyone.

Just wanted to hear if anyone is interested in trying to fix up GWA2.au3 and maybe OmniApi,
with a shared repository to help each other update all the different "bots",
so as many people possible can benefit from each others know-how and "skills".

I have a Github.com repository (originally forked from the old MaddoW/gwa2 repository),
where I'm currently working on "updating" these from the personal work I've been doing,
gathering changes and fixes from this great site and community we have here.

Should you be interested in helping out,
or simply have a look at the code you should know that GWA2.au3 is created with the "GNU LESSER GENERAL PUBLIC LICENSE v. 3" ...
meaning that we should all help update the changes and fixes we have....

Anyway you can find my repository here:

[Only registered and activated users can see links. Click Here To Register...]

BTW: Have a "fully working" self modified / fixed "OmniFarmer_Presearing V2.4.1.2" version to share with you too, this is in no way an official version, and parts of it might not be working as intended, so use with caution, also note that it's full of comments and other unwanted code that I've been using for personal use ... So dont share it elsewhere.

Hope some of you will help out and contribute to this, maybe we can even make a repository with all the updated bots too, to make it simple for people to share and find the working bots.

The best to you all.
Zilvermoon
06/02/2023 18:25 Zilvermoon#264
Anyone know the right
Code:
Global Const $HEADER_QUEST_ACCEPT = 0x4F
Have some indication it should be "0x4F" or "0x48" but both seem to chrash the game the second my code runs the "GWA2.au3":

Code:
Func AcceptQuest($aQuestID)
	Return SendPacket(0x8, $HEADER_QUEST_ACCEPT, '0x008' & Hex($aQuestID, 3) & '01')
EndFunc   ;==>AcceptQuest
Any help would be appriciated 8-)
Zilvermoon

If I use "0x39" it would seem to work, but somehow i dont think it's intended to be the same as "$HEADER_DIALOG"
06/05/2023 11:25 sasch1994#265
anyone have a good working derv dust farm bot? I tried the derv from page 13 or 14 but it have 50% fail rate or stuck sometimes on a position und just switch weapons for hours.
06/05/2023 16:15 xtinctpeace#266
can anyone tell me how to fix getting Chinese char name (栀), the bot doesn't recognize my two accounts that I'm running
06/06/2023 18:10 bradyc94#267
Hey just want to bring to attention a little bug with the Omnifarmer bot when farming luxon title. The character pathing while in the Aspenwood Gate outpost is a little messed up. Takes like 5-15 minutes for it to exit through the portal lol. It runs right up to the portal and then back to the other side of the zone over and over again until it finally goes far enough to zone into Mt. Qinkai. IDK how to fix this stuff, just thought I'd bring it up haha
06/08/2023 18:23 Zilvermoon#268
Quote:
Originally Posted by bradyc94 View Post
Hey just want to bring to attention a little bug with the Omnifarmer bot when farming luxon title. The character pathing while in the Aspenwood Gate outpost is a little messed up. Takes like 5-15 minutes for it to exit through the portal lol. It runs right up to the portal and then back to the other side of the zone over and over again until it finally goes far enough to zone into Mt. Qinkai. IDK how to fix this stuff, just thought I'd bring it up haha
the updated omnifarmer 2022 ?

I can have a look at it, just need confirmation on bot and where the "bug's" are...
06/09/2023 07:28 monster v#269
Quote:
Originally Posted by bradyc94 View Post
Hey just want to bring to attention a little bug with the Omnifarmer bot when farming luxon title. The character pathing while in the Aspenwood Gate outpost is a little messed up. Takes like 5-15 minutes for it to exit through the portal lol. It runs right up to the portal and then back to the other side of the zone over and over again until it finally goes far enough to zone into Mt. Qinkai. IDK how to fix this stuff, just thought I'd bring it up haha
Inside CommonFunction change the deadlocks on line 556 and 567 to 10000, it takes a few seconds longer for the script to start but it fixes that issue.
06/11/2023 18:27 Dupljakus#270
Guys anything changed in code ? Cause my bots wont loop, they execute once, and when resign and return to outpost they wont do it again. They wont loop.