Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Help with filtering legendary
07-11-2015, 06:32 AM (This post was last modified: 07-11-2015 12:40 PM by adaml2.)
Post: #11
RE: Help with filtering legendary
How do I use the "[Ancient] == True" as in the following setting does not work?
Please edit the file and paste the following correct settings.
---------------------------------------------------------------------------

//This line stash all legendaries
[QUALITY] == "Legendary"
//The below lines are for the rare items
[LEVELRED] >= 10
//Rare weapon
//MAXSTAT is the highest value of intelligence, dex and strength
[BASETYPE] == "Weapon" && [Ancient] == True
//rare Gloves
[TYPE] == "Gloves" && [Ancient] == True
//rare Ring
[TYPE] == "Ring" && [Ancient] == True
//rare Amulet
[TYPE] == "Amulet" && [Ancient] == True
[TYPE] == "ChestArmor" && [Ancient] == True
[TYPE] == "Helm" && [Ancient] == True
[TYPE] == "Bracers" && [Ancient] == True
//rare boots
[TYPE] == "Boots" && [Ancient] == True
//rare shoulders
[TYPE] == "Shoulders" && [Ancient] == True
//rare Belt
[TYPE] == "Belt" && [Ancient] == True
//rare Shield
[TYPE] == "Shield" && [Ancient] == True
[TYPE] == "Orb" && [Ancient] == True
[TYPE] == "Mojo" && [Ancient] == True
--------------------------------------------------------------------------
With these settings, the bot shows an error.

[Image: owZwhmK.jpg]

Tab loot is set in this way.

[Image: KKiLRKs.jpg]
Find all posts by this user
Quote this message in a reply
07-11-2015, 06:44 PM (This post was last modified: 07-11-2015 06:44 PM by fitarkus.)
Post: #12
RE: Help with filtering legendary
UP

This script does not run.
Titan can you fix it?
WHY bot does not recognize the legendary ancient objects?
Find all posts by this user
Quote this message in a reply
07-12-2015, 01:58 AM
Post: #13
RE: Help with filtering legendary
The correct ones should be
[ANCIENT] == true

The below line is not supported
[Ancient] == true
Find all posts by this user
Quote this message in a reply
Post Reply 


Forum Jump:


User(s) browsing this thread: 1 Guest(s)