Posts: 12
Threads: 9
Joined: May 2009
Reputation:
0
I am not sure if I am reading the script correctly for the unique pick it, but does the script below mean it will only pick up that item if it is eth?
[Name] == SpiderwebSash && [Quality] == unique && [Flag] != ethereal # [EnhancedDefense] >= 90 // Arachnid Mesh
Posts: 12
Threads: 9
Joined: May 2009
Reputation:
0
how can I adjust the script so it can pick up some non-eth items like Arachnid Mesh, War Travs, Waterwalks, etc.
Posts: 5,260
Threads: 513
Joined: Aug 2004
Reputation:
0
clemens1989 Wrote:I am not sure if I am reading the script correctly for the unique pick it, but does the script below mean it will only pick up that item if it is eth?
[Name] == SpiderwebSash && [Quality] == unique && [Flag] != ethereal # [EnhancedDefense] >= 90 // Arachnid Mesh
That mean's it will pick up uniq arachnid (not eth) and it would id it to make sure its 90% +
This means it will pick up uniq skullders that are eth only and with 200% ed (perf eth skullders)
[Name] == RussetArmor && [Quality] == unique && [Flag] == ethereal # [EnhancedDefense] >= 200 // Skullder's Ire
Hope this helps, If u need any more help let us know
[SIGPIC]http://yfrog.com/mhskidudecopyg[/SIGPIC]