<~~ Request and Help

Newbie Spellweaver
Joined
Oct 3, 2008
Messages
46
Reaction score
4
Hi RageZone People.

Well, i would like to know ALL the AIDs GRADES like 255, 254, 253, 252, 2 and 0...
Just that? D:



And My Request is:

I wonder, if someone could, make me one new JJANG, something nice writen:

Event Winner
or
Winner
or
STG

D: Thanks!
 
Code:
    public enum UGradeIDs : byte
    {
        free = 0,
        regular = 1, // ?
        jjang = 2,
        criminal = 100 , // ?
        warning1 = 101 , // ?
        warning2 = 102, // ?
        warning3 = 103, // ?
        chatBanned = 104 ,
        penalty = 105 , // ?
        gameMaster = 252,
        banned = 253,
        developer = 254,
        administator = 255
    }
 
Upvote 0
Back