ItemType

06/10/2015 11:38 arneljan#1
Can Any One Till Me What This Stands for...


[Only registered and activated users can see links. Click Here To Register...]
06/10/2015 20:43 .Ocularis#2
Not sure who documented the values, it wasn't me.
These are in order starting with the item name, I'm not spending the time to sort them for you.

Code:
        public readonly string Name;
        public readonly Profession RequiredProfession;
        public readonly int RequiredWeaponSkill;
        public readonly byte RequiredLevel;
        public readonly Model.SexType RequiredSex;


        public readonly ushort
            RequiredStrength,
            RequiredAgility,
            RequiredVitality,
            RequiredSpirit;

        public readonly int
            Monopoly,
            Weight,
            MoneyPrice,
            ActionId,
            MaxAttack,
            MinAttack,
            Defense;

        public readonly ushort Agility;

        public readonly int
            Dodge,
            Life,
            Mana,
            Durability,
            MaximumDurability,
            Ident,
            FirstSocket,
            SecondSocket,
            Magic1,
            Magic2,
            Magic3,
            Data,
            MagicAttack,
            MagicDefense,
            AttackRange,
            AttackSpeed,
            FrayMode,
            RepairMode,
            TypeMask,
            EMoneyPrice,
            EMoneyMonopolyPrice,
            SaveTime,
            CriticalRate,
            MagicCriticalRate,
            AntiCriticalRate,
            MagicPenetration,
            ShieldBlock,
            CrashAttack,
            StableDefense,
            AccumulateLimit,
            Metal,
            Wood,
            Water,
            Fire,
            Earth;

        public readonly string TypeDescription, Description;

        public readonly int NameColor;

        public readonly byte ArtifactLevel;

        public readonly int MeteorCount, RecoverEnergy, AuctionCategory, AuctionDeposit;
06/10/2015 22:55 turk55#3
Quote:
Originally Posted by .Ocularis View Post
Not sure who documented the values, it wasn't me.
These are in order starting with the item name, I'm not spending the time to sort them for you.

Code:
        public readonly string Name;
        public readonly Profession RequiredProfession;
        public readonly int RequiredWeaponSkill;
        public readonly byte RequiredLevel;
        public readonly Model.SexType RequiredSex;


        public readonly ushort
            RequiredStrength,
            RequiredAgility,
            RequiredVitality,
            RequiredSpirit;

        public readonly int
            Monopoly,
            Weight,
            MoneyPrice,
            ActionId,
            MaxAttack,
            MinAttack,
            Defense;

        public readonly ushort Agility;

        public readonly int
            Dodge,
            Life,
            Mana,
            Durability,
            MaximumDurability,
            Ident,
            FirstSocket,
            SecondSocket,
            Magic1,
            Magic2,
            Magic3,
            Data,
            MagicAttack,
            MagicDefense,
            AttackRange,
            AttackSpeed,
            FrayMode,
            RepairMode,
            TypeMask,
            EMoneyPrice,
            EMoneyMonopolyPrice,
            SaveTime,
            CriticalRate,
            MagicCriticalRate,
            AntiCriticalRate,
            MagicPenetration,
            ShieldBlock,
            CrashAttack,
            StableDefense,
            AccumulateLimit,
            Metal,
            Wood,
            Water,
            Fire,
            Earth;

        public readonly string TypeDescription, Description;

        public readonly int NameColor;

        public readonly byte ArtifactLevel;

        public readonly int MeteorCount, RecoverEnergy, AuctionCategory, AuctionDeposit;
It is not like he will actually understand it though.
06/10/2015 23:22 - Cyrix#4
as .Ocularis says .
if you don't understand say
06/11/2015 01:15 Novakhan#5
Quote:
Originally Posted by turk55 View Post
It is not like he will actually understand it though.
Anyone with a minimally working brain could understand this..
06/11/2015 01:28 pro4never#6
Quote:
Originally Posted by Novakhan View Post
Anyone with a minimally working brain could understand this..
So I give him a 10 percent chance in this case.
06/11/2015 02:43 turk55#7
Quote:
Originally Posted by pro4never View Post
So I give him a 10 percent chance in this case.
I give him 5 percent.