منتدي اكواد

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

Alaa Ghanem 2019-12-08 07:10 PM

مشكلة في السورس الي نزلو Mr_ZeZo
 
[COLOR="Purple"]السلام عليكم[/COLOR]

بعدت ما ركبت السورس الي نزلو Mr_ZeZo متشكرين طبعاً ع السورس بس بييجي ايرور في القونصل
لينك موضوع السورس


https://code.vpscairo.com/showthread.php?t=3220

صورة من المشكلة

https://www10.0zz0.com/2019/12/08/20/842052743.png

zezonever 2019-12-09 12:01 AM

رد: مشكلة في السورس الي نزلو Mr_ZeZo
 
ادخل ع World.cs وبعدين روح ع ClanWar

وامسح الرساله ال بتجيلك من الكلان وار والموضوع انتهي

zezonever 2019-12-09 12:14 AM

رد: مشكلة في السورس الي نزلو Mr_ZeZo
 
هريحك خالص علشان ميجيش ارور تاني لما تمسح ملف الكلان وار ال بيجي من الورد ابعت عن ملف UnoinWar.cs هتمسح كل ال فيه وهضيف دول وكل سنه وانت طيب خلاص كده المشكله

كود PHP:

// * Created by ZeZoOo
// * Copyright © 2020
// * All rights reserved Mr.ZeZoOo - Project
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Mr_ZeZo.Network.GamePackets;
using Mr_ZeZo.Database;

namespace 
Mr_ZeZo.Game
{
    public class 
ClanWar
    
{
        public static 
SobNpcSpawn Pole;
        public static 
SafeDictionary<uintClanScores = new SafeDictionary<uintClan>(100);
        public static 
bool IsWar falseFirstRound false;
        public static 
Time32 ScoreSendStampLastWin;
        public static 
Clan PoleKeeperCurrentTopLeader;
        private static 
bool changed false;
        private static 
string[] scoreMessages;
        public static 
DateTime StartTime;
        public static 
bool Claim
        
{
            
get { return Program.Vars["cwclaim"]; }
            
set Program.Vars["cwclaim"] = value; }
        }
        public static 
uint KeeperID
        
{
            
get { return Program.Vars["cwkeeperid"]; }
            
set Program.Vars["cwkeeperid"] = value; }
        }
        public static 
void Initiate()
        {
            
Database.DMaps.LoadMap(1509);
            var 
Map Kernel.Maps[1509];
            
Pole = (SobNpcSpawn)Map.Npcs[812];
        }
        public static 
void Start()
        {
            
Scores = new SafeDictionary<uintClan>(100);
            
StartTime DateTime.Now;
            
FirstRound true;
            foreach (
Clan clan in Kernel.Clans.Values)
            {
                
clan.WarScore 0;
            }
            
Claim false;
            
IsWar true;
        }

        public static 
void Reset()
        {
            
Scores = new SafeDictionary<uintClan>(100);
            
Pole.Hitpoints Pole.MaxHitpoints;

            foreach (
Clan clan in Kernel.Clans.Values)
            {
                
clan.WarScore 0;
            }

            
IsWar true;
        }

        public static 
void FinishRound()
        {
            
LastWin Time32.Now;

            
FirstRound false;
            
SortScores(out PoleKeeper);
            if (
PoleKeeper != null)
            {
                
KeeperID PoleKeeper.ID;
                
Pole.Name PoleKeeper.Name;
            }
            
Pole.Hitpoints Pole.MaxHitpoints;
            
Kernel.SendWorldMessage(PoleProgram.Values, (ushort)1509);
            
Reset();
        }

        public static 
void End()
        {
            if (
PoleKeeper != null)
            {
                
Kernel.SendWorldMessage(new Message("The Union, " PoleKeeper.Name ", owned by " PoleKeeper.LeaderName " has won " rates.Clanwarday " cps!---Clan war has ended!"System.Drawing.Color.WhiteMessage.Center), Program.Values);

                
PoleKeeper.PoleKeeper true;
            }
            else
            {
                
Kernel.SendWorldMessage(new Message(" Union has ended and there was no winner "System.Drawing.Color.RedMessage.Center), Program.Values);

            }
            
Claim true;
            
IsWar false;
            
UpdatePole(Pole);
        }

        public static 
