12-24-2011, 01:15 PM
here are two lines you can use - just pick one and edit it if you need to
[Name] == VampireboneGloves && [Quality] == Normal && [Level] == 63 # [Defense] >= 56 && [ItemLevelReq] >= 47 && [Strength] >= 50 // -> Normal VampireboneGloves
[Name] == VampireboneGloves && [Quality] == Normal && [Level] >= 63 # [Strenght] >= 50 && [Defense] >= 56 && [ItemLevelReq] <= 47 // -> Normal VampireboneGloves[COLOR="Silver"]
---------- Post added at 08:45 PM ---------- Previous post was at 08:31 PM ----------
[/COLOR]if this [SIZE=-1] - min str 50 [/SIZE]- is the str to wear them then you will want to remove this from the line - [Strenght] >= 50
but if that is to add to str then you can leave it if you what the str there to keep them with that amout
[Name] == VampireboneGloves && [Quality] == Normal && [Level] == 63 # [Defense] >= 56 && [ItemLevelReq] >= 47 && [Strength] >= 50 // -> Normal VampireboneGloves
[Name] == VampireboneGloves && [Quality] == Normal && [Level] >= 63 # [Strenght] >= 50 && [Defense] >= 56 && [ItemLevelReq] <= 47 // -> Normal VampireboneGloves[COLOR="Silver"]
---------- Post added at 08:45 PM ---------- Previous post was at 08:31 PM ----------
[/COLOR]if this [SIZE=-1] - min str 50 [/SIZE]- is the str to wear them then you will want to remove this from the line - [Strenght] >= 50
but if that is to add to str then you can leave it if you what the str there to keep them with that amout