How to give an item quality?

01/20/2014 20:03 ~gameface~#1
Hello

I would like to know how to give an item quality.

[Only registered and activated users can see links. Click Here To Register...]

On the left as usual the meteor with his background quality, right side an example item i would like to give an quality too.. does anyone know how to? would be great. thanks.
01/20/2014 21:55 abdoumatrix#2
if (item.ID % 10 == (byte)Game.Enums.ItemQuality.Super)

Fixed = 0,
Normal = 2,
NormalV1 = 3,
NormalV2 = 4,
NormalV3 = 5,
Refined = 6,
Unique = 7,
Elite = 8,
Super = 9,
Other = 1
01/20/2014 22:23 ~gameface~#3
I don't get what u want =/
01/20/2014 22:30 littlechris95#4
The quality of items is indicated by the last number of your ID (Identifier)​​. For example:

410393 - NormalSkyBlade
410394 - NormalSkyBlade
410395 - NormalSkyBlade
410396 - RefinedSkyBlade
410397 - UniqueSkyBlade
410398 - EliteSkyBlade
410399 - SuperSkyBlade
01/20/2014 22:48 ~gameface~#5
Ye i know.. but my item has an ID like 710168, but there is no elite quality effect..
01/21/2014 15:56 abdoumatrix#6
i think u had an equipment
01/21/2014 16:05 ~gameface~#7
no just normal items.. like met,db ect.
01/22/2014 00:37 hadeset#8
I think he just wants the effect on the background of the meteor(also db) and equipment with quality.

That is a client edit. I don't know if there is a specific ini or data file that contains those things or whether it is bound to the .exe file. If its the latter, you might as well quit now, unless you have good Assembly and Olly Dbg skills or a friend who does. Obviously you don't though. Otherwise you would not be here.
01/23/2014 12:40 ~gameface~#9
I also think it's bound to the .exe checked ini files ect. but couldn't find anything