Posts: 13
Threads: 0
Joined: Jul 2010
Reputation:
0
Yes, technically you don't even need the first line. The second should pick up both since they both meet the criteria of a 5os phase blade.
Posts: 6
Threads: 3
Joined: Jun 2010
Reputation:
0
Is there a way to change the second line so it picks up only phase blades that are... well what's the quality called? not superior, but not broken/eth/crude ect. just plain 5os and 15ed 5os. not any 11ed or 14ed or any of that mess.
Posts: 13
Threads: 0
Joined: Jul 2010
Reputation:
0
A normal item with %ed is always superior, hence the ed%. A phase blade can't be eth, if you just remove the second line, the first line does what you're asking.
Posts: 6
Threads: 3
Joined: Jun 2010
Reputation:
0
I know. the first line picks up 15ed only. I want the second line to pick up non ed only. the first line will skip a 5os pb that has no ed, normal quality. I want it to pick those up. I just want it to leave superiors alone that are not 15ed.
Posts: 4,052
Threads: 275
Joined: Aug 2005
Reputation:
0
[Name] == PhaseBlade && [Quality] <= normal # ([Sockets] == 5)
This should do it, I'm almost positive, but you may need a different word, but I doubt it. (diff word for "normal")