[2022/2023] Guild Wars working bots

03/06/2024 15:11 Dupljakus#616
Quote:
Originally Posted by Waka.Waka View Post
[Only registered and activated users can see links. Click Here To Register...]
Thats simple one, just for 1 acc follow, i wanted 7 acc follow with smart cast and fight.
03/06/2024 20:32 t7tcrusher#617
Quote:
Originally Posted by Dupljakus View Post
Thats simple one, just for 1 acc follow, i wanted 7 acc follow with smart cast and fight.
The followbot I made is meant for unlocking maps for a toon on one or more accounts, but no fighting implemented. I can imagine that multiple accounts working together would require pretty harsh coding :)
03/06/2024 21:30 darcsoul#618
Been MIA for a while but trying to use the presearing omni farmer again, how do I actually get it to use the igneous summoning stone? Currently have it checked on in the settings but it doesn't summon it (at least when trying to do the 2-10 as that is all I've tried so far).
03/07/2024 21:15 Hammertime18#619
Quote:
Originally Posted by darcsoul View Post
Been MIA for a while but trying to use the presearing omni farmer again, how do I actually get it to use the igneous summoning stone? Currently have it checked on in the settings but it doesn't summon it (at least when trying to do the 2-10 as that is all I've tried so far).
I'm having the same issue, for some reason I got it to work on one character but still wont work on other characters.
03/08/2024 04:31 agentbooth#620
Hey Y'all just wanted to post a massive thank you to everyone for the bots. The people who are here offering help are just fantastic. I have used information here to hack together some features into bots, and i cant believe its worked.

IM currently using a Vaettir-v0.3 bot and it must be something im doing wrong, its got the cool feature where you can choose with toggles what you want the bot to do with golds and salvaging. The problem im running into is that i have it set to store golds salvage white, blue, purple.... its just salvaging everything and i dont know what im inputting wrong. any advice?
03/08/2024 22:58 t7tcrusher#621
Quote:
Originally Posted by AlienMan9696 View Post
Seen some recent talk of a mantids bot, I updated this one awhile back and it runs great. :) Is probably my favorite mantid bot that's ever been written! Credit to the original author, I just updated the GWA2 and deleted duplicate functions. :) It tells you how many of each celestial item it picks up, counts eye drops as well as amber. All around awesome bot! As of write now, it's canpickup func has some stuff written out. I have it only picking up shields/staves and scepters :)

Build is in the file but here also :)

OgcUYxr2lPPInDoOD3JcgOhuJIA
Bot works great and that GUI looks pretty slick mate :D

You might wanna copy the build above into the script, cause the one in the script is dervish ;)
03/08/2024 23:11 AlienMan9696#622
Quote:
Originally Posted by t7tcrusher View Post
Bot works great and that GUI looks pretty slick mate :D

You might wanna copy the build above into the script, cause the one in the script is dervish ;)
I actually didn't write any of the code and i think that was just some constants copied and pasted from a nf pcon bot i think. Yeah it's one of my favorites forsure! Mantid wise i mean.
03/08/2024 23:16 4rm4nd#623
Quote:
Originally Posted by Hammertime18 View Post
I'm having the same issue, for some reason I got it to work on one character but still wont work on other characters.
It seems to happen with certain proffesions, for exmpl, my mesmer summons the fire imp but the warrior doesn't.

Easy fix for it.

1. run bot
2. run toolbox ( yes, that works with this bot without crashes )
3. make new hotkey in toolbox to use item ( in this case you're fire imp )
4. enable in the newly made hotkey ' trigger this key when entering an explorable area '

Done, now with the next run the bot will do, the fire imp is summoned.
03/08/2024 23:22 Dellawarex#624
thanks!
03/09/2024 00:02 t7tcrusher#625
Quote:
Originally Posted by AlienMan9696 View Post
I actually didn't write any of the code and i think that was just some constants copied and pasted from a nf pcon bot i think. Yeah it's one of my favorites forsure! Mantid wise i mean.
Ah, my bad for not reading properly ^^
Thanks for sharing anyway :)
03/09/2024 01:31 hungryheart#626
Does anyone have anything for max survivor and granite farm
03/09/2024 16:59 t7tcrusher#627
Quote:
Originally Posted by hungryheart View Post
Does anyone have anything for max survivor and granite farm
For survivor you can use the killroy-bot from first page, works like a charm :)
03/13/2024 03:55 agentbooth#628
anyone have any idea how to edit the Omnibot to turn in faction at say 40k instead of just going until full? in 2 runs you get roughly 44k and then it runs a full run again and you end up wasting time and faction. i suppose also a resign and turn in on max would work as well. im using the omni bot on page/post 1.
03/13/2024 09:39 pgpavel#629
Quote:
Originally Posted by hungryheart View Post
Does anyone have anything for max survivor and granite farm
granitefarm? You should just buy those from merchant. they are cheap, go for another bot and buy those ;)

if you still wanna farm them: i do it Vaettire Iron Farm. Makes some granite as well
03/13/2024 12:23 AlienMan9696#630
Quote:
Originally Posted by agentbooth View Post
anyone have any idea how to edit the Omnibot to turn in faction at say 40k instead of just going until full? in 2 runs you get roughly 44k and then it runs a full run again and you end up wasting time and faction. i suppose also a resign and turn in on max would work as well. im using the omni bot on page/post 1.
Search for this in the bot and change the 5000 to whatever you desire :)


If $Bool_Donate Then
Do
CurrentAction("Donate")
DonateFaction(1)
RndSleep(250)
Until GetLuxonFaction() < 5000
Else