عرض مشاركة واحدة
قديم 2019-11-12, 12:38 AM
المشاركة 3
zezonever
.:: عضو نشيط ::.
  • غير متواجد
Like رد: عاوز اخلي الفي اي بي 7 يدي اتاك وايمونتي واستريك
اولا ده كود يديلك اتاك في VIP 7 And VIP 8 هنفتح ملف

GameState

هنضيف الاكواد دي جوه الملف ده


كود:
#region VIP 7 And 8 // By ZeZoOo
            
if (Player.VIPLevel == 8)
            {
                
Player.ItemHP += 10000;
                
Player.BaseMaxAttack += 10000;
                
Player.BaseMinAttack += 12000;
                
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 += 5000;
                
Player.BaseMaxAttack += 5000;
                
Player.BaseMinAttack += 10000;
                
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 

ياريت تقول مين ال ال حل افضل وشكرا