void AddScore(uint addScoreClan clan)
        {
            if (
clan != null)
            {
                
clan.WarScore += addScore;
                
changed true;
                if (!
Scores.ContainsKey(clan.ID))
                    
Scores.Add(clan.IDclan);
                if ((int)
Pole.Hitpoints <= 0)
                {
                    
FinishRound();

                    return;
                }
            }
        }

        public static 
void SendScores()
        {
            if (
scoreMessages == null)
                
scoreMessages = new string[0];
            if (
Scores.Count == 0)
                return;
            if (
changed)
                
SortScores(out CurrentTopLeader);

            for (
int c 0scoreMessages.Lengthc++)
            {
                
Message msg = new Message(scoreMessages[c], System.Drawing.Color.Red== Message.FirstRightCorner Message.ContinueRightCorner);
                
Kernel.SendWorldMessage(msgProgram.Values, (ushort)1510);
            }
        }

        private static 
void SortScores(out Clan winner)
        {
            
winner null;
            List<
stringret = new List<string>();
            
int Place 0;
            foreach (
Clan clan in Scores.Values.OrderByDescending((p) => p.WarScore))
            {
                if (
Place == 0)
                    
winner clan;
                
string str "No  " + (Place 1).ToString() + ": " clan.Name "(" clan.WarScore ")";
                
ret.Add(str);
                
Place++;
                if (
Place == 4)
                    break;
            }

            
changed false;
            
scoreMessages ret.ToArray();
        }

        private static 
void UpdatePole(SobNpcSpawn pole)
        {
            new 
Database.MySqlCommand(Mr_ZeZo.Database.MySqlCommandType.UPDATE)
            .
Update("sobnpcs").Set("name"pole.Name).Set("life"Pole.Hitpoints).Where("id"pole.UID).Execute();
        }
    }
    public class 
UnionWar
    
{
        public static 
SobNpcSpawn Pole;
        public static 
SafeDictionary<uintMr_ZeZo.Network.GamePackets.Union.UnionClassScores = new SafeDictionary<uintMr_ZeZo.Network.GamePackets.Union.UnionClass>(100);
        public static 
bool IsWar falseFirstRound false;
        public static 
Time32 ScoreSendStampLastWin;
        public static 
Mr_ZeZo.Network.GamePackets.Union.UnionClass PoleKeeperCurrentTopLeader;
        private static 
string[] scoreMessages;
        public static 
DateTime StartTime;
        public static 
bool Claim
        
{
            
get { return Program.Vars["uwclaim"]; }
            
set Program.Vars["uwclaim"] = value; }
        }
        public static 
uint KeeperID
        
{
            
get { return Program.Vars["uwkeeperid"]; }
            
set Program.Vars["uwkeeperid"] = value; }
        }
        public static 
void Initiate()
        {
            
Database.DMaps.LoadMap(1510);
            var 
Map Kernel.Maps[1510];
            
Pole = (SobNpcSpawn)Map.Npcs[817];
        }
        public static 
void Start()
        {
            
Scores = new SafeDictionary<uintMr_ZeZo.Network.GamePackets.Union.UnionClass>(100);
            
StartTime DateTime.Now;
            
Kernel.SendWorldMessage(new Message("Union war has began!"System.Drawing.Color.RedMessage.Center), Program.Values);
            
FirstRound true;
            foreach (
Mr_ZeZo.Network.GamePackets.Union.UnionClass clan in Kernel.Unions.Values)
            {
                
clan.WarScore 0;
            }
            
Claim false;
            
IsWar true;
        }

        public static 
void Reset()
        {
            
Scores = new SafeDictionary<uintMr_ZeZo.Network.GamePackets.Union.UnionClass>(100);
            
Pole.Hitpoints Pole.MaxHitpoints;

            foreach (
Mr_ZeZo.Network.GamePackets.Union.UnionClass clan in Kernel.Unions.Values)
            {
                
clan.WarScore 0;
            }

            
IsWar true;
        }

        public static 
