-->
29571467746334864
recent
أخبار ساخنة

تزويد اتاك الكاس لسورسات كونكر الصعبة

الخط

تزوبد اتاك الكاس للسورسات كونكر الصعبه



بسم الله الرحمن الرحيم
اهلا جميع اعضاء و زوار ابداع اكسور موضوع انهردا ازي تخلي الكاس يزود


BaseDefence BaseMaxAttack BaseMinAttack Breaktrough Counteraction CriticalStrike SkillCStrike Immunity

نبدا علي بركة الله
اول حاجة تفتح كلاسك

GameState - GameClient

علي حسب السورس بتاعك
بعد كدة هتبحث عن


loadItemStats

تحتها بشوية هتلاقي

if (dbi != null)

تحت القوس حط ده للسورسات Player

#region GoldPrize
if (position == MsgItemInfo.GoldPrize)
{
if (item.ID == 2100075)
{
Player.PhysicalDamageIncrease += dbi.BaseInformation.MaxAttack;
Player.MagicDamageIncrease += dbi.BaseInformation.MagicAttack;
Player.BaseDefence += 500;
Player.BaseMaxAttack += 1200;
Player.BaseMinAttack += 1100;
Player.Breaktrough += 15;
Player.Counteraction += 15;
Player.CriticalStrike += 15;
Player.SkillCStrike += 15;
Player.Immunity += 15;
}
}
#endregion
لسورسات Entity حط دول

#region GoldPrize
if (position == ConquerItem.GoldPrize)
{
if (item.ID == 2100075)
{
Entity.PhysicalDamageIncrease += dbi.BaseInformation.MaxAttack;
Entity.MagicDamageIncrease += dbi.BaseInformation.MagicAttack;
Entity.BaseDefence += 500;
Entity.BaseMaxAttack += 1200;
Entity.BaseMinAttack += 1100;
Entity.Breaktrough += 15;
Entity.Counteraction += 15;
Entity.CriticalStrike += 15;
Entity.SkillCStrike += 15;
Entity.Immunity += 15;
}
}
#endregion
كلمة شكرا تكفي

إرسال تعليق

نموذج الاتصال
الاسمبريد إلكترونيرسالة