منتدي اكواد

منتدي اكواد (https://code.vpscairo.com/index.php)
-   مشكلات السيرفيرات كونكر الشخصيه (https://code.vpscairo.com/forumdisplay.php?f=12)
-   -   اسكلة الرون (https://code.vpscairo.com/showthread.php?t=3509)

مجدى 2020-01-29 09:40 PM

اسكلة الرون
 
ironshield دي اسكلة الرون بتاعة المونك اللى هو الشيلد بيقعد 25 ثانية انا عايز اخليه 15 ثانية

Rider 2020-01-31 04:59 PM

رد: اسكلة الرون
 
سيرش
كود PHP:

case (ushort)Enums.SpellID.IronShield

بدلها ب دي
كود PHP:

 case (ushort)Enums.SpellID.IronShield:
                        {
                            
user.Send(stream.InteractionCreate(&Attack));

                            if (
user.Entity.ContainFlag(MsgUpdate.Flags.IronShield))
                            {
                                
user.Entity.RemoveFlag(MsgUpdate.Flags.IronShield);
                                break;
                            }
                            
MsgSpellAnimation MsgSpell = new MsgSpellAnimation(user.Entity.UIDuser.Entity.UIDAttack.XAttack.YClientSpell.IDClientSpell.LevelClientSpell.UseSpellSoul);

                            if (
user.Entity.UID == Attack.OpponentUID)
                            {
                                
user.Entity.IronShieldDefence = (uint)DBSpell.DamageOnMonster;
                                
user.Entity.AddSpellFlag(MsgUpdate.Flags.IronShield, (int)15trueDBSpell.CoolDown);
                                
MsgSpell.Targets.Enqueue(new MsgSpellAnimation.SpellObj(user.Entity.UID0MsgAttackPacket.AttackEffect.None));

                            }
                            
MsgSpell.SetStream(stream);
                            
MsgSpell.Send(user);

                            
Updates.UpdateSpell.CheckUpdate(streamuserAttack0DBSpells);
                            break;
                        } 



الساعة الآن 02:47 AM

مرحبا بكم في منتدي اكواد لتطوير الالعاب