![]() |
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 |
RE: Help with filtering legendary - adaml2 - 07-11-2015 06:32 AM 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. ![]() Tab loot is set in this way. ![]() RE: Help with filtering legendary - fitarkus - 07-11-2015 06:44 PM UP This script does not run. Titan can you fix it? WHY bot does not recognize the legendary ancient objects? RE: Help with filtering legendary - Titanium - 07-12-2015 01:58 AM The correct ones should be [ANCIENT] == true The below line is not supported [Ancient] == true |