YAKSS - Yet Another KS Script
Forum rules
Only post additional bot resources here. Please do not ask unrelated questions.
Only post additional bot resources here. Please do not ask unrelated questions.
Re: YAKSS - Yet Another KS Script
Altered the LOOT_DISTANCE to 999 that has it looting most of it now.
Tried MAX_TARGET_DIST at 300 had issues with walls and got stuck so reverted back to 225.
Watching the script from i i can see it turns looting off, waits then turns looting back on ports to archway get aggro while trying to loot turns loot off then runs into the middle of each corner.
My best guess is it has been optimised for ranged skill use. Runs fine from the top of the stairs until it gets to the next lot of frogs/salamanders. then the loot on loot off seems to cause it confusion again.
Also changed from running to Pancer/entrance to mounted. Had to add a dismount just before the entrance as when mounted it wont enter ks.
When i dismounted manually it popped in instantly (had stopped the script) so its in the right place just doesn't like being mounted to enter.
Tried MAX_TARGET_DIST at 300 had issues with walls and got stuck so reverted back to 225.
Watching the script from i i can see it turns looting off, waits then turns looting back on ports to archway get aggro while trying to loot turns loot off then runs into the middle of each corner.
My best guess is it has been optimised for ranged skill use. Runs fine from the top of the stairs until it gets to the next lot of frogs/salamanders. then the loot on loot off seems to cause it confusion again.
Also changed from running to Pancer/entrance to mounted. Had to add a dismount just before the entrance as when mounted it wont enter ks.
When i dismounted manually it popped in instantly (had stopped the script) so its in the right place just doesn't like being mounted to enter.
Re: YAKSS - Yet Another KS Script
hmmm, works nicely but:
why it doesn't sell blue items?
why it doesnt sell ANY itemd from 3rd backpack?
ans still misses loot from time to time :/
why it doesn't sell blue items?
why it doesnt sell ANY itemd from 3rd backpack?
ans still misses loot from time to time :/
Re: YAKSS - Yet Another KS Script
No doubt because you haven't set your profile to do so..krix wrote: why it doesn't sell blue items?
why it doesnt sell ANY itemd from 3rd backpack?
Remember no matter you do in life to always have a little fun while you are at it
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
Re: YAKSS - Yet Another KS Script
I read whole script 7-8 times (line by line) but forgot to look at profile... I shoud sleep more than 3 hours a day.
Sorry for trouble.
Sorry for trouble.
Re: YAKSS - Yet Another KS Script
Hi, I have the following problem.
anyone know the reason.
thank you very much for the waypoint you share
thanks guys
anyone know the reason.
thank you very much for the waypoint you share
thanks guys
Re: YAKSS - Yet Another KS Script
My guess would be that it is trying to use a function called "Mobs_Add" but it isn't part of the WP and you don't have the userfunction for it.Louis wrote:anyone know the reason.
Remember no matter you do in life to always have a little fun while you are at it
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
wiki here http://www.solarstrike.net/wiki/index.php?title=Manual
-
- Posts: 446
- Joined: Wed Aug 03, 2011 7:37 pm
Re: YAKSS - Yet Another KS Script
gah!!!! sorry guys, machine died a nasty death and still not back up and running. Working from crappy old laptop atm. And yes, these should be a function to add mobs, but I may have left it out - should just bite the bullet and use Lisa's userfunction for that.
Will take a look as soon as I get a chance
Will take a look as soon as I get a chance
-
- Posts: 446
- Joined: Wed Aug 03, 2011 7:37 pm
Re: YAKSS - Yet Another KS Script
ok, have updated first post. The code now uses Lisa's Change profile option Friend and Mob userfunction (see link in first post). This is untested however as I still don't have a working environment in which to test it.
-
- Posts: 446
- Joined: Wed Aug 03, 2011 7:37 pm
Re: YAKSS - Yet Another KS Script
ahh...forgot to put the comment tag at start of second line of my comments section
something wrong with my upload now, will try attaching to this post instead...nope, failed
on LINE 16, there should be a couple of minus's there i.e.:
...k, have resolved that - needed to restart browser and have now updated first post too.
something wrong with my upload now, will try attaching to this post instead...nope, failed
on LINE 16, there should be a couple of minus's there i.e.:
Code: Select all
-- 1.5 Fixed a bug introduced in the last patch that was calling a nn-existent function: Mobs_Add
-- This has been changed to use Lisa's changeOptionFriendMob userfunction.
Re: YAKSS - Yet Another KS Script
im sure this script do not throw away chep loot (liek runes for 1g or arrows or belts)
I'm pretty sure it shoud do it... where did i make stupid mistake?
I'm pretty sure it shoud do it... where did i make stupid mistake?
-
- Posts: 446
- Joined: Wed Aug 03, 2011 7:37 pm
Re: YAKSS - Yet Another KS Script
hmm....not sure exactly what you are asking but look at the settings below:krix wrote:im sure this script do not throw away chep loot (liek runes for 1g or arrows or belts)
I'm pretty sure it shoud do it... where did i make stupid mistake?
Code: Select all
KS_check_bag = true; -- true = check backpack slots (detailed below) and discard and under value KS_loot_discard_value and quality KS_loot_discard_quality
KS_loot_slot_start = 61; -- first slot to start checking from 61=bag1 slot 1
KS_loot_slot_end = 180; -- last slot to check to 180 = last slot in bag 3
KS_loot_discard_value=500; -- the minimum value of items to keep
KS_loot_discard_quality=3; -- the minimum quality of items to keep
If however, your character has used Magic Perfume, then the bot will not throw out anything as your character effectively has infinite bag space until the perfume expires.
Re: YAKSS - Yet Another KS Script
i understand those ssetnigs but they dont work.
When all bags are full it just leaves party and sell items.
It dont drop potions/runes and other items with value 200 and below. (my settings)
When all bags are full it just leaves party and sell items.
It dont drop potions/runes and other items with value 200 and below. (my settings)
-
- Posts: 446
- Joined: Wed Aug 03, 2011 7:37 pm
Re: YAKSS - Yet Another KS Script
Ahh...I suspect that is your profile settings for autoselling. The CleanBag function doesn't drop runes automatically either I think - I mail all my runes to an alt and sell stacks on the AH anywaykrix wrote:i understand those ssetnigs but they dont work.
When all bags are full it just leaves party and sell items.
It dont drop potions/runes and other items with value 200 and below. (my settings)
Re: YAKSS - Yet Another KS Script
http://gyazo.com/c34e41e8d60547e169452e916e33ba40
getting this error right when going in to the instance
getting this error right when going in to the instance
Re: YAKSS - Yet Another KS Script
I'll try again. I'm sorry for my english. Apparently it isnt good enough to communicate freely.
I have problem with this feature:
It just sell all looted items without selection.
I have problem with this feature:
Never saw bot dropping anything. It woud be nice if it get rid of cheap belts and potions to make room for valuable loot.BillDoorNZ wrote: [*] Autocalculates min loot value using luck pointer (thanks rock) and drops anything under that value - see KSSetLootValue and KSCheckForFullInventory(uses CleanBag)
It just sell all looted items without selection.
-
- Posts: 446
- Joined: Wed Aug 03, 2011 7:37 pm
Re: YAKSS - Yet Another KS Script
bruenor9 wrote:http://gyazo.com/c34e41e8d60547e169452e916e33ba40
getting this error right when going in to the instance
sorry about that - not being able to test anything is a real pain!!!! will update in a second to remove the offending line of code.
Re: YAKSS - Yet Another KS Script
Ok let me know when you do bud
-
- Posts: 446
- Joined: Wed Aug 03, 2011 7:37 pm
Re: YAKSS - Yet Another KS Script
hmm...it should be dropping the low-value loot. But it all depends on what you have set things too.krix wrote:I'll try again. I'm sorry for my english. Apparently it isnt good enough to communicate freely.
I have problem with this feature:Never saw bot dropping anything. It woud be nice if it get rid of cheap belts and potions to make room for valuable loot.BillDoorNZ wrote: [*] Autocalculates min loot value using luck pointer (thanks rock) and drops anything under that value - see KSSetLootValue and KSCheckForFullInventory(uses CleanBag)
It just sell all looted items without selection.
What did you set KS_check_bag, KS_loot_discard_value and KS_loot_discard_quality to?
Are you using Magic Perfume?
The waypoint only bothers checking how full the characters inventory is when it is in the instance too.
-
- Posts: 446
- Joined: Wed Aug 03, 2011 7:37 pm
Re: YAKSS - Yet Another KS Script
updated and ready for more trial and error testing!!bruenor9 wrote:Ok let me know when you do bud
Who is online
Users browsing this forum: No registered users and 3 guests