08-03-2010, 03:45 AM
@tartarsauce
See if the path is "C:\Program Files\Diablo 2\game.exe" [or wherever you installed it].. if the path is blank it should not run diablo..
@Akao
Well.. this is easy.. it goes like this..
Example:
== -> equals; no more, no less, no nothing, JUST the exact match;
!= -> different; anything BUT that match;
<= -> less than or equal; inferior or same as the match;
>= -> greater than or equal; superior or same as the match;
So.. when it says [Flag] != ethereal it is not gonna keep ethereal items because the flag says "do not pick ethereal"..
tartarsauce Wrote:i am having troubles...my manager wont even start diablo...doesnt start it at all...
any help??
See if the path is "C:\Program Files\Diablo 2\game.exe" [or wherever you installed it].. if the path is blank it should not run diablo..
@Akao
Akao Wrote:When smth in the snagit files is named like this:
"[Name] == WarBelt && [Quality] == unique && [Flag] != ethereal # [EnhancedDefense] >= 200 // Thundergod's Vigor" --> Does it mean if its ETH, it should not pick it up / sell it - or whats the difference between the same sentence with and without the "!".
Hope someone can help me out here
Well.. this is easy.. it goes like this..
Example:
== -> equals; no more, no less, no nothing, JUST the exact match;
!= -> different; anything BUT that match;
<= -> less than or equal; inferior or same as the match;
>= -> greater than or equal; superior or same as the match;
So.. when it says [Flag] != ethereal it is not gonna keep ethereal items because the flag says "do not pick ethereal"..