01-13-2012, 07:25 AM
comper Wrote:[Name] == VortexShield && [Quality] <= Superior && [Flag] != Ethereal # [FireResist] >= 45 && [EnhancedDefense] >= 0 && ([Sockets] == 0 || [Sockets] == 3 || [Sockets] == 4)
[Name] == VortexShield && [Quality] < Superior && [Flag] == Ethereal # [FireResist] >= 35 && [Sockets] == 0
[Name] == VortexShield && [Quality] < Superior && [Flag] == Ethereal # [EnhancedDamage] >= 60 && [Sockets] == 0
here are 3 lines for a vortex the 1st is non-eth with 0, 3, 4 sockets plus 45 all resist
the last 2 lines are for eth ones 2nd one is set for 35+ all resist and no sockets for you to cube socket it
the 3rd line is set for eth 60+ ed damage and no sockets
so depends what you are wanting the bot to keep to edit them or to add a new line
plus in your bot your lines for paly shield looks like this - [Type] == auricshields which will pick up any paly shield and check the stats on it
ok so if i read it right != is (not) && is (and has) || is (or)?
what does this mean? tohit?
[Name] == GrandCharm && [Quality] == magic # (([MaxDamage] >= 9 && [ToHit] >= 60) || [ItemAddSkillTab] >= 1) && ([MaxHP] >= 20 || [Strength] >= 5 || [Dexterity] >= 5 || [FHR] >= 12)
ok so this is the only one the bot had when it sold the gc. is it cuz it was just a skill and not the added at the end? if so that stuff is way rare to have added to a skill gc
i think i have the rest down... its just over whelming sense it's the first time i've seen/looked at such writing before[COLOR="Silver"]
---------- Post added at 01:55 PM ---------- Previous post was at 01:46 PM ----------
[/COLOR]would this work?
[Name] == GrandCharm && [Quality] == magic # [ItemAddSkillTab] >= 1
or will it drop anything with +1skill and something added cuz it doesnt have a second part?