Posts: 5
Threads: 1
Joined: Apr 2011
Reputation:
0
[Name] == ColossusBlade && [Quality] == unique && ([Flag] == ethereal # [EnhancedDamage] >= 150 || [Flag] != ethereal # [EnhancedDamage] >= 230) // Just to clarify, this is what i would put in the item configs for d2nt to have it pick up ethereal grandfathers at X ED and non-eth grandfathers at X ED right?
Thanks.
Posts: 182
Threads: 13
Joined: Mar 2011
Reputation:
0
Grandfather cannot be ethereal.
Posts: 5
Threads: 1
Joined: Apr 2011
Reputation:
0
even so, what i am asking is if that is the right way to write such a script.
Posts: 182
Threads: 13
Joined: Mar 2011
Reputation:
0
Pretty sure it won't work. Adding in the second part will likely cause synthax errors as once it reads the second # it will be looking for a seperate style of code. Easiest way to test it is to try it in a known working or default config because I honestly don't know. If it were possible though, that would be the only way I could see it being accomplished.
Posts: 385
Threads: 23
Joined: Aug 2010
Reputation:
0
and it wouldnt be ..... != ethereal
it would be ..... = ethereal
Posts: 17
Threads: 6
Joined: Jun 2007
Reputation:
0
^Actually it's == ethereal