[2021] Guild Wars Working Bots

04/23/2022 15:49 LeeHarvey42#331
Anyone have the delicious cake ID number?
04/24/2022 06:22 ovakillz#332
Hello, Raptor Bot posted at the start of this thread doesn't pick up <delicious cake> - not a biggie but would be nice... any legend that can explain how to fix this - would be muchly appreciated...thank You :handsdown:
04/24/2022 11:21 Nupfel#333
It works. Great.

Thanks a Lot
04/24/2022 17:13 FriendlyFarmer#334
Quote:
Originally Posted by ovakillz View Post
Hello, Raptor Bot posted at the start of this thread doesn't pick up <delicious cake> - not a biggie but would be nice... any legend that can explain how to fix this - would be muchly appreciated...thank You :handsdown:
Most bots have a function called "CanPickup" or something similar. Often looks something like this:

Code:
Func CanPickUp($aitem)
	local $m = DllStructGetData($aitem, 'ModelID')
	local $t = DllStructGetData($aitem, 'Type')
	local $e = DllStructGetData($aItem, 'ExtraID')
	local $r = GetRarity($aitem)

	If $m == ... Then Return True
        ....
        ....
	Return False
EndFunc
You now want to look for the modelid of delicious cake, or whatever item you want it to pick up. Then all thats remaining, is adding another line to the function that checks for the modelid:
Code:
If $m == INSERT_MODELID_DELICIOUS_CAKE_HERE Then Return True
04/24/2022 19:21 Notebook975#335
Hi is it possible to create a bot to make VETTIR that gives you the possibility to choose the class? Assa / Ele / Necro / Derv / Monk / Ipno etc.
This would help a lot for the survivor title and in the meantime allow you to farm ... thanks
04/25/2022 10:55 FriendlyFarmer#336
Quote:
Originally Posted by Notebook975 View Post
Hi is it possible to create a bot to make VETTIR that gives you the possibility to choose the class? Assa / Ele / Necro / Derv / Monk / Ipno etc.
This would help a lot for the survivor title and in the meantime allow you to farm ... thanks
Possible? Sure. But its not super straightforward for every profession. There are vaettir builds for (nearly?) every profession, but for a bot its going to be really difficult if you dont have jumps to get out of stuck.
This requires you to go /A, which will make it really slow for like of professions. All you would have to do is adapt the surviving & spiking functions, as long as you the rest of the code is solid.
Its not viable for most professions (if you want to farm items effectively). If you dont care about items, there is a [Only registered and activated users can see links. Click Here To Register...], or adapt the kilroy bot so he jumps out if you died too often.
04/26/2022 07:58 Kamyshin#337
Quote:
Originally Posted by Kamyshin View Post
I don't know if there is already a public one, but
I want to share a litte bot that I used to farm some dual vamp q9 celeswords. It farms the Mantids outside of Nahpui Quarter in factions.
Since I only have a sin, I programmed it to work with a sin. I'm using a ranger hero to make it faster and more reliable.
I recycled a gui from an old bot, I dont know which one. Maybe Boreal Chest bot? You guys know better. Credits to the creator.
The bot can open chests and can store the q9 unid drops. You can farm monst. eyes, rubys, and amber chunks there. Celestial weapons drop very frequent (expect 0,5 unid golds / min).
Sometimes the balling of the mandids is a little weird, but whatever. The bot works pretty consistent. I dont pick up blue/white/purple trash or citin fragments... only the good stuff will be kept.

A video of a known youtuber can be found here, he explains the farm better then me:
[Only registered and activated users can see links. Click Here To Register...]

Talking about support:
Works on my machine. If it doesnt on yours, get over it and tweek it til it works.
Because I received a lot of questions via pm:

Running this bot for the event, you probably want to switch line 1100 to "true" instead of "false"
Code:
	
 ElseIf ($lRarity == $RARITY_White) Then ; White items
$runstat_whites = $runstat_whites + 1
Return True
I use a q0 8ar shield with +45hp and -10% piercing dmg, and a q0 8-16 scythe with zeal, +20%ench and +5e (bought it from gwlegacy)
You will be way more consistant that way
04/29/2022 13:52 Streijoa#338
Hello,

im looking for a Exchange Function to trade all victory tokens for b-day cake. Functions like TradeBuy() seems not working.
04/30/2022 23:11 afmart#339
im using version v.3.3.14.5 from 2018

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

Quote:
Originally Posted by lmfaounity View Post
Hello, a noob here.. =}
May i ask which version of autoit you're using?
nony of this bots working with me, even compiled ones.

Thank you.
05/01/2022 14:15 AneleClap#340
Anyone knows whats wrong with my Client, no bot seems to find my Character Name?

Not working with only one client launched
Full reinstall didnt change anything either
05/02/2022 01:28 afmart#341
Quote:
Originally Posted by AneleClap View Post
Anyone knows whats wrong with my Client, no bot seems to find my Character Name?

Not working with only one client launched
Full reinstall didnt change anything either
are you using any laucher (for multiclient)?
05/02/2022 11:32 AneleClap#342
Quote:
Originally Posted by afmart View Post
are you using any laucher (for multiclient)?
I tested with and without multiclient neither worked
05/02/2022 18:50 FriendlyFarmer#343
Quote:
Originally Posted by AneleClap View Post
I tested with and without multiclient neither worked
Maybe try again, but with a working gwa2? You should find one in any of the bots in this thread. And if that doesnt help, downgrade your autoit version, the latest one has some problems.
05/02/2022 19:51 AneleClap#344
Quote:
Originally Posted by FriendlyFarmer View Post
Maybe try again, but with a working gwa2? You should find one in any of the bots in this thread. And if that doesnt help, downgrade your autoit version, the latest one has some problems.
I did all this, not working - thanks for the reply tho
05/03/2022 20:47 lemoutondu10#345
hello is a vaettir with nice features i found somewhere and updated somehow^^