عرض مشاركة واحدة
قديم 2020-04-05, 02:11 AM
المشاركة #2  
ElSaher
  • غير متواجد
افتراضي رد: مشكلة بخصوص جايزة الجيلد وار
دي الرسالة هتبدلها بلي عندك في World


كود:
            #region GuildWar
            
if ((Now64.Hour == 19 && Now64.Minute == && Now64.Second == 0))
            {
                
Kernel.SendWorldMessage(new Message("Guild War now work will end at 21:00 Server time have Chance To Get [500.000.000] !"Color.WhiteMessage.BroadcastMessage), Program.Values);
                foreach (var 
client in Program.Values)
                    
client.MessageBox(" Guild War now work will end at 21:00 Server time?",
                    
=> { p.Player.Teleport(1002224237); }, null20);
            }
            
#endregion
            #region GuildWar
            
if (GuildWar.IsWar)
            {
                if (
Time32.Now GuildWar.ScoreSendStamp.AddSeconds(3))
                {
                    
GuildWar.ScoreSendStamp Time32.Now;
                    
GuildWar.SendScores();
                }

            }
            if ((
Now64.Hour >= 01 && Now64.Hour <= 20))
            {
                if (!
GuildWar.IsWar)
                {
                    
GuildWar.Start();
                    foreach (
Client.GameState client in Kernel.GamePool.Values)
                    {
                        if (
client.Map.BaseID != 6001 && client.Map.BaseID != 6000 && !client.Player.Dead)
                        {
                            
EventAlert alert = new EventAlert
                            
{
                                
StrResID 10515,
                                
Countdown 60,
                                
UK12 1
                            
};
                            
client.Player.StrResID 10515;
                            
client.Send(alert);
                        }
                    }
                }
            }
            if (
GuildWar.IsWar)
            {
                if (
Now64.Hour == 21 && Now64.Second <= 00)
                {
                    
GuildWar.Flame10th false;
                    
GuildWar.End();
                }
            }
            
#endregion 

دا الي npc بدلو بلي عندك

كود:
                    #region Guild war
                    
