Someone got All campaign bot maybe ? Can PM me on Discord. @[Only registered and activated users can see links. Click Here To Register...]
You need vaettir 2.1 if im correct, not v3 from the start post. Someone posted that bot in this threadQuote:
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.
glad you like my bot, maybe gonna post an update soonQuote:
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...]
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.Quote:
Strange, I redownloaded just now and runs fine. Do you have the outpost Longeye's ledge?
Otherwise it won't run.
Quote:
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
If $lModelID = $model_id_golden_egg Then Return True If $lModelID = $model_id_chocolate_bunny Then Return True
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 consQuote:
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.
Absolutely! Thank you for the feedback; that is exactly the kind of thing that helps make stuff better! :)Quote:
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, ...
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.Quote:
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