عرض مشاركة واحدة
قديم 2020-05-04, 05:42 PM
المشاركة 5
Uchiha T3Alo
.:: مشرف قسم المشاكل ::.
  • غير متواجد
Info رد: ايرور فى القونصول رايزوا
perfection.cs
سيرش

كود:
public void UpdateBestPlayer() 

اقفله من سالب و بدله ب ده

كود:
 public void UpdateBestPlayer()
        {
            
Stuff = new Dictionary<stringuint>();
            
BestPlayer Rayzo.Network.GamePackets.MsgUserAbilityScore.RankingList.OrderByDescending(=> i.Prestige).ThenByDescending(=> i.Level).ThenBy(=> i.UID).FirstOrDefault();
            if (
BestPlayer == null) return;
            
using (var cmd = new MySqlCommand(MySqlCommandType.SELECT).Select("items").Where("EntityID"BestPlayer.UID).And("Position"0true))
            
using (var reader = new MySqlReader(cmd))
            {
                while (
reader.Read())
                {
                    if (
reader.ReadByte("Position") == 5) if (!Stuff.ContainsKey(GetPositionName(5))) Stuff.Add(GetPositionName(5), reader.ReadUInt32("ID"));
                    if (
reader.ReadByte("Position") == 9) if (!Stuff.ContainsKey(GetPositionName(9))) Stuff.Add(GetPositionName(9), reader.ReadUInt32("ID"));
                    if (
reader.ReadByte("Position") == 4) if (!Stuff.ContainsKey(GetPositionName(4))) Stuff.Add(GetPositionName(4), reader.ReadUInt32("ID"));
                    if (
reader.ReadByte("Position") == 19)
                    {
                        if (!
Stuff.ContainsKey(GetPositionName(19)))
                        
Stuff.Add(GetPositionName(19), reader.ReadUInt32("ID"));
                        if (!
Stuff.ContainsKey(GetPositionName(255)))
                        
Stuff.Add(GetPositionName(255), reader.ReadByte("Plus"));
                    }
                }
                if (!
Stuff.Keys.Contains("MountArmor"))
                {
                    
using (var cmd2 = new MySqlCommand(MySqlCommandType.SELECT).Select("items").Where("EntityID"BestPlayer.UID).And("Position"0true))
                    
using (var reader2 = new MySqlReader(cmd2))
                    {
                        while (
reader2.Read())
                        {
                        }
                    }
                }
            }
        } 



بس حضرتك انت قريت كل الاكواد الى كتبتها ده ؟ مافيش فيهم حل للمشكلة اصلا ولو تكرر الايتمز تانى هيجيلوا نفس الايرور الصح انه يعرف ايه الى بيقرر الايتمز مش مسالة تبديل فويدات وخلاص مهو ممكن يكون عيب Save ووممكن يكون عيب Load وممكن يكون عيب ان Addingitem بتضيف نفس الايتمز مش بتعملوا uid مختلف عن التانى بس عمتا الى انت شايفوا صح خليه :]