[2022/2023] Guild Wars working bots

03/31/2024 21:31 Dupljakus#661
Someone got All campaign bot maybe ? Can PM me on Discord. @[Only registered and activated users can see links. Click Here To Register...]
04/01/2024 01:51 hungryheart#662
Is there a Sin Vaetir bot that salvages all the golds? the v3 im using atm is great but it sells/store all the golds.
04/01/2024 08:45 t7tcrusher#663
Quote:
Originally Posted by hungryheart View Post
Is there a Sin Vaetir bot that salvages all the golds? the v3 im using atm is great but it sells/store all the golds.
You need vaettir 2.1 if im correct, not v3 from the start post. Someone posted that bot in this thread

It's this one : [Only registered and activated users can see links. Click Here To Register...]
04/01/2024 14:34 AlienMan9696#664
Quote:
Originally Posted by hungryheart View Post
Is there a Sin Vaetir bot that salvages all the golds? the v3 im using atm is great but it sells/store all the golds.
This is the best working one I've found on here.
04/01/2024 22:41 Blake777#665
Quote:
Originally Posted by t7tcrusher View Post
You need vaettir 2.1 if im correct, not v3 from the start post. Someone posted that bot in this thread

It's this one : [Only registered and activated users can see links. Click Here To Register...]
glad you like my bot, maybe gonna post an update soon
04/02/2024 04:40 hungryheart#666
Quote:
Originally Posted by AlienMan9696 View Post
This is the best working one I've found on here.
Ah I've tried that one before, it takes me to Oleafstead, buys a bunch of salvage kits and then just gets stuck at -buying kit(2). I've tried it on 2 diff acc/PC same results.
04/02/2024 14:33 t7tcrusher#667
Quote:
Originally Posted by hungryheart View Post
Ah I've tried that one before, it takes me to Oleafstead, buys a bunch of salvage kits and then just gets stuck at -buying kit(2). I've tried it on 2 diff acc/PC same results.
Does the one I linked to above from Blake have the same problems?
04/02/2024 15:55 hungryheart#668
Quote:
Originally Posted by t7tcrusher View Post
Does the one I linked to above from Blake have the same problems?
nah sadly that one does not even start, infinite "initializing".
04/02/2024 17:07 t7tcrusher#669
Quote:
Originally Posted by hungryheart View Post
nah sadly that one does not even start, infinite "initializing".
Strange, I redownloaded just now and runs fine. Do you have the outpost Longeye's ledge?
Otherwise it won't run.
04/02/2024 18:51 hungryheart#670
Quote:
Originally Posted by t7tcrusher View Post
Strange, I redownloaded just now and runs fine. Do you have the outpost Longeye's ledge?
Otherwise it won't run.
I do, I've been running the v3 with my sin everyday but it just doesn't have the salvage all option. Could probably be something on my end but i wouldnt know what it is.
04/02/2024 19:04 GambaLamborad#671
just a quick question i looked into the script and havent seen anything that speaks agaiunst it but to be sure does the vaettir 2.1 mentioned above pick up bunnies and eggs?

thx in advance
04/02/2024 20:29 Blake777#672
Quote:
Originally Posted by GambaLamborad View Post
just a quick question i looked into the script and havent seen anything that speaks agaiunst it but to be sure does the vaettir 2.1 mentioned above pick up bunnies and eggs?

thx in advance

you probably have to add this in the CanPickUp function:
Code:
If $lModelID = $model_id_golden_egg Then Return True
If $lModelID = $model_id_chocolate_bunny Then Return True
04/05/2024 23:44 ShoShaV#673
Quote:
Originally Posted by Scythe X View Post
I updated my Vaettir bot (link in my signature) today if anyone is interested. it is post #500 of this thread if you don't want to click the link. I just took a break from messing with it for a while. Make sure you set your Graphics settings very low to help your bots run smoother. If you see any serious issues let me know, thanks. Happy Springtime.
I tested this bot for a while and I find it runs away because of low HP a lot, I get that the notes says to add HP as much as possible but would it be possible to lower the HP threshold, I'd honestly would rather stack dp items than cons
04/05/2024 23:55 Scythe X#674
Quote:
Originally Posted by ShoShaV View Post
I tested this bot for a while and I find it runs away because of low HP a lot, ...would it be possible to lower the HP threshold, ...
Absolutely! Thank you for the feedback; that is exactly the kind of thing that helps make stuff better! :)
I have actually been slowly adjusting HP numbers for the next update, but I will look at this specific part of the bot for you. Thanks again.
I am also trying to incorporate a salvage function, for people who don't want to sell, but GW crashes when the salvage function gets to Func StartSalvage from gwa2 file. If anyone knows how to fix that, or suggest a solution, I would try it. Again, this bot is really just me learning.
04/06/2024 04:36 ShoShaV#675
Quote:
Originally Posted by Blake777 View Post
you probably have to add this in the CanPickUp function:
Code:
If $lModelID = $model_id_golden_egg Then Return True
If $lModelID = $model_id_chocolate_bunny Then Return True
Ok so I did a bit of work on this bot because the salvage function on it is too good to pass up since it turns an already efficient farm into a giga efficient farm. I added all the pcons, sweets, Dp removal, alcohol, party, special items tomes, and map pieces to the constants section (including golden egg and bunny). I added all tomes. I killed all the code related to using sweets in city that way you don't lose those items. You can turn this on by removing the semicolon in front of the specific speed functions. I had no clue what I was doing when I created the buttons so I made a Glacial stones button to test to see if my buttons would work period. After that I made a button for tomes. And finally I made a button to see if the bot would pick up the event items after I made all the changes so I combined the event items with map pieces and at the very least I know the bot will pick up the items as intended. Whether or not the buttons work as intended I am not sure. I also put a copy of the original bot in the rar. Lastly I prolly made a mess of the original code by adding different constant names from a different list so it looks Frankenstein Monster.