Jump to content

Join our Slack

Talk to other users and have a great time
Slack Server

Welcome to our Community

Click here to get your Exiled Bot license
Donation Store
Sign in to follow this  
marabot

Any word on path finding / stashing?

Recommended Posts

Just seeing if there had been any further developments on pathfinding and if/when we'll get some stashing options. Looked like you guys were pretty close on path finding about a week ago, but its been quiet since. I'm hoping some stashing is in the works too, I hate to think how many alts/alchs I'm missing out on cause I have to leave rares on the ground. You guys have done a great job so far, if we can get these features added I'll be more than happy to throw some money your way. Thanks for the hard work!

Share this post


Link to post
Share on other sites

pathing was nearly released yesterday. some last minute bug prevented alkpone from releasing.

stashing seems to be the main goal after pathing is done.

Share this post


Link to post
Share on other sites

Actually, pathfinding and exploration are already nicely working on the dev version, but I still have some performances issues that I would like to solve before releasing.

Share this post


Link to post
Share on other sites

cant u just not make the path grid that close? less nodes gives nice performance easily.

ofc not too less nodes since u loose accuracy like this

Share this post


Link to post
Share on other sites

not running inside the forums and on youtube directly german music restrictions fuck it ;/

but im also too exited to see the path finding and those other new things.

good timing btw. since my exam is tomorrow so ill have a bit more time afterwards ;P

Share this post


Link to post
Share on other sites

[rarity] == unique
[rarity] == currency
[rarity] == gem
[type] == ring && [rarity] == rare
[type] == amulet && [rarity] == rare
[type] == armour && [sockets] == 6
[type] == weapon && [sockets] == 6
[type] == armour && [sockets] >= 5 && [links] >= 4
[type] == weapon && [sockets] >= 5 && [links] >= 4

This is just an example of my stashing/keep/sell code - works perfect :D

Will make a movie with full support of everything within the next days - now working on auto stacking...

Share this post


Link to post
Share on other sites

what kind of code is that?

seems just like pseudo code examples xD

Seems to me that you are pretty new to the botting-scene, otherwise you might have seens something like this before...

This is a pickit configuration file.

Everyone can create his own file and make some statements of items he would like to find.

You like to keep all strength-intelligence armors (chest, helmet, shields, gloves and boots) this is your code:

[subtype] == strength-intelligence

You want to keep only the rare str-int chest armors this is your code:

[type] == armor && [subtype] == strength-intelligence && [rarity] == rare

Share this post


Link to post
Share on other sites
Sign in to follow this  

×
×
  • Create New...