void FinishRound()
        {
            
LastWin Time32.Now;

            
FirstRound false;
            
SortScores(out PoleKeeper);
            if (
PoleKeeper != null)
            {
                
KeeperID PoleKeeper.ID;
                
Kernel.SendWorldMessage(new Message("The Union, " PoleKeeper.Name ", owned by " PoleKeeper.LeaderName " has won this Union war round"System.Drawing.Color.RedMessage.Center), Program.Values);

                
Pole.Name PoleKeeper.Name;
            }
            
Pole.Hitpoints Pole.MaxHitpoints;
            
SendScreen(Pole.ToArray());
            
Kernel.SendWorldMessage(PoleProgram.Values, (ushort)1510);
            
Reset();
        }

        public static 
void End()
        {
            if (
PoleKeeper != null)
            {
                
Mr_ZeZo.Kernel.SendWorldMessage(new Message(" The Union " PoleKeeper.Name " claimed the prize [250.000] ConquerPoints for winning the UnionWar "System.Drawing.Color.BlackMessage.Center), Program.Values);
                
PoleKeeper.PoleKeeper true;
            }
            else
            {
                
Kernel.SendWorldMessage(new Message(" Union war has ended and there was no winner "System.Drawing.Color.RedMessage.Center), Program.Values);

            }
            
Claim true;
            
IsWar false;
            
UpdatePole(Pole);
        }
        public static 
void SendScreen(byte[] buffer)
        {
            foreach (
Client.GameState client in Program.Values)
            {

                if (
client != null)
                {
                    if (
client.Player != null)
                    {
                        {
                            if (
Kernel.GetDistance(client.Player.Xclient.Player.YPole.XPole.Y) > 18 && client.Player.MapID == 1510)
                            {
                                continue;
                            }
                            
client.Send(buffer);
                        }
                    }
                }
            }
        }
        public static 
void AddScore(uint addScoreMr_ZeZo.Network.GamePackets.Union.UnionClass clan)
        {
            if (
clan != null)
            {
                
clan.WarScore += addScore;
                if (!
Scores.ContainsKey(clan.ID))
                    
Scores.Add(clan.IDclan);
                
SendScores();
                if ((int)
Pole.Hitpoints <= 0)
                {
                    
FinishRound();

                    return;
                }
            }
        }
     
        public static 
void SendScores()
        {
            if (
scoreMessages == null)
                
scoreMessages = new string[0];
            if (
Scores.Count == 0)
                return;
            for (
int c 0scoreMessages.Lengthc++)
            {
                
Message msg = new Message(scoreMessages[c], System.Drawing.Color.Red== Message.FirstRightCorner Message.ContinueRightCorner);
                
Kernel.SendWorldMessage(msgProgram.Values, (ushort)1510);
            }
        }

        private static 
void SortScores(out Mr_ZeZo.Network.GamePackets.Union.UnionClass winner)
        {
            
winner null;
            List<
stringret = new List<string>();
            
int Place 0;
            foreach (
Mr_ZeZo.Network.GamePackets.Union.UnionClass clan in Scores.Values.OrderByDescending((p) => p.WarScore))
            {
                if (
Place == 0)
                    
winner clan;
                
string str "No  " + (Place 1).ToString() + ": " clan.Name "(" clan.WarScore ")";
                
ret.Add(str);
                
Place++;
                if (
Place == 4)
                    break;
            }

            
scoreMessages ret.ToArray();
        }

        private static 
void UpdatePole(SobNpcSpawn pole)
        {
            new 
Database.MySqlCommand(Mr_ZeZo.Database.MySqlCommandType.UPDATE)
            .
Update("sobnpcs").Set("name"pole.Name).Set("life"Pole.Hitpoints).Where("id"pole.UID).Execute();
        }
    }



Alaa Ghanem 2019-12-09 03:44 PM

رد: مشكلة في السورس الي نزلو Mr_ZeZo
 
