Bot Exploit
Help with filtering legendary - Printable Version

+- Bot Exploit (http://www.botexploit.com/en/forum)
+-- Forum: Bot Exploit Forum (/Forum-Bot-Exploit-Forum)
+--- Forum: Support (/Forum-Support)
+--- Thread: Help with filtering legendary (/Thread-Help-with-filtering-legendary)

Pages: 1 2


Help with filtering legendary - olive1 - 06-21-2015 01:09 PM

I know there is a way but just failing hard to work it out. Maybe one of you or titan can explain to me or main a filter profile to only the legendarys im looking for im bored of DEing legs all day that i dont want.

When i say filter i dont want to filter by the amount of Str or CC or anything like that just filter out the legs that i never use and never will, there are only 13 legs i will every use right now and just want the bot to only stash them...

Is there a way...

Can anyone help me set it up??

Or explain to me in lameun terms how to do it??

Thanks in advance


P.S
To add some more info i only want to stash
Rolands Mantle
Rolands Grasp
Rolands Visage
Rolands Bearings
Roaldns Determinations
Rolands Stride
Furnace
Strongarm Bracers
Restraint
Focus
All Sheilds at the moment
All Amulets


RE: Help with filtering legendary - Titanium - 06-21-2015 01:55 PM

1) Select "High" in Settings > Loot > Stash filter
2) Edit the file in Rules/High/Legendary.txt using a notepad
Delete all lines and put in the following lines: (Please see http://www.botexploit.com/en/forum/Thread-Stash-Filter-Rules-Parameters-Explanation for more details)

[NAME] == "ROLAND'S MANTLE"
// Put in other similar lines starting with [NAME] ==
[NAME] == "Focus"

[QUALITY] == "Legendary" && [TYPE] == "Shield"
[QUALITY] == "Legendary" && [TYPE] == "Amulet"


RE: Help with filtering legendary - olive1 - 06-21-2015 03:39 PM

(06-21-2015 01:55 PM)Titanium Wrote:  1) Select "High" in Settings > Loot > Stash filter
2) Edit the file in Rules/High/Legendary.txt using a notepad
Delete all lines and put in the following lines: (Please see http://www.botexploit.com/en/forum/Thread-Stash-Filter-Rules-Parameters-Explanation for more details)

[NAME] == "ROLAND'S MANTLE"
// Put in other similar lines starting with [NAME] ==
[NAME] == "Focus"

[QUALITY] == "Legendary" && [TYPE] == "Shield"
[QUALITY] == "Legendary" && [TYPE] == "Amulet"

Before i start using it titan can you do a quick once over to make sure i have understood u correctly i will copy the text underneath this so you can have a look.

Thanks

[NAME] == "ROLAND'S MANTLE"
[NAME] == "ROLAND'S VISAGE"
[NAME] == "ROLAND'S GRASP"
[NAME] == "ROLAND'S BEARING"
[NAME] == "ROLAND'S DETERMINATION"
[NAME] == "ROLAND'S STRIDE"
[NAME] == "FOCUS"
[NAME] == "RESTRAINT"
[NAME] == "THE FURNACE"
[NAME] == "PIRO MARELLA"
[NAME] == "DRAKON'S LESSON"
[QUALITY] == "Legendary" && [TYPE] == "Amulet"
[QUALITY] == "Legendary" && [TYPE] == "Belt"

I also attached the actually high rules notepad incase its incorrect on here

one more thing can i make each one Ancient or not by adding anymore code?

if you could check it please


RE: Help with filtering legendary - olive1 - 06-21-2015 09:09 PM

Also any chance of having a look at the xp/h yet so annoying not knowing what were actually getting never know what settings are improving it or not


RE: Help with filtering legendary - olive1 - 06-25-2015 10:54 AM

bump...


RE: Help with filtering legendary - Titanium - 06-26-2015 07:25 AM

[Ancient] == True


RE: Help with filtering legendary - adaml2 - 06-30-2015 04:03 PM

Welcome.
Please paste the post legendary.txt file which relies on a form of ancient legend.

Thank you in advance.


RE: Help with filtering legendary - olive1 - 07-01-2015 05:24 PM

Yes titan can you read my posts again

I used the code that I pasted into here and it doesn't work, with this code it just sells all items but amulets and belts. Not saving the legendarys I want Sad


RE: Help with filtering legendary - Titanium - 07-06-2015 11:07 PM

[NAME] == "ROLAND'S MANTLE"
Should be changed to
[NAME] == "Roland's Mantle"

Same for other legendary names


RE: Help with filtering legendary - olive1 - 07-07-2015 09:55 AM

(07-06-2015 11:07 PM)Titanium Wrote:  [NAME] == "ROLAND'S MANTLE"
Should be changed to
[NAME] == "Roland's Mantle"

Same for other legendary names

ok thats working now but where do i input the [ANCIENT] == True ??