عرض مشاركة واحدة
احصائياتى

الردود
4

المشاهدات
6123
 
ElSaher

ElSaher is on a distinguished road

    غير متواجد

المشاركات
1,999

+التقييم
0.92

تاريخ التسجيل
Jun 2019

الاقامة

نظام التشغيل

رقم العضوية
279
2019-08-10, 07:10 PM
المشاركة 1 
#1  
Like اضافت vip 7 وا vip8 في السورسات العادي
بسم الله الرحمان الراحيم

اضافت vip 7 وا vip8 في السورسات العادي

هنبدا هتدور علي
GameState.cs

هتبحث عن دي


كود:
 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 


ولو الشفرات بتاعت الفايبي 7 مش اشتغلت عندكك
جرب الشفرة دي

@Give اسم الاميل Vip 7
@Give اسم الاميلVip 8