تمام الله ينور يا صحبي الايرور اتشال 100%
بس في مشكلة تاني في البوله مهما تضرب في البوله مبتضربش

Mawdo3jded 2019-12-10 06:47 PM

رد: مشكلة في السورس الي نزلو Mr_ZeZo
 
انا جربت الحل و الارور متشلش ؟

Mawdo3jded 2019-12-10 06:54 PM

رد: مشكلة في السورس الي نزلو Mr_ZeZo
 
اقتباس:

المشاركة الأصلية كتبت بواسطة zezonever (المشاركة 24562)
هريحك خالص علشان ميجيش ارور تاني لما تمسح ملف الكلان وار ال بيجي من الورد ابعت عن ملف UnoinWar.cs هتمسح كل ال فيه وهضيف دول وكل سنه وانت طيب خلاص كده المشكله

كود PHP:

// * Created by ZeZoOo
// * Copyright © 2020
// * All rights reserved Mr.ZeZoOo - Project
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using Mr_ZeZo.Network.GamePackets;
using Mr_ZeZo.Database;

namespace 
Mr_ZeZo.Game
{
    public class 
ClanWar
    
{
        public static 
SobNpcSpawn Pole;
        public static 
SafeDictionary<uintClanScores = new SafeDictionary<uintClan>(100);
        public static 
bool IsWar falseFirstRound false;
        public static 
Time32 ScoreSendStampLastWin;
        public static 
Clan PoleKeeperCurrentTopLeader;
        private static 
bool changed false;
        private static 
string[] scoreMessages;
        public static 
DateTime StartTime;
        public static 
bool Claim
        
{
            
get { return Program.Vars["cwclaim"]; }
            
set Program.Vars["cwclaim"] = value; }
        }
        public static 
uint KeeperID
        
{
            
get { return Program.Vars["cwkeeperid"]; }
            
set Program.Vars["cwkeeperid"] = value; }
        }
        public static 
void Initiate()
        {
            
Database.DMaps.LoadMap(1509);
            var 
Map Kernel.Maps[1509];
            
Pole = (SobNpcSpawn)Map.Npcs[812];
        }
        public static 
void Start()
        {
            
Scores = new SafeDictionary<uintClan>(100);
            
StartTime DateTime.Now;
            
FirstRound true;
            foreach (
Clan clan in Kernel.Clans.Values)
            {
                
clan.WarScore 0;
            }
            
Claim false;
            
IsWar true;
        }

        public static 
void Reset()
        {
            
Scores = new SafeDictionary<uintClan>(100);
            
Pole.Hitpoints Pole.MaxHitpoints;

            foreach (
Clan clan in Kernel.Clans.Values)
            {
                
clan.WarScore 0;
            }

            
IsWar true;
        }

        public static 
void FinishRound()
        {
            
LastWin Time32.Now;

            
FirstRound false;
            
SortScores(out PoleKeeper);
            if (
PoleKeeper != null)
            {
                
KeeperID PoleKeeper.ID;
                
Pole.Name PoleKeeper.Name;
            }
            
Pole.Hitpoints Pole.MaxHitpoints;
            
Kernel.SendWorldMessage(PoleProgram.Values, (ushort)1509);
            
Reset();
        }

        public static 
void End()
        {
            if (
PoleKeeper != null)
            {
                
Kernel.SendWorldMessage(new Message("The Union, " PoleKeeper.Name ", owned by " PoleKeeper.LeaderName " has won " rates.Clanwarday " cps!---Clan war has ended!"System.Drawing.Color.WhiteMessage.Center), Program.Values);

                
PoleKeeper.PoleKeeper true;
            }
            else
            {
                
Kernel.SendWorldMessage(new Message(" Union has ended and there was no winner "System.Drawing.Color.RedMessage.Center), Program.Values);

            }
            
Claim true;
            
IsWar false;
            
UpdatePole(Pole);
        }

        public static 
