حصريا حل مشكلة MegicEffect.ini - مدونة عرب وود

الافضل لكم


Breaking

Post Top Ad

Responsive Ads Here

Post Top Ad

Responsive Ads Here

الجمعة، 25 أغسطس 2017

حصريا حل مشكلة MegicEffect.ini


قبل اى حاجة الموضوع منقول من 
علي البيج بوص
كل الشكر والتقدير 
علشان محديش بقولى منقول انا نقلتة للافادة 
مبداء العلم للجميع
يا رجاله الثغرا دي الي هو 
عبدو متركس عمل موضوع
يلا نخرب شويت سرفرات 
الي هو عبر عن

الموضوع عبارة عن تعديل في الكلينت

الناس في بعض السيرفرات بتعمله


اللعب كله في ملف MagicEffect.ini

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

يعني يبدلوا اسكلة الفونكس
باسكلة الthunder
فيبقي الفونكس بيضرب زي الthunder

وهكذا في بقية الاسكلات
نخش في الموضوه باهاولا افتح Attack.cs

ابحث عن
كود:

      public bool Decoded false;  



وضيف تحتو ده 
كود:

      public bool CheakWeponSpellfalse;  


وبعدين ادخل على Handle.cs
وبدل ده بالى عندك 
كود:


 if (doWep1Spell)
                                        {
                                            attack.attacktype Attack.Magic;
                                            attack.Decoded true;
                                            attack.CheakWeponSpell true;
                                            attack.attacked.X;
                                            attack.attacked.Y;
                                            attack.Attacked attacked.UID;
                                            attack.Damage wep1spell.ID;
                                            goto restart;
                                        }
                                        if (doWep2Spell)
                                        {
                                            attack.attacktype Attack.Magic;
                                       
     attack.Decoded true;
                                            attack.CheakWeponSpell true;
                                            attack.attacked.X;
                                            attack.attacked.Y;
                                            attack.Attacked attacked.UID;
                                            attack.Damage wep2spell.ID;
                                            goto restart;
                                        }  


هتلقيهم موجودين مرتين بدلهم 
وبعدين ابحث عن 
كود:

 else if (Attack.AttackType == Attack.Magic)  


وضيف ده تحتو 
كود:


 if (SpellTable.cheakrspell.ContainsKey(SpellID) && !attack.CheakWeponSpell)
                            return;  


وبعدين ادخل على SpellTableوضيف ده 
كود:

 public static SafeDictionary<ushortushortcheakrspell = new SafeDictionary<ushortushort>();  


وبعدين ابحث عن 

كود:

 if (!WeaponSpells.ContainsKey(spell.WeaponSubtype))//  


وضيف ده فوقو 
كود:



 //if (!cheakrspell.ContainsKey(spell.ID))
                                {
                                    cheakrspell.Add(spell.IDspell.ID);
                                }//http://www.teamxor.net  


كدا احن خلاصنه خلاص 
سلاموز باه يا رجاله وي شكرن لي علي البيج بوص

ليست هناك تعليقات:

إرسال تعليق

Post Top Ad

Responsive Ads Here
close
عنوان الصورة