Bot Exploit

Full Version: Help with filtering legendary
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
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]
UP

This script does not run.
Titan can you fix it?
WHY bot does not recognize the legendary ancient objects?
The correct ones should be
[ANCIENT] == true

The below line is not supported
[Ancient] == true
Pages: 1 2
Reference URL's