|
public void UpdateBestPlayer
public void UpdateBestPlayer()
{
Stuff = new Dictionary<string, uint>();
BestPlayer = Rayzo.Network.GamePackets.MsgUserAbilityScore.RankingList.OrderByDescending(i => i.Prestige).ThenByDescending(i => i.Level).ThenBy(i => i.UID).FirstOrDefault();
if (BestPlayer == null) return;
using (var cmd = new MySqlCommand(MySqlCommandType.SELECT).Select("items").Where("EntityID", BestPlayer.UID).And("Position", 0, true))
using (var reader = new MySqlReader(cmd))
{
while (reader.Read())
{
if (reader.ReadByte("Position") == 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) 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", 0, true))
using (var reader2 = new MySqlReader(cmd2))
{
while (reader2.Read())
{
}
}
}
}
}
الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1) | |
|
الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة |
صفحات تسجيل سهله التركيب ورائعه | Mr. Co | صفحات التسجيل كونكر اونلاين | 202 | 2024-11-04 03:02 PM |
مشكله صعبه في الانبي سي | محمد رجب (سداح) | مشكلات السيرفيرات كونكر الشخصيه | 3 | 2020-01-24 08:47 PM |
جعل اللفلفه صعبه في سورس رايزو | neno2052 | مشكلات السيرفيرات كونكر الشخصيه | 1 | 2019-11-22 12:44 AM |
مشكله جعل اللفلفه صعبه في سورس رايزو | neno2052 | مشكلات السيرفيرات كونكر الشخصيه | 4 | 2019-11-05 12:55 AM |
Npc Give Level 140 | محمد ياسر | تطوير سيرفرات كونكر | 1 | 2019-06-25 10:37 PM |