|
المشاركات 1,994 |
+التقييم 1.01 |
تاريخ التسجيل Jun 2019 |
الاقامة |
نظام التشغيل ويندوز 0 |
رقم العضوية 279 |
if (Player.Class >= 60 && Player.Class <= 65)
Player.AttackRange += 2;
Player.AttackRange += 2;
#region VIP 7 And 8 //ByNoUr
if (Player.VIPLevel == 8)
{
Player.ItemHP += 4000;
Player.BaseMaxAttack += 4000;
Player.BaseMinAttack += 4000;
Player.Breaktrough += 500;
Player.Counteraction += 500;
Player.Defence += 3000;
Player.CriticalStrike += 3500;
Player.Immunity += 3500;
Player.AddFlag3((ulong)Update.Flags3.GoldBrickSuper);
}
if (Player.VIPLevel == 7)
{
Player.ItemHP += 4000;
Player.BaseMaxAttack += 4000;
Player.BaseMinAttack += 4000;
Player.Breaktrough += 200;
Player.Counteraction += 200;
Player.Defence += 1500;
Player.CriticalStrike += 2000;
Player.Immunity += 2000;
Player.AddFlag3((ulong)Update.Flags3.GoldBrickSuper);
}
if (Player.VIPLevel <= 6)
{
Player.RemoveFlag3((ulong)Update.Flags3.GoldBrickSuper);
}
if (Player.VIPLevel <= 5)
{
Player.RemoveFlag3((ulong)Update.Flags3.GoldBrickSuper);
}
if (Player.VIPLevel <= 4)
{
Player.RemoveFlag3((ulong)Update.Flags3.GoldBrickSuper);
}
if (Player.VIPLevel <= 3)
{
Player.RemoveFlag3((ulong)Update.Flags3.GoldBrickSuper);
}
if (Player.VIPLevel <= 2)
{
Player.RemoveFlag3((ulong)Update.Flags3.GoldBrickSuper);
}
if (Player.VIPLevel <= 1)
{
Player.RemoveFlag3((ulong)Update.Flags3.GoldBrickSuper);
}
if (Player.VIPLevel <= 0)
{
Player.RemoveFlag3((ulong)Update.Flags3.GoldBrickSuper);
}
#endregion
الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1) | |
|
الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة |
سورس Viking بلودر اليكس العادي | midoazoz | سورسات كونكر | 209 | 2024-10-24 01:05 AM |
لودر csv3config العادي معظم الناس محتاجه .. | AMREL3FREIT | البرامج والودرات | 171 | 2024-10-08 04:52 PM |
اذاي اخلي الجارد يلبس سلاحين و يبقي شكل الاكونت العادي | Tefa | تطوير سيرفرات كونكر | 9 | 2022-04-06 04:53 PM |
بخصوص كل السورسات | Tyranny-Team's | مشكلات السيرفيرات كونكر الشخصيه | 9 | 2020-04-30 10:38 AM |
ازاي تخلي الجيانغ يجي ابك بفي اي بي 6 ولو مكنش في اي بي يجيله الجيانغ العادي | Hassan Emprator | تطوير سيرفرات كونكر | 1 | 2019-11-28 09:34 PM |