case 1038:
                        {
                            switch (
client.ActiveNpc)
                            {
                                
#region Pole
                                
case 810:
                                    {
                                        
dialog.Text("Please, don't hurt me!.");
                                        
dialog.Option("Sorry."255);
                                        
dialog.Send();
                                        break;
                                    }
                                
#endregion
                                #region Prize Seller
                                
case 200033:
                                    {
                                        switch (
npcRequest.OptionID)
                                        {
                                            case 
0:
                                                {
                                                    
dialog.Text("Greetings! I'm a great seller, I have the most precious items in the entire ");
                                                    
dialog.Text("world. What do you want to get?");
                                                    
dialog.Option("GoldPrize [5 LordTokens]"2);
                                                    
dialog.Option("Just passing by."255);
                                                    
dialog.Avatar(85);
                                                    
dialog.Send();
                                                    break;
                                                }
                                            case 
2:
                                                {
                                                    if (
client.Inventory.Contains(7234675))
                                                    {
                                                        
client.Inventory.Remove(7234675);
                                                        
client.Inventory.Add(21000750000001true);
                                                    }
                                                    else
                                                    {
                                                        
dialog.Text("You don't have enough 5 LordTokens ");
                                                        
dialog.Option("I see."255);
                                                        
dialog.Avatar(85);
                                                        
dialog.Send();
                                                    }
                                                    break;
                                                }
                                        }
                                        break;
                                    }
                                
#endregion
                                #region*ClaimGuildPrize

                                
case 4482114:
                                    {
                                        switch (
npcRequest.OptionID)
                                        {
                                            case 
0:
                                                {
                                                    
dialog.Text("Hello*there.*Do*you*want*to*Claim*GuildWar*Prize*you*can*only*Claim*it*1*Time*if*you*won*GW.");
                                                    
dialog.Option("Claim*TopGuildLeader."1);
                                                    
dialog.Option("Claim*TopDeputyLeader 20 Tops."7);
                                                    
dialog.Option("Claim*TopMemberLeader."100);
                                                    
dialog.Option("Just*Passing*By!"255);
                                                    
dialog.Send();
                                                    break;
                                                }
                                            case 
1:
                                                {
                                                    if (
client.Guild != null)
                                                    {
                                                        if (
client.Guild.PoleKeeper && client.Guild != null && client.AsMember.Rank == Mr_Panda.Game.Enums.GuildMemberRank.GuildLeader)
                                                        {
                                                            
dialog.Text("Are you sure you want to Claim your Prize?");
                                                            
dialog.Option("Yes."2);
                                                            
dialog.Option("Ah, nevermind."255);
                                                            
dialog.Send();
                                                        }
                                                        else
                                                        {
                                                            
dialog.Text("Sorry only GuildLeader of the Winner Guild can Claim The Prize After GuildWar End.");
                                                            
dialog.Option("Ahh."255);
                                                            
dialog.Send();
                                                        }
                                                    }
                                                    else
                                                    {
                                                        
dialog.Text("Sorry You are not Member in any guild yet");
                                                        
dialog.Option("Ahh."255);
                                                        
dialog.Send();
                                                    }
                                                    break;
                                                }
                                            case 
2:
                                                {
                                                    if (!
GuildWar.IsWar && GuildWar.Claim && client.Player.GuildID == GuildWar.KeeperID && client.Player.GuildRank == (ushort)Game.Enums.GuildMemberRank.GuildLeader)
                                                    {
                                                        
Program.AddWarLog("GuildWar""[500.000.000] ConquerPoint"client.Player.Name);
                                                        
GuildWar.Claim false;
                                                        
GuildWar.KeeperID 0;
                                                        
client.Player.ConquerPoints += 500000000;
                                                        
ClassPk.AddGl();
                                                        
client.Player.AddTopStatus(Update.Flags.TopGuildLeader1DateTime.Now.AddDays(1));
                                                        
Mr_Panda.Kernel.SendWorldMessage(new Message(" Congratulations ! " client.Player.Name " Leader of " client.Guild.PoleKeeper " The winner guild has Claimed Guild War Prize 500.000.000 Cps"System.Drawing.Color.WhiteMessage.TopLeft), Program.Values);
                                                    }
                                                    else
                                                    {
                                                        
dialog.Text("Sorry you dont have Any Prize to claim only GL of the winner guild can claim Prize After GW");
                                                        
dialog.Option("Ahh."255);
                                                        
dialog.Send();
                                                    }
                                                    break;
                                                }
                                            case 
3:
                                                {
                                                    if (
client.Guild != null)
                                                    {
                                                        if (
client.Guild.PoleKeeper && client.Guild != null && client.AsMember.Rank == Mr_Panda.Game.Enums.GuildMemberRank.DeputyLeader)
                                                        {
                                                            
dialog.Text("Are*you*sure*you*want*to*Claim*your*Prize?");
                                                            
dialog.Option("Yes."4);
                                                            
dialog.Option("Ah,*nevermind."255);
                                                            
dialog.Send();
                                                        }
                                                        else
                                                        {
                                                            
dialog.Text("Sorry*only*DeputyLeader*of*the*Winner*Guild*can*Claim*The*Prize*After*GuildWar*End.");
                                                            
dialog.Option("Ahh."255);
                                                            
dialog.Send();
                                                        }

                                                    }
                                                    else
                                                    {
                                                        
dialog.Text("Sorry*You*are*not*Member*in*any*guild*yet");
                                                        
dialog.Option("Ahh."255);
                                                        
dialog.Send();
                                                    }
                                                    break;
                                                }
                                            case 
4:
                                                {

                                                    {
                                                        if (!
GuildWar.IsWar && client.Guild.PoleKeeper && client.Guild != null && client.AsMember.Rank == Game.Enums.GuildMemberRank.DeputyLeader && ClassPk.TopDlClaim <= 8)
                                                        {
                                                            
ClassPk.AddDl();
                                                            
client.Player.AddTopStatus(Update.Flags.TopDeputyLeader1DateTime.Now.AddDays(1));
                                                            
Kernel.SendWorldMessage(new Message(" Congratulations !*" client.Player.Name "*From*" client.Guild.PoleKeeper "*Has*Claimed*TopDeputyLeader*Halo!"System.Drawing.Color.WhiteMessage.TopLeft), Program.Values);
                                                        }
                                                        else
                                                        {
                                                            
dialog.Text("Sorry*you*dont*have*Any*Prize*to*claim*only*Dl*of*the*Winner*Guild*Can*claim*the*halo*After*GW*end.");
                                                            
dialog.Option("Ahh."255);
                                                            
dialog.Send();
                                                        }
                                                    }
                                                    break;
                                                }
                                            case 
6:
                                                {
                                                    if (
client.Guild != null)
                                                    {
                                                        if (
client.Guild.PoleKeeper && client.Guild != null && client.AsMember.Rank != Mr_Panda.Game.Enums.GuildMemberRank.GuildLeader && client.AsMember.Rank != Mr_Panda.Game.Enums.GuildMemberRank.DeputyLeader)
                                                        {
                                                            
dialog.Text("Are*you*sure*you*want*to*Claim*your*Prize?");
                                                            
dialog.Option("Yes."7);
                                                            
dialog.Option("Ah,*nevermind."255);
                                                            
dialog.Send();
                                                        }
                                                        else
                                                        {
                                                            
dialog.Text("Sorry*only*MemberLeader*of*the*Winner*Guild*can*Claim*The*Prize*After*GuildWar*End.");
                                                            
dialog.Option("Ahh."255);
                                                            
dialog.Send();
                                                        }

                                                    }
                                                    else
                                                    {
                                                        
dialog.Text("Sorry*You*are*not*Member*in*any*guild*yet");
                                                        
dialog.Option("Ahh."255);
                                                        
dialog.Send();
                                                    }
                                                    break;
                                                }
                                            case 
7:
                                                {

                                                    {
                                                        if (!
GuildWar.IsWar && client.Guild.PoleKeeper && client.Guild != null && client.AsMember.Rank == Game.Enums.GuildMemberRank.DeputyLeader && ClassPk.TopDlClaim <= 8)
                                                        {
                                                            
client.Player.AddTopStatus(Update.Flags.TopDeputyLeader1DateTime.Now.AddDays(1));
                                                            
Kernel.SendWorldMessage(new Message(" Congratulations !*" client.Player.Name "*From*" client.Guild.PoleKeeper "*Has*Claimed*TopDboutyLeader*"System.Drawing.Color.WhiteMessage.TopLeft), Program.Values);
                                                        }
                                                        else
                                                        {
                                                            
dialog.Text("Sorry*you*dont*have*Any*Prize*to*claim*only*Member*of*the*Winner*Guild*Can*claim*the*halo*After*GW*end.");
                                                            
dialog.Option("Ahh."255);
                                                            
dialog.Send();
                                                        }
                                                    }
                                                    break;
                                                }
                                        }
                                        break;
                                    }
                                
#endregion

                                #region Gates
                                
case 516074:
                                    {
                                        if (
client.Guild != null)
                                        {
                                            if (
client.Guild.PoleKeeper)
                                            {
                                                switch (
npcRequest.OptionID)
                                                {
                                                    case 
0:
                                                        
dialog.Text("Select the option you want to pursue.");
                                                        if (
client.AsMember.Rank == Mr_Panda.Game.Enums.GuildMemberRank.GuildLeader || client.AsMember.Rank == Mr_Panda.Game.Enums.GuildMemberRank.DeputyLeader)
                                                        {
                                                            
dialog.Option("Open gate."1);
                                                            if (
Game.GuildWar.LeftGate.Hitpoints == 0)
                                                                
dialog.Option("Repair gate."22);
                                                            else
                                                                
dialog.Option("Close gate."2);
                                                        }
                                                        
dialog.Option("Get inside."3);
                                                        
dialog.Option("Nothing."255);
                                                        
dialog.Send();
                                                        break;
                                                    case 
1:
                                                        {
                                                            
Mr_Panda.Game.GuildWar.LeftGate.Mesh = (ushort)(250 Mr_Panda.Game.GuildWar.LeftGate.Mesh 10);

                                                            
Update upd = new Update(true);
                                                            
upd.UID Mr_Panda.Game.GuildWar.LeftGate.UID;
                                                            
upd.Append(Update.MeshMr_Panda.Game.GuildWar.LeftGate.Mesh);
                                                            
client.SendScreen(updtrue);
                                                            break;
                                                        }
                                                    case 
2:
                                                        {
                                                            if (
Game.GuildWar.LeftGate.Hitpoints == 0)
                                                                return;
                                                            
Game.GuildWar.LeftGate.Mesh = (ushort)(240 Game.GuildWar.LeftGate.Mesh 10);
                                                            
Update upd = new Update(true);
                                                            
upd.UID Mr_Panda.Game.GuildWar.LeftGate.UID;
                                                            
upd.Append(Update.MeshMr_Panda.Game.GuildWar.LeftGate.Mesh);
                                                            
upd.Append(Update.HitpointsMr_Panda.Game.GuildWar.LeftGate.Hitpoints);
                                                            
client.SendScreen(updtrue);
                                                            break;
                                                        }
                                                    case 
22:
                                                        {
                                                            
Game.GuildWar.LeftGate.Mesh = (ushort)(240 Game.GuildWar.LeftGate.Mesh 10);
                                                            if (
Game.GuildWar.LeftGate.Hitpoints == 0)
                                                                
Game.GuildWar.LeftGate.Hitpoints Game.GuildWar.LeftGate.MaxHitpoints;
                                                            
Update upd = new Update(true);
                                                            
upd.UID Mr_Panda.Game.GuildWar.LeftGate.UID;
                                                            
upd.Append(Update.MeshMr_Panda.Game.GuildWar.LeftGate.Mesh);
                                                            
upd.Append(Update.HitpointsMr_Panda.Game.GuildWar.LeftGate.Hitpoints);
                                                            
client.SendScreen(updtrue);
                                                            break;
                                                        }
                                                    case 
3:
                                                        {
                                                            
client.Player.Teleport(1038162198);
                                                            break;
                                                        }
                                                }
                                            }
                                        }
                                        break;
                                    }
                                case 
516075:
                                    {
                                        if (
client.Guild != null)
                                        {
                                            if (
client.Guild.PoleKeeper)
                                            {
                                                switch (
npcRequest.OptionID)
                                                {
                                                    case 
0:
                                                        
dialog.Text("Select the option you want to pursue.");
                                                        if (
client.AsMember.Rank == Mr_Panda.Game.Enums.GuildMemberRank.GuildLeader || client.AsMember.Rank == Mr_Panda.Game.Enums.GuildMemberRank.DeputyLeader)
                                                        {
                                                            
dialog.Option("Open gate."1);
                                                            if (
Game.GuildWar.RightGate.Hitpoints == 0)
                                                                
dialog.Option("Repair gate."22);
                                                            else
                                                                
dialog.Option("Close gate."2);
                                                        }
                                                        
dialog.Option("Get inside."3);
                                                        
dialog.Option("Nothing."255);
                                                        
dialog.Send();
                                                        break;
                                                    case 
1:
                                                        {
                                                            
Mr_Panda.Game.GuildWar.RightGate.Mesh = (ushort)(280 Mr_Panda.Game.GuildWar.RightGate.Mesh 10);

                                                            
Update upd = new Update(true);
                                                            
upd.UID Mr_Panda.Game.GuildWar.RightGate.UID;
                                                            
upd.Append(Update.MeshMr_Panda.Game.GuildWar.RightGate.Mesh);
                                                            
client.SendScreen(updtrue);
                                                            break;
                                                        }
                                                    case 
2:
                                                        {
                                                            if (
Game.GuildWar.RightGate.Hitpoints == 0)
                                                                return;
                                                            
Mr_Panda.Game.GuildWar.RightGate.Mesh = (ushort)(270 Mr_Panda.Game.GuildWar.RightGate.Mesh 10);
                                                            
Update upd = new Update(true);
                                                            
upd.UID Mr_Panda.Game.GuildWar.RightGate.UID;
                                                            
upd.Append(Update.MeshMr_Panda.Game.GuildWar.RightGate.Mesh);
                                                            
upd.Append(Update.HitpointsMr_Panda.Game.GuildWar.RightGate.Hitpoints);
                                                            
client.SendScreen(updtrue);
                                                            break;
                                                        }
                                                    case 
22:
                                                        {
                                                            
Mr_Panda.Game.GuildWar.RightGate.Mesh = (ushort)(270 Mr_Panda.Game.GuildWar.RightGate.Mesh 10);
                                                            if (
Game.GuildWar.RightGate.Hitpoints == 0)
                                                                
Game.GuildWar.RightGate.Hitpoints Game.GuildWar.RightGate.MaxHitpoints;
                                                            
Update upd = new Update(true);
                                                            
upd.UID Mr_Panda.Game.GuildWar.RightGate.UID;
                                                            
upd.Append(Update.MeshMr_Panda.Game.GuildWar.RightGate.Mesh);
                                                            
upd.Append(Update.HitpointsMr_Panda.Game.GuildWar.RightGate.Hitpoints);
                                                            
client.SendScreen(updtrue);
                                                            break;
                                                        }
                                                    case 
3:
                                                        {
                                                            
client.Player.Teleport(1038210177);
                                                            break;
                                                        }
                                                }
                                            }
                                        }
                                        break;
                                    }
                                
#endregion

                                #region Guild Conductresses

                                #region Exit Guild Arena
                                
case 7000:
                                    {
                                        switch (
npcRequest.OptionID)
                                        {
                                            case 
0:
                                                {
                                                    
dialog.Text("Do you want to leave the guild arena?");
                                                    
dialog.Option("Yes."1);
                                                    
dialog.Option("No."255);
                                                    
dialog.Send();
                                                    break;
                                                }
                                            case 
1:
                                                {
                                                    
client.Player.Teleport(1002300278);
                                                    break;
                                                }
                                        }
                                        break;
                                    }
                                
#endregion


                                #endregion

                                #region Guild Conductors
                                #region IN
                                
case 9884:
                                case 
9885:
                                case 
9886:
                                case 
9887:
                                    {
                                        switch (
npcRequest.OptionID)
                                        {
                                            case 
0:
                                                {
                                                    
dialog.Text("In exchange of a fee of 1000gold, I will teleport you to a special place. If you don't have money, don't bother me.");
                                                    
dialog.Option("Teleport me."1);
                                                    
dialog.Option("I'm too poor."255);
                                                    
dialog.Send();
                                                    break;
                                                }
                                            case 
2:
                                                {
                                                    if (
client.Player.Money >= 10000)
                                                    {
                                                        if (
client.Inventory.Count 40)
                                                        {
                                                            
client.Player.Money -= 10000;
                                                            switch (
client.ActiveNpc)
                                                            {
                                                                case 
9884:
                                                                    {
                                                                        
client.Inventory.Add(72002101);
                                                                        break;
                                                                    }
                                                                case 
9885:
                                                                    {
                                                                        
client.Inventory.Add(72002201);
                                                                        break;
                                                                    }
                                                                case 
9886:
                                                                    {
                                                                        
client.Inventory.Add(72002301);
                                                                        break;
                                                                    }
                                                                case 
9887:
                                                                    {
                                                                        
client.Inventory.Add(72002401);
                                                                        break;
                                                                    }


                                                            }
                                                        }
                                                        else
                                                        {
                                                            
dialog.Text("Sorry, you inventory is full");
                                                            
dialog.Option("Ah, ok"255);
                                                            
dialog.Send();
                                                        }
                                                    }
                                                    else
                                                    {
                                                        
dialog.Text("Sorry, you not have 10.000 silver.");
                                                        
dialog.Option("Ah, ok"255);
                                                        
dialog.Send();
                                                    }

                                                    break;
                                                }
                                            case 
1:
                                                {
                                                    if (
client.Player.Money >= 1000)
                                                    {
                                                        
client.Player.Money -= 1000;


                                                        
Database.GuildCondutors.Conductor cond null;
                                                        if (
Database.GuildCondutors.GuildConductors.TryGetValue((uint)(client.ActiveNpc 110), out cond))
                                                        {

                                                            
client.Player.Teleport(cond.Teleport_MapIdcond.Teleport_Xcond.Teleport_Y);
                                                        }
                                                        break;


                                                    }
                                                    else
                                                    {
                                                        
dialog.Text("Sorry, you not have 1.000 silver.");
                                                        
dialog.Option("Ah, ok"255);
                                                        
dialog.Send();
                                                    }
                                                    break;
                                                }
                                        }
                                        break;
                                    }
                                
#endregion
                                #endregion
                            
}
                            break;
                        }
                    
#endregion 

وكدا يكون تم الحل انشاء الله