void AddScore(uint addScoreClan clan)
        {
            if (
clan != null)
            {
                
clan.WarScore += addScore;
                
changed true;
                if (!
Scores.ContainsKey(clan.ID))
                    
Scores.Add(clan.IDclan);
                if ((int)
Pole.Hitpoints <= 0)
                {
                    
FinishRound();

                    return;
                }
            }
        }

        public static 
void SendScores()
        {
            if (
scoreMessages == null)
                
scoreMessages = new string[0];
            if (
Scores.Count == 0)
                return;
            if (
changed)
                
SortScores(out CurrentTopLeader);

            for (
int c 0scoreMessages.Lengthc++)
            {
                
Message msg = new Message(scoreMessages[c], System.Drawing.Color.Red== Message.FirstRightCorner Message.ContinueRightCorner);
                
Kernel.SendWorldMessage(msgProgram.Values, (ushort)1510);
            }
        }

        private static 
void SortScores(out Clan winner)
        {
            
winner null;
            List<
stringret = new List<string>();
            
int Place 0;
            foreach (
Clan clan in Scores.Values.OrderByDescending((p) => p.WarScore))
            {
                if (
Place == 0)
                    
winner clan;
                
string str "No  " + (Place 1).ToString() + ": " clan.Name "(" clan.WarScore ")";
                
ret.Add(str);
                
Place++;
                if (
Place == 4)
                    break;
            }

            
changed false;
            
scoreMessages ret.ToArray();
        }

        private static 
void UpdatePole(SobNpcSpawn pole)
        {
            new 
Database.MySqlCommand(Mr_ZeZo.Database.MySqlCommandType.UPDATE)
            .
Update("sobnpcs").Set("name"pole.Name).Set("life"Pole.Hitpoints).Where("id"pole.UID).Execute();
        }
    }
    public class 
UnionWar
    
{
        public static 
SobNpcSpawn Pole;
        public static 
SafeDictionary<uintMr_ZeZo.Network.GamePackets.Union.UnionClassScores = new SafeDictionary<uintMr_ZeZo.Network.GamePackets.Union.UnionClass>(100);
        public static 
bool IsWar falseFirstRound false;
        public static 
Time32 ScoreSendStampLastWin;
        public static 
Mr_ZeZo.Network.GamePackets.Union.UnionClass PoleKeeperCurrentTopLeader;
        private static 
string[] scoreMessages;
        public static 
DateTime StartTime;
        public static 
bool Claim
        
{
            
get { return Program.Vars["uwclaim"]; }
            
set Program.Vars["uwclaim"] = value; }
        }
        public static 
uint KeeperID
        
{
            
get { return Program.Vars["uwkeeperid"]; }
            
set Program.Vars["uwkeeperid"] = value; }
        }
        public static 
void Initiate()
        {
            
Database.DMaps.LoadMap(1510);
            var 
Map Kernel.Maps[1510];
            
Pole = (SobNpcSpawn)Map.Npcs[817];
        }
        public static 
void Start()
        {
            
Scores = new SafeDictionary<uintMr_ZeZo.Network.GamePackets.Union.UnionClass>(100);
            
StartTime DateTime.Now;
            
Kernel.SendWorldMessage(new Message("Union war has began!"System.Drawing.Color.RedMessage.Center), Program.Values);
            
FirstRound true;
            foreach (
Mr_ZeZo.Network.GamePackets.Union.UnionClass clan in Kernel.Unions.Values)
            {
                
clan.WarScore 0;
            }
            
Claim false;
            
IsWar true;
        }

        public static 
void Reset()
        {
            
Scores = new SafeDictionary<uintMr_ZeZo.Network.GamePackets.Union.UnionClass>(100);
            
Pole.Hitpoints Pole.MaxHitpoints;

            foreach (
Mr_ZeZo.Network.GamePackets.Union.UnionClass clan in Kernel.Unions.Values)
            {
                
clan.WarScore 0;
            }

            
IsWar true;
        }

        public static 
