DG12 nova and normal same DMG help me
DG12 nova and normal same DMG help me
nova = a weapon +5 ^^
normal +0 nova +0 same DMG :(
Why don't you simply compare the values at the DB? ;x
PHP Code:SELECT ref.ID, ref.CodeName128, item.* FROM _RefObjCommon as ref
JOIN _RefObjItem as item on ref.Link = item.ID
WHERE (ref.CodeName128 like '%ITEM_CH%' OR ref.CodeName128 like '%ITEM_EU%') AND
(ref.CodeName128 like '%HEAVY%' OR ref.CodeName128 like '%CLOTHES%' OR ref.CodeName128 like '%LIGHT%') AND NOT
ref.CodeName128 like '%EVENT%' AND
ref.CodeName128 like '%_12_%'
ORDER BY item.ID