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.
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?
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.
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?
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
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
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.
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.