void FinishRound()
        {
            
LastWin Time32.Now;

            
FirstRound false;
            
SortScores(out PoleKeeper);
            if (
PoleKeeper != null)
            {
                
KeeperID PoleKeeper.ID;
                
Kernel.SendWorldMessage(new Message("The Union, " PoleKeeper.Name ", owned by " PoleKeeper.LeaderName " has won this Union war round"System.Drawing.Color.RedMessage.Center), Program.Values);

                
Pole.Name PoleKeeper.Name;
            }
            
Pole.Hitpoints Pole.MaxHitpoints;
            
SendScreen(Pole.ToArray());
            
Kernel.SendWorldMessage(PoleProgram.Values, (ushort)1510);
            
Reset();
        }

        public static 
void End()
        {
            if (
PoleKeeper != null)
            {
                
Mr_ZeZo.Kernel.SendWorldMessage(new Message(" The Union " PoleKeeper.Name " claimed the prize [250.000] ConquerPoints for winning the UnionWar "System.Drawing.Color.BlackMessage.Center), Program.Values);
                
PoleKeeper.PoleKeeper true;
            }
            else
            {
                
Kernel.SendWorldMessage(new Message(" Union war has ended and there was no winner "System.Drawing.Color.RedMessage.Center), Program.Values);

            }
            
Claim true;
            
IsWar false;
            
UpdatePole(Pole);
        }
        public static 
void SendScreen(byte[] buffer)
        {
            foreach (
Client.GameState client in Program.Values)
            {

                if (
client != null)
                {
                    if (
client.Player != null)
                    {
                        {
                            if (
Kernel.GetDistance(client.Player.Xclient.Player.YPole.XPole.Y) > 18 && client.Player.MapID == 1510)
                            {
                                continue;
                            }
                            
client.Send(buffer);
                        }
                    }
                }
            }
        }
        public static 
void AddScore(uint addScoreMr_ZeZo.Network.GamePackets.Union.UnionClass clan)
        {
            if (
clan != null)
            {
                
clan.WarScore += addScore;
                if (!
Scores.ContainsKey(clan.ID))
                    
Scores.Add(clan.IDclan);
                
SendScores();
                if ((int)
Pole.Hitpoints <= 0)
                {
                    
FinishRound();

                    return;
                }
            }
        }
     
        public static 
void SendScores()
        {
            if (
scoreMessages == null)
                
scoreMessages = new string[0];
            if (
Scores.Count == 0)
                return;
            for (
int c 0scoreMessages.Lengthc++)
            {
                
Message msg = new Message(scoreMessages[c], System.Drawing.Color.Red== Message.FirstRightCorner Message.ContinueRightCorner);
                
Kernel.SendWorldMessage(msgProgram.Values, (ushort)1510);
            }
        }

        private static 
void SortScores(out Mr_ZeZo.Network.GamePackets.Union.UnionClass winner)
        {
            
winner null;
            List<
stringret = new List<string>();
            
int Place 0;
            foreach (
Mr_ZeZo.Network.GamePackets.Union.UnionClass clan in Scores.Values.OrderByDescending((p) => p.WarScore))
            {
                if (
Place == 0)
                    
winner clan;
                
string str "No  " + (Place 1).ToString() + ": " clan.Name "(" clan.WarScore ")";
                
ret.Add(str);
                
Place++;
                if (
Place == 4)
                    break;
            }

            
scoreMessages ret.ToArray();
        }

        private static 
void UpdatePole(SobNpcSpawn pole)
        {
            new 
Database.MySqlCommand(Mr_ZeZo.Database.MySqlCommandType.UPDATE)
            .
Update("sobnpcs").Set("name"pole.Name).Set("life"Pole.Hitpoints).Where("id"pole.UID).Execute();
        }
    }




نفس المشكله عندي بس انا ممسحتش الكلان وار ؟ وجربت اعمل الحل الي بتقول عليه امسح كل ال في كلاس الuoinwar
وحتيط الاكود الي فوق وبردو بيجي الاور بس انا ممسحش الكلان واره ؟ هوه الكلان وار مش شغال ؟ امسحو ليه انا مش عاوز امسحو وعاوز احل الارور ؟


الساعة الآن 03:10 AM

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