عرض مشاركة واحدة
احصائياتى

الردود
5

المشاهدات
3050
 
ahmedfathy

ahmedfathy is on a distinguished road

    غير متواجد

المشاركات
539

+التقييم
0.25

تاريخ التسجيل
May 2019

الاقامة

نظام التشغيل

رقم العضوية
188
2019-08-10, 01:03 AM
المشاركة 1 
#1  
gifts انبسي كامل للاسطفا بي البرفكشن بناءآ علي طلب الناس مسج
ناس كتيرة طلبة مني انزل الانبسي بتع الاسطفا اللي انا شغال بي
اللي هو في استفا بي الصول 7 بي البرفكشن

اتفضله اهوة للسورسات المسج Msg



كود:
#region  Sell Stuff With Iskill
                    
case 521470:
                        {
                            
dialog.Avatar(225);
                            switch (
npcRequest.OptionID)
                            {
                                case 
0:
                                    {
                                        
dialog.Text("\t\t\t\t\\t\t،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ\n");
                                        
dialog.Text("\t\t\t\t\\t\tWelcome at " Constants.ServerName " Server You Can buy\n");
                                        
dialog.Text("\t\t\t\t\\t\t،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ\n");
                                        
dialog.Option("Warrior item's"1);
                                        
dialog.Option("Archer item's"2);
                                        
dialog.Option("Ninja item's"3);
                                        
dialog.Option("Monk item's"4);
                                        
dialog.Option("Trojan item's"5);
                                        
dialog.Option("Pirate item's"6);
                                        
dialog.Option("Water..Fire item's"7);
                                        
dialog.Option("DragonWarrior item's"8);
                                        
dialog.Option("Windwalker items"9);
                                        
dialog.Option("Thanks"255);
                                        
dialog.Send();
                                        break;
//Weapon
                                    
}
                                
#region Items Warrior
                                
case 1:
                                    {
                                        if ((
client.Player.Class >= 20) && (client.Player.Class <= 25))
                                        {
                                            
//ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege Steed Fixed 12 255 255 0 0 142 39 46", System.Drawing.Color.Red, 2001), client);
                                            //ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege RidingCrop Super 12 1", System.Drawing.Color.Red, 2001), client);
                                            //ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege HeavenFan Super 12 1 000 103 103", System.Drawing.Color.Red, 2001), client);
                                            //ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege StarTower Super 12 1 000 123 123", System.Drawing.Color.Red, 2001), client);
                                            //ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege TempestWing Super 12 0 000 103 123", System.Drawing.Color.Red, 2001), client);
                                            
ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege GoldPrize NormalV3 0 1"System.Drawing.Color.Red0x7d1), client);
                                            
//client.Player.Teleport(1002, 300, 279);
                                            #region Tower//Fan//Steed//Wing//Crop
                                            
uint itemid1 300000;//Steed    
                                            
uint itemid2 202009;//Tower   
                                            
uint itemid3 201009;//Fan    
                                            
uint itemid4 204009;//Wing   
                                            
uint itemid5 203009;//Crop 

                                            
MsgItemInfo item1 = new MsgItemInfo(true);
                                            
item1.ID itemid1;
                                            
item1.Color Game.Enums.Color.White;
                                            
item1.Plus 12;
                                            
item1.Stars 54;
                                            
item1.Owner client.Player.Name;
                                            
item1.OwnerUID client.Player.UID;
                                            
item1.Durability item1.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid1].Durability;
                                            
client.Inventory.Add(item1Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item1);

                                            
MsgItemInfo item2 = new MsgItemInfo(true);
                                            
item2.ID itemid2;
                                            
item2.Color Game.Enums.Color.White;
                                            
item2.Plus 12;
                                            
item2.Bless 1;
                                            
item2.Stars 54;
                                            
item2.Owner client.Player.Name;
                                            
item2.OwnerUID client.Player.UID;
                                            
item2.SocketOne Game.Enums.Gem.SuperGloryGem;
                                            
item2.SocketTwo Game.Enums.Gem.SuperGloryGem;
                                            
item2.Durability item2.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid2].Durability;
                                            
client.Inventory.Add(item2Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item2);

                                            
MsgItemInfo item3 = new MsgItemInfo(true);
                                            
item3.ID itemid3;
                                            
item3.Color Game.Enums.Color.White;
                                            
item3.Plus 12;
                                            
item3.Bless 1;
                                            
item3.Stars 54;
                                            
item3.Owner client.Player.Name;
                                            
item3.OwnerUID client.Player.UID;
                                            
item3.SocketOne Game.Enums.Gem.SuperThunderGem;
                                            
item3.SocketTwo Game.Enums.Gem.SuperThunderGem;
                                            
item3.Durability item3.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid3].Durability;
                                            
client.Inventory.Add(item3Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item3);

                                            
MsgItemInfo item4 = new MsgItemInfo(true);
                                            
item4.ID itemid4;
                                            
item4.Color Game.Enums.Color.White;
                                            
item4.Plus 12;
                                            
item4.Bless 0;
                                            
item4.Stars 54;
                                            
item4.Owner client.Player.Name;
                                            
item4.OwnerUID client.Player.UID;
                                            
item4.SocketOne Game.Enums.Gem.SuperThunderGem;
                                            
item4.SocketTwo Game.Enums.Gem.SuperGloryGem;
                                            
item4.Durability item4.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid4].Durability;
                                            
client.Inventory.Add(item4Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item4);

                                            
MsgItemInfo item5 = new MsgItemInfo(true);
                                            
item5.ID itemid5;
                                            
item5.Color Game.Enums.Color.White;
                                            
item5.Plus 12;
                                            
item5.Bless 1;
                                            
item5.Stars 54;
                                            
item5.Owner client.Player.Name;
                                            
item5.OwnerUID client.Player.UID;
                                            
item5.Durability item5.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid5].Durability;
                                            
client.Inventory.Add(item5Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item5);
                                            
#endregion
                                            
client.Inventory.AddPer(624439801218612121truefalse);//Fist  
                                            
client.Inventory.AddPer(624439801218612121truefalse);//Fist
                                            
client.Inventory.AddPer(560439800215612121truefalse);//Spear  
                                            
client.Inventory.AddPer(900309800422612121truefalse);//Shield  
                                            
client.Inventory.AddPer(131309822071612121truefalse);//ArmorWarrior  
                                            
client.Inventory.AddPer(111309820073612121truefalse);//CapWarrior  
                                            
client.Inventory.AddPer(120269821033612121truefalse);//Necklace  
                                            
client.Inventory.AddPer(150269823058612121truefalse);//Ring  
                                            
client.Inventory.AddPer(160249824018612121truefalse);//Boot  
                                            
MsgChat.CheckCommand11(new MsgTalk("@profz 410 20"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@profz 420 20"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@profz 560 20"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@profz 561 20"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@profz 900 20"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 7001"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 1045"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 1046"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 1040"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 1051"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 10470"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 11200"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 11160"System.Drawing.Color.Red0x7d1), client);
                                            
dialog.Text("\t\t\t\t\\t\t،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ\n");
                                            
dialog.Text("\t\tThanks For This Gift You Have Got Item Soul Stablized Forever\n ");
                                            
dialog.Text("\t\t\t\t\\t\t،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ\n");
                                            
dialog.Option("Thanks."255);
                                            
dialog.Send();
                                        }
                                        else
                                        {
                                            {
                                                
dialog.Text("\t\t\t\t\\t\t،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ\n");
                                                
dialog.Text("\t\t\t\t\\t\tSorry You Can Give Stuff Only For (Warrior).\n");
                                                
dialog.Text("\t\t\t\t\\t\t،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ\n");
                                                
dialog.Option("I see."255);
                                                
dialog.Send();
                                            }
                                        }
                                        break;

                                    }
                                
#endregion
                                #region Items Archer
                                
case 2:
                                    {
                                        if ((
client.Player.Class >= 40) && (client.Player.Class <= 45))
                                        {
                                            
//ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege TempestWing Super 12 0 000 103 123", System.Drawing.Color.Red, 2001), client);
                                            //ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege Steed Fixed 12 255 255 0 0 142 39 46", System.Drawing.Color.Red, 2001), client);
                                            //ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege RidingCrop Super 12 1", System.Drawing.Color.Red, 2001), client);
                                            //ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege HeavenFan Super 12 1 000 103 103", System.Drawing.Color.Red, 2001), client);
                                            //ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege StarTower Super 12 1 000 123 123", System.Drawing.Color.Red, 2001), client);
                                            
ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege GoldPrize NormalV3 0 1"System.Drawing.Color.Red0x7d1), client);
                                            
//client.Player.Teleport(1002, 300, 279);
                                            #region Tower//Fan//Steed//Wing//Crop
                                            
uint itemid1 300000;//Steed    
                                            
uint itemid2 202009;//Tower   
                                            
uint itemid3 201009;//Fan    
                                            
uint itemid4 204009;//Wing   
                                            
uint itemid5 203009;//Crop 

                                            
MsgItemInfo item1 = new MsgItemInfo(true);
                                            
item1.ID itemid1;
                                            
item1.Color Game.Enums.Color.White;
                                            
item1.Plus 12;
                                            
item1.Stars 54;
                                            
item1.Owner client.Player.Name;
                                            
item1.OwnerUID client.Player.UID;
                                            
item1.Durability item1.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid1].Durability;
                                            
client.Inventory.Add(item1Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item1);

                                            
MsgItemInfo item2 = new MsgItemInfo(true);
                                            
item2.ID itemid2;
                                            
item2.Color Game.Enums.Color.White;
                                            
item2.Plus 12;
                                            
item2.Bless 1;
                                            
item2.Stars 54;
                                            
item2.Owner client.Player.Name;
                                            
item2.OwnerUID client.Player.UID;
                                            
item2.SocketOne Game.Enums.Gem.SuperGloryGem;
                                            
item2.SocketTwo Game.Enums.Gem.SuperGloryGem;
                                            
item2.Durability item2.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid2].Durability;
                                            
client.Inventory.Add(item2Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item2);

                                            
MsgItemInfo item3 = new MsgItemInfo(true);
                                            
item3.ID itemid3;
                                            
item3.Color Game.Enums.Color.White;
                                            
item3.Plus 12;
                                            
item3.Bless 1;
                                            
item3.Stars 54;
                                            
item3.Owner client.Player.Name;
                                            
item3.OwnerUID client.Player.UID;
                                            
item3.SocketOne Game.Enums.Gem.SuperThunderGem;
                                            
item3.SocketTwo Game.Enums.Gem.SuperThunderGem;
                                            
item3.Durability item3.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid3].Durability;
                                            
client.Inventory.Add(item3Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item3);

                                            
MsgItemInfo item4 = new MsgItemInfo(true);
                                            
item4.ID itemid4;
                                            
item4.Color Game.Enums.Color.White;
                                            
item4.Plus 12;
                                            
item4.Bless 0;
                                            
item4.Stars 54;
                                            
item4.Owner client.Player.Name;
                                            
item4.OwnerUID client.Player.UID;
                                            
item4.SocketOne Game.Enums.Gem.SuperThunderGem;
                                            
item4.SocketTwo Game.Enums.Gem.SuperGloryGem;
                                            
item4.Durability item4.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid4].Durability;
                                            
client.Inventory.Add(item4Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item4);

                                            
MsgItemInfo item5 = new MsgItemInfo(true);
                                            
item5.ID itemid5;
                                            
item5.Color Game.Enums.Color.White;
                                            
item5.Plus 12;
                                            
item5.Bless 1;
                                            
item5.Stars 54;
                                            
item5.Owner client.Player.Name;
                                            
item5.OwnerUID client.Player.UID;
                                            
item5.Durability item5.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid5].Durability;
                                            
client.Inventory.Add(item5Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item5);
                                            
#endregion
                                            
client.Inventory.AddPer(613429800917612121truefalse);//Knife  
                                            
client.Inventory.AddPer(613429800917612121truefalse);//Knife  
                                            
client.Inventory.AddPer(500429800618612121truefalse);//Bow  
                                            
client.Inventory.AddPer(133309822071612121truefalse);//ArmorArcher  
                                            
client.Inventory.AddPer(113309820073612121truefalse);//CapArcher  
                                            
client.Inventory.AddPer(120269821033612121truefalse);//Necklace  
                                            
client.Inventory.AddPer(150269823058612121truefalse);//Ring  
                                            
client.Inventory.AddPer(160249824018612121truefalse);//Boot 
                                            
MsgChat.CheckCommand11(new MsgTalk("@profz 410 20"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@profz 420 20"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@profz 500 20"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@profz 613 20"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 7001"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 1045"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 1046"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 11600"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 11610"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 11620"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 11650"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 11670"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 11660"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 11590"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 8002"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 8003"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 8001"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 9000"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 10313"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 8000"System.Drawing.Color.Red0x7d1), client);
                                            
dialog.Text("\t\t\t\t\\t\t،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ\n");
                                            
dialog.Text("\t\tThanks For This Gift You Have Got Item Soul Stablized Forever\n ");
                                            
dialog.Text("\t\t\t\t\\t\t،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ\n");
                                            
dialog.Option("Thanks."255);
                                            
dialog.Send();
                                        }
                                        else
                                        {
                                            {
                                                
dialog.Text("\t\t\t\t\\t\t،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ\n");
                                                
dialog.Text("\t\t\t\t\\t\tSorry You Can Give Stuff Only For (Archer).\n");
                                                
dialog.Text("\t\t\t\t\\t\t،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ\n");
                                                
dialog.Option("I see."255);
                                                
dialog.Send();
                                            }
                                        }
                                        break;

                                    }
                                
#endregion
                                #region Items Ninja
                                
case 3:
                                    {
                                        if ((
client.Player.Class >= 50) && (client.Player.Class <= 55))
                                        {
                                            
//ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege Steed Fixed 12 255 255 0 0 142 39 46", System.Drawing.Color.Red, 2001), client);
                                            //ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege RidingCrop Super 12 1", System.Drawing.Color.Red, 2001), client);
                                            //ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege HeavenFan Super 12 1 000 103 103", System.Drawing.Color.Red, 2001), client);
                                            //ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege StarTower Super 12 1 000 123 123", System.Drawing.Color.Red, 2001), client);
                                            //ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege TempestWing Super 12 0 000 103 123", System.Drawing.Color.Red, 2001), client);
                                            
ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege GoldPrize NormalV3 0 1"System.Drawing.Color.Red0x7d1), client);
                                            
//client.Player.Teleport(1002, 300, 279);
                                            #region Tower//Fan//Steed//Wing//Crop
                                            
uint itemid1 300000;//Steed    
                                            
uint itemid2 202009;//Tower   
                                            
uint itemid3 201009;//Fan    
                                            
uint itemid4 204009;//Wing   
                                            
uint itemid5 203009;//Crop 

                                            
MsgItemInfo item1 = new MsgItemInfo(true);
                                            
item1.ID itemid1;
                                            
item1.Color Game.Enums.Color.White;
                                            
item1.Plus 12;
                                            
item1.Stars 54;
                                            
item1.Owner client.Player.Name;
                                            
item1.OwnerUID client.Player.UID;
                                            
item1.Durability item1.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid1].Durability;
                                            
client.Inventory.Add(item1Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item1);

                                            
MsgItemInfo item2 = new MsgItemInfo(true);
                                            
item2.ID itemid2;
                                            
item2.Color Game.Enums.Color.White;
                                            
item2.Plus 12;
                                            
item2.Bless 1;
                                            
item2.Stars 54;
                                            
item2.Owner client.Player.Name;
                                            
item2.OwnerUID client.Player.UID;
                                            
item2.SocketOne Game.Enums.Gem.SuperGloryGem;
                                            
item2.SocketTwo Game.Enums.Gem.SuperGloryGem;
                                            
item2.Durability item2.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid2].Durability;
                                            
client.Inventory.Add(item2Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item2);

                                            
MsgItemInfo item3 = new MsgItemInfo(true);
                                            
item3.ID itemid3;
                                            
item3.Color Game.Enums.Color.White;
                                            
item3.Plus 12;
                                            
item3.Bless 1;
                                            
item3.Stars 54;
                                            
item3.Owner client.Player.Name;
                                            
item3.OwnerUID client.Player.UID;
                                            
item3.SocketOne Game.Enums.Gem.SuperThunderGem;
                                            
item3.SocketTwo Game.Enums.Gem.SuperThunderGem;
                                            
item3.Durability item3.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid3].Durability;
                                            
client.Inventory.Add(item3Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item3);

                                            
MsgItemInfo item4 = new MsgItemInfo(true);
                                            
item4.ID itemid4;
                                            
item4.Color Game.Enums.Color.White;
                                            
item4.Plus 12;
                                            
item4.Bless 0;
                                            
item4.Stars 54;
                                            
item4.Owner client.Player.Name;
                                            
item4.OwnerUID client.Player.UID;
                                            
item4.SocketOne Game.Enums.Gem.SuperThunderGem;
                                            
item4.SocketTwo Game.Enums.Gem.SuperGloryGem;
                                            
item4.Durability item4.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid4].Durability;
                                            
client.Inventory.Add(item4Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item4);

                                            
MsgItemInfo item5 = new MsgItemInfo(true);
                                            
item5.ID itemid5;
                                            
item5.Color Game.Enums.Color.White;
                                            
item5.Plus 12;
                                            
item5.Bless 1;
                                            
item5.Stars 54;
                                            
item5.Owner client.Player.Name;
                                            
item5.OwnerUID client.Player.UID;
                                            
item5.Durability item5.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid5].Durability;
                                            
client.Inventory.Add(item5Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item5);
                                            
#endregion
                                            
client.Inventory.AddPer(511439800255612121truefalse);//Scythe
                                            
client.Inventory.AddPer(616439800111612121truefalse);//Katana
                                            
client.Inventory.AddPer(616439800111612121truefalse);//Katana
                                            
client.Inventory.AddPer(601439800111612121truefalse);//Katana
                                            
client.Inventory.AddPer(601439800111612121truefalse);//Katana
                                            
client.Inventory.AddPer(601439800142612121truefalse);//Katana  
                                            
client.Inventory.AddPer(601439800142612121truefalse);//Katana  
                                            
client.Inventory.AddPer(135309822071612121truefalse);//ArmorNinja  
                                            
client.Inventory.AddPer(123309820073612121truefalse);//NinjaHood  
                                            
client.Inventory.AddPer(120269821033612121truefalse);//Necklace  
                                            
client.Inventory.AddPer(150269823058612121truefalse);//Ring  
                                            
client.Inventory.AddPer(160249824018612121truefalse);//Boot 
                                            
MsgChat.CheckCommand11(new MsgTalk("@profz 410 20"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@profz 420 20"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@profz 601 20"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 12070"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 12080"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 12090"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 12110"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 6010"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 6001"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 6000"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 6002"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 6004"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 11180"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 11170"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 7001"System.Drawing.Color.Red0x7d1), client);
                                            
dialog.Text("\t\t\t\t\\t\t،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ\n");
                                            
dialog.Text("\t\tThanks For This Gift You Have Got Item Soul Stablized Forever\n ");
                                            
dialog.Text("\t\t\t\t\\t\t،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ\n");
                                            
dialog.Option("Thanks."255);
                                            
dialog.Send();
                                        }
                                        else
                                        {
                                            {
                                                
dialog.Text("\t\t\t\t\\t\t،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ\n");
                                                
dialog.Text("\t\t\t\t\\t\tSorry You Can Give Stuff Only For (Ninja).\n");
                                                
dialog.Text("\t\t\t\t\\t\t،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ\n");
                                                
dialog.Option("I see."255);
                                                
dialog.Send();
                                            }
                                        }
                                        break;

                                    }
                                
#endregion
                                #region Items Monk
                                
case 4:
                                    {
                                        if ((
client.Player.Class >= 60) && (client.Player.Class <= 65))
                                        {
                                            
//ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege Steed Fixed 12 255 255 0 0 142 39 46", System.Drawing.Color.Red, 2001), client);
                                            //ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege RidingCrop Super 12 1", System.Drawing.Color.Red, 2001), client);
                                            //ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege HeavenFan 9 12 1 000 103 103", System.Drawing.Color.Red, 2001), client);
                                            //ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege StarTower 9 12 1 000 123 123", System.Drawing.Color.Red, 2001), client);
                                            //ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege TempestWing Super 12 0 000 103 123", System.Drawing.Color.Red, 2001), client);
                                            
ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege GoldPrize NormalV3 0 1"System.Drawing.Color.Red0x7d1), client);
                                            
// client.Player.Teleport(1002, 300, 279);
                                            #region Tower//Fan//Steed//Wing//Crop
                                            
uint itemid1 300000;//Steed    
                                            
uint itemid2 202009;//Tower   
                                            
uint itemid3 201009;//Fan    
                                            
uint itemid4 204009;//Wing   
                                            
uint itemid5 203009;//Crop 

                                            
MsgItemInfo item1 = new MsgItemInfo(true);
                                            
item1.ID itemid1;
                                            
item1.Color Game.Enums.Color.White;
                                            
item1.Plus 12;
                                            
item1.Stars 54;
                                            
item1.Owner client.Player.Name;
                                            
item1.OwnerUID client.Player.UID;
                                            
item1.Durability item1.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid1].Durability;
                                            
client.Inventory.Add(item1Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item1);

                                            
MsgItemInfo item2 = new MsgItemInfo(true);
                                            
item2.ID itemid2;
                                            
item2.Color Game.Enums.Color.White;
                                            
item2.Plus 12;
                                            
item2.Bless 1;
                                            
item2.Stars 54;
                                            
item2.Owner client.Player.Name;
                                            
item2.OwnerUID client.Player.UID;
                                            
item2.SocketOne Game.Enums.Gem.SuperGloryGem;
                                            
item2.SocketTwo Game.Enums.Gem.SuperGloryGem;
                                            
item2.Durability item2.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid2].Durability;
                                            
client.Inventory.Add(item2Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item2);

                                            
MsgItemInfo item3 = new MsgItemInfo(true);
                                            
item3.ID itemid3;
                                            
item3.Color Game.Enums.Color.White;
                                            
item3.Plus 12;
                                            
item3.Bless 1;
                                            
item3.Stars 54;
                                            
item3.Owner client.Player.Name;
                                            
item3.OwnerUID client.Player.UID;
                                            
item3.SocketOne Game.Enums.Gem.SuperThunderGem;
                                            
item3.SocketTwo Game.Enums.Gem.SuperThunderGem;
                                            
item3.Durability item3.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid3].Durability;
                                            
client.Inventory.Add(item3Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item3);

                                            
MsgItemInfo item4 = new MsgItemInfo(true);
                                            
item4.ID itemid4;
                                            
item4.Color Game.Enums.Color.White;
                                            
item4.Plus 12;
                                            
item4.Bless 0;
                                            
item4.Stars 54;
                                            
item4.Owner client.Player.Name;
                                            
item4.OwnerUID client.Player.UID;
                                            
item4.SocketOne Game.Enums.Gem.SuperThunderGem;
                                            
item4.SocketTwo Game.Enums.Gem.SuperGloryGem;
                                            
item4.Durability item4.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid4].Durability;
                                            
client.Inventory.Add(item4Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item4);

                                            
MsgItemInfo item5 = new MsgItemInfo(true);
                                            
item5.ID itemid5;
                                            
item5.Color Game.Enums.Color.White;
                                            
item5.Plus 12;
                                            
item5.Bless 1;
                                            
item5.Stars 54;
                                            
item5.Owner client.Player.Name;
                                            
item5.OwnerUID client.Player.UID;
                                            
item5.Durability item5.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid5].Durability;
                                            
client.Inventory.Add(item5Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item5);
                                            
#endregion
                                            
client.Inventory.AddPer(622439800725612121truefalse);//AlmightyEmperor's  
                                            
client.Inventory.AddPer(622439800725612121truefalse);//AlmightyEmperor's  
                                            
client.Inventory.AddPer(610439800725612121truefalse);//Beads  
                                            
client.Inventory.AddPer(610439800725612121truefalse);//Beads 
                                            
client.Inventory.AddPer(136309822071612121truefalse);//ArmorMonk  
                                            
client.Inventory.AddPer(143309820073612121truefalse);//CapMonk  
                                            
client.Inventory.AddPer(120269821033612121truefalse);//Necklace  
                                            
client.Inventory.AddPer(150269823058612121truefalse);//Ring  
                                            
client.Inventory.AddPer(160249824018612121truefalse);//Boot  
                                            
MsgChat.CheckCommand11(new MsgTalk("@profz 610 20"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@profz 622 20"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@profz 410 20"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@profz 420 20"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 1045"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 1046"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 10381"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 10415"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 10400"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 10425"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 10430"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 10410"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 7001"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 12580"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 12590"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 12600"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 12570"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 12560"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 12550"System.Drawing.Color.Red0x7d1), client);
                                            
dialog.Text("\t\t\t\t\\t\t،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ\n");
                                            
dialog.Text("\t\tThanks For This Gift You Have Got Item Soul Stablized Forever\n ");
                                            
dialog.Text("\t\t\t\t\\t\t،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ\n");
                                            
dialog.Option("Thanks."255);
                                            
dialog.Send();
                                        }
                                        else
                                        {
                                            {
                                                
dialog.Text("\t\t\t\t\\t\t،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ\n");
                                                
dialog.Text("\t\t\t\t\\t\tSorry You Can Give Stuff Only For (Monk).\n");
                                                
dialog.Text("\t\t\t\t\\t\t،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ\n");
                                                
dialog.Option("I see."255);
                                                
dialog.Send();
                                            }
                                        }
                                        break;

                                    }
                                
#endregion
                                #region Items Trojan
                                
case 5:
                                    {
                                        if ((
client.Player.Class >= 10) && (client.Player.Class <= 15))
                                        {
                                            
//ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege Steed Fixed 12 255 255 0 0 142 39 46", System.Drawing.Color.Red, 2001), client);
                                            //ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege RidingCrop Super 12 1", System.Drawing.Color.Red, 2001), client);
                                            //ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege HeavenFan Super 12 1 000 103 103", System.Drawing.Color.Red, 2001), client);
                                            //ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege StarTower Super 12 1 000 123 123", System.Drawing.Color.Red, 2001), client);
                                            //ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege TempestWing Super 12 0 000 103 123", System.Drawing.Color.Red, 2001), client);
                                            
ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege GoldPrize NormalV3 0 1"System.Drawing.Color.Red0x7d1), client);
                                            
//client.Player.Teleport(1002, 300, 279);
                                            #region Tower//Fan//Steed//Wing//Crop
                                            
uint itemid1 300000;//Steed    
                                            
uint itemid2 202009;//Tower   
                                            
uint itemid3 201009;//Fan    
                                            
uint itemid4 204009;//Wing   
                                            
uint itemid5 203009;//Crop 

                                            
MsgItemInfo item1 = new MsgItemInfo(true);
                                            
item1.ID itemid1;
                                            
item1.Color Game.Enums.Color.White;
                                            
item1.Plus 12;
                                            
item1.Stars 54;
                                            
item1.Owner client.Player.Name;
                                            
item1.OwnerUID client.Player.UID;
                                            
item1.Durability item1.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid1].Durability;
                                            
client.Inventory.Add(item1Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item1);

                                            
MsgItemInfo item2 = new MsgItemInfo(true);
                                            
item2.ID itemid2;
                                            
item2.Color Game.Enums.Color.White;
                                            
item2.Plus 12;
                                            
item2.Bless 1;
                                            
item2.Stars 54;
                                            
item2.Owner client.Player.Name;
                                            
item2.OwnerUID client.Player.UID;
                                            
item2.SocketOne Game.Enums.Gem.SuperGloryGem;
                                            
item2.SocketTwo Game.Enums.Gem.SuperGloryGem;
                                            
item2.Durability item2.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid2].Durability;
                                            
client.Inventory.Add(item2Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item2);

                                            
MsgItemInfo item3 = new MsgItemInfo(true);
                                            
item3.ID itemid3;
                                            
item3.Color Game.Enums.Color.White;
                                            
item3.Plus 12;
                                            
item3.Bless 1;
                                            
item3.Stars 54;
                                            
item3.Owner client.Player.Name;
                                            
item3.OwnerUID client.Player.UID;
                                            
item3.SocketOne Game.Enums.Gem.SuperThunderGem;
                                            
item3.SocketTwo Game.Enums.Gem.SuperThunderGem;
                                            
item3.Durability item3.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid3].Durability;
                                            
client.Inventory.Add(item3Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item3);

                                            
MsgItemInfo item4 = new MsgItemInfo(true);
                                            
item4.ID itemid4;
                                            
item4.Color Game.Enums.Color.White;
                                            
item4.Plus 12;
                                            
item4.Bless 0;
                                            
item4.Stars 54;
                                            
item4.Owner client.Player.Name;
                                            
item4.OwnerUID client.Player.UID;
                                            
item4.SocketOne Game.Enums.Gem.SuperThunderGem;
                                            
item4.SocketTwo Game.Enums.Gem.SuperGloryGem;
                                            
item4.Durability item4.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid4].Durability;
                                            
client.Inventory.Add(item4Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item4);

                                            
MsgItemInfo item5 = new MsgItemInfo(true);
                                            
item5.ID itemid5;
                                            
item5.Color Game.Enums.Color.White;
                                            
item5.Plus 12;
                                            
item5.Bless 1;
                                            
item5.Stars 54;
                                            
item5.Owner client.Player.Name;
                                            
item5.OwnerUID client.Player.UID;
                                            
item5.Durability item5.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid5].Durability;
                                            
client.Inventory.Add(item5Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item5);
                                            
#endregion
                                            
client.Inventory.AddPer(480439800111612121truefalse);//Clup
                                            
client.Inventory.AddPer(614439800111612121truefalse);//ShadowCrossSaber
                                            
client.Inventory.AddPer(614439800111612121truefalse);//ShadowCrossSaber
                                            
client.Inventory.AddPer(490439800111612121truefalse);//Dagger
                                            
client.Inventory.AddPer(410439800111612121truefalse);//Blade  
                                            
client.Inventory.AddPer(420439800111612121truefalse);//Sword  
                                            
client.Inventory.AddPer(130309822071612121truefalse);//ArmorTrojan  
                                            
client.Inventory.AddPer(118309820073612121truefalse);//CapTrojan  
                                            
client.Inventory.AddPer(120269821033612121truefalse);//Necklace  
                                            
client.Inventory.AddPer(150269823058612121truefalse);//Ring  
                                            
client.Inventory.AddPer(160249824018612121truefalse);//Boot 
                                            
MsgChat.CheckCommand11(new MsgTalk("@profz 410 20"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@profz 420 20"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 7001"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 1045"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 1046"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 3050"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 11970"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 11980"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 11990"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 1110"System.Drawing.Color.Red0x7d1), client);
                                            
dialog.Text("\t\t\t\t\\t\t،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ\n");
                                            
dialog.Text("\t\tThanks For This Gift You Have Got Item Soul Stablized Forever\n ");
                                            
dialog.Text("\t\t\t\t\\t\t،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ\n");
                                            
dialog.Option("Thanks."255);
                                            
dialog.Send();
                                        }
                                        else
                                        {
                                            {
                                                
dialog.Text("\t\t\t\t\\t\t،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ\n");
                                                
dialog.Text("\t\t\t\t\\t\tSorry You Can Give Stuff Only For (Trojan).\n");
                                                
dialog.Text("\t\t\t\t\\t\t،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ\n");
                                                
dialog.Option("I see."255);
                                                
dialog.Send();
                                            }
                                        }
                                        break;

                                    }
                                
#endregion
                                #region Items Pirate
                                
case 6:
                                    {
                                        if ((
client.Player.Class >= 70) && (client.Player.Class <= 75))
                                        {
                                            
//ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege Steed Fixed 12 255 255 0 0 142 39 46", System.Drawing.Color.Red, 2001), client);
                                            //ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege RidingCrop Super 12 1", System.Drawing.Color.Red, 2001), client);
                                            //ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege HeavenFan Super 12 1 000 103 103", System.Drawing.Color.Red, 2001), client);
                                            //ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege StarTower Super 12 1 000 123 123", System.Drawing.Color.Red, 2001), client);
                                            //ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege TempestWing Super 12 0 000 103 123", System.Drawing.Color.Red, 2001), client);
                                            
ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege GoldPrize NormalV3 0 1"System.Drawing.Color.Red0x7d1), client);
                                            
//client.Player.Teleport(1002, 300, 279);
                                            #region Tower//Fan//Steed//Wing//Crop
                                            
uint itemid1 300000;//Steed    
                                            
uint itemid2 202009;//Tower   
                                            
uint itemid3 201009;//Fan    
                                            
uint itemid4 204009;//Wing   
                                            
uint itemid5 203009;//Crop 

                                            
MsgItemInfo item1 = new MsgItemInfo(true);
                                            
item1.ID itemid1;
                                            
item1.Color Game.Enums.Color.White;
                                            
item1.Plus 12;
                                            
item1.Stars 54;
                                            
item1.Owner client.Player.Name;
                                            
item1.OwnerUID client.Player.UID;
                                            
item1.Durability item1.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid1].Durability;
                                            
client.Inventory.Add(item1Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item1);

                                            
MsgItemInfo item2 = new MsgItemInfo(true);
                                            
item2.ID itemid2;
                                            
item2.Color Game.Enums.Color.White;
                                            
item2.Plus 12;
                                            
item2.Bless 1;
                                            
item2.Stars 54;
                                            
item2.Owner client.Player.Name;
                                            
item2.OwnerUID client.Player.UID;
                                            
item2.SocketOne Game.Enums.Gem.SuperGloryGem;
                                            
item2.SocketTwo Game.Enums.Gem.SuperGloryGem;
                                            
item2.Durability item2.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid2].Durability;
                                            
client.Inventory.Add(item2Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item2);

                                            
MsgItemInfo item3 = new MsgItemInfo(true);
                                            
item3.ID itemid3;
                                            
item3.Color Game.Enums.Color.White;
                                            
item3.Plus 12;
                                            
item3.Bless 1;
                                            
item3.Stars 54;
                                            
item3.Owner client.Player.Name;
                                            
item3.OwnerUID client.Player.UID;
                                            
item3.SocketOne Game.Enums.Gem.SuperThunderGem;
                                            
item3.SocketTwo Game.Enums.Gem.SuperThunderGem;
                                            
item3.Durability item3.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid3].Durability;
                                            
client.Inventory.Add(item3Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item3);

                                            
MsgItemInfo item4 = new MsgItemInfo(true);
                                            
item4.ID itemid4;
                                            
item4.Color Game.Enums.Color.White;
                                            
item4.Plus 12;
                                            
item4.Bless 0;
                                            
item4.Stars 54;
                                            
item4.Owner client.Player.Name;
                                            
item4.OwnerUID client.Player.UID;
                                            
item4.SocketOne Game.Enums.Gem.SuperThunderGem;
                                            
item4.SocketTwo Game.Enums.Gem.SuperGloryGem;
                                            
item4.Durability item4.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid4].Durability;
                                            
client.Inventory.Add(item4Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item4);

                                            
MsgItemInfo item5 = new MsgItemInfo(true);
                                            
item5.ID itemid5;
                                            
item5.Color Game.Enums.Color.White;
                                            
item5.Plus 12;
                                            
item5.Bless 1;
                                            
item5.Stars 54;
                                            
item5.Owner client.Player.Name;
                                            
item5.OwnerUID client.Player.UID;
                                            
item5.Durability item5.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid5].Durability;
                                            
client.Inventory.Add(item5Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item5);
                                            
#endregion
                                            
client.Inventory.AddPer(611439800811612121truefalse);//Rapier  
                                            
client.Inventory.AddPer(612439800810612121truefalse);//Pistol  
                                            
client.Inventory.AddPer(139309822071612121truefalse);//ArmorPirate  
                                            
client.Inventory.AddPer(144309820073612121truefalse);//CapPirate  
                                            
client.Inventory.AddPer(120269821033612121truefalse);//Necklace  
                                            
client.Inventory.AddPer(150269823058612121truefalse);//Ring  
                                            
client.Inventory.AddPer(160249824018612121truefalse);//Boot  
                                            
MsgChat.CheckCommand11(new MsgTalk("@profz 410 20"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@profz 420 20"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@profz 611 20"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@profz 612 20"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 7001"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 1045"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 1046"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 11070"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 11110"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 11100"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 11040"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 11050"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 11060"System.Drawing.Color.Red0x7d1), client);
                                            
dialog.Text("\t\t\t\t\\t\t،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ\n");
                                            
dialog.Text("\t\tThanks For This Gift You Have Got Item Soul Stablized Forever\n ");
                                            
dialog.Text("\t\t\t\t\\t\t،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ\n");
                                            
dialog.Option("Thanks."255);
                                            
dialog.Send();
                                        }
                                        else
                                        {
                                            {
                                                
dialog.Text("\t\t\t\t\\t\t،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ\n");
                                                
dialog.Text("\t\t\t\t\\t\tSorry You Can Give Stuff Only For (Pirate).\n");
                                                
dialog.Text("\t\t\t\t\\t\t،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ\n");
                                                
dialog.Option("I see."255);
                                                
dialog.Send();
                                            }
                                        }
                                        break;

                                    }
                                
#endregion
                                #region Items Taoist
                                
case 7:
                                    {
                                        if ((
client.Player.Class >= 100) && (client.Player.Class <= 145))
                                        {
                                            
//ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege Steed Fixed 12 255 255 0 0 142 39 46", System.Drawing.Color.Red, 2001), client);
                                            //ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege RidingCrop Super 12 1", System.Drawing.Color.Red, 2001), client);
                                            //ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege HeavenFan Super 12 1 000 103 103", System.Drawing.Color.Red, 2001), client);
                                            //ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege StarTower Super 12 1 000 123 123", System.Drawing.Color.Red, 2001), client);
                                            //ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege TempestWing Super 12 0 000 103 123", System.Drawing.Color.Red, 2001), client);
                                            
ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege GoldPrize NormalV3 0 1"System.Drawing.Color.Red0x7d1), client);
                                            
//client.Player.Teleport(1002, 300, 279);
                                            #region Tower//Fan//Steed//Wing//Crop
                                            
uint itemid1 300000;//Steed    
                                            
uint itemid2 202009;//Tower   
                                            
uint itemid3 201009;//Fan    
                                            
uint itemid4 204009;//Wing   
                                            
uint itemid5 203009;//Crop 

                                            
MsgItemInfo item1 = new MsgItemInfo(true);
                                            
item1.ID itemid1;
                                            
item1.Color Game.Enums.Color.White;
                                            
item1.Plus 12;
                                            
item1.Stars 54;
                                            
item1.Owner client.Player.Name;
                                            
item1.OwnerUID client.Player.UID;
                                            
item1.Durability item1.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid1].Durability;
                                            
client.Inventory.Add(item1Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item1);

                                            
MsgItemInfo item2 = new MsgItemInfo(true);
                                            
item2.ID itemid2;
                                            
item2.Color Game.Enums.Color.White;
                                            
item2.Plus 12;
                                            
item2.Bless 1;
                                            
item2.Stars 54;
                                            
item2.Owner client.Player.Name;
                                            
item2.OwnerUID client.Player.UID;
                                            
item2.SocketOne Game.Enums.Gem.SuperGloryGem;
                                            
item2.SocketTwo Game.Enums.Gem.SuperGloryGem;
                                            
item2.Durability item2.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid2].Durability;
                                            
client.Inventory.Add(item2Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item2);

                                            
MsgItemInfo item3 = new MsgItemInfo(true);
                                            
item3.ID itemid3;
                                            
item3.Color Game.Enums.Color.White;
                                            
item3.Plus 12;
                                            
item3.Bless 1;
                                            
item3.Stars 54;
                                            
item3.Owner client.Player.Name;
                                            
item3.OwnerUID client.Player.UID;
                                            
item3.SocketOne Game.Enums.Gem.SuperThunderGem;
                                            
item3.SocketTwo Game.Enums.Gem.SuperThunderGem;
                                            
item3.Durability item3.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid3].Durability;
                                            
client.Inventory.Add(item3Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item3);

                                            
MsgItemInfo item4 = new MsgItemInfo(true);
                                            
item4.ID itemid4;
                                            
item4.Color Game.Enums.Color.White;
                                            
item4.Plus 12;
                                            
item4.Bless 0;
                                            
item4.Stars 54;
                                            
item4.Owner client.Player.Name;
                                            
item4.OwnerUID client.Player.UID;
                                            
item4.SocketOne Game.Enums.Gem.SuperThunderGem;
                                            
item4.SocketTwo Game.Enums.Gem.SuperGloryGem;
                                            
item4.Durability item4.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid4].Durability;
                                            
client.Inventory.Add(item4Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item4);

                                            
MsgItemInfo item5 = new MsgItemInfo(true);
                                            
item5.ID itemid5;
                                            
item5.Color Game.Enums.Color.White;
                                            
item5.Plus 12;
                                            
item5.Bless 1;
                                            
item5.Stars 54;
                                            
item5.Owner client.Player.Name;
                                            
item5.OwnerUID client.Player.UID;
                                            
item5.Durability item5.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid5].Durability;
                                            
client.Inventory.Add(item5Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item5);
                                            
#endregion
                                            
client.Inventory.AddPerTaoist(620439800522612121truefalse);//BackSword 
                                            
client.Inventory.AddPerTaoist2(619439801104612121truefalse);//UniverseHossu
                                            
client.Inventory.AddPerTaoist(134309822071612121truefalse);//ArmorFire  
                                            
client.Inventory.AddPerTaoist(114309820076612121truefalse);//CapFire  
                                            
client.Inventory.AddPerTaoist(152279823060612121truefalse);//Bracelet  
                                            
client.Inventory.AddPerTaoist(121269821034612121truefalse);//Bag  
                                            
client.Inventory.AddPerTaoist(160249824018612121truefalse);//Boot 
                                            
MsgChat.CheckCommand11(new MsgTalk("@profz 410 20"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@profz 420 20"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 7001"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 1045"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 1046"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 1090"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 1095"System.Drawing.Color.Red0x7d1), client);
                                            
dialog.Text("\t\t\t\t\\t\t،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ\n");
                                            
dialog.Text("\t\tThanks For This Gift You Have Got Item Soul Stablized Forever\n ");
                                            
dialog.Text("\t\t\t\t\\t\t،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ\n");
                                            
dialog.Option("Thanks."255);
                                            
dialog.Send();
                                        }
                                        else
                                        {
                                            {
                                                
dialog.Text("\t\t\t\t\\t\t،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ\n");
                                                
dialog.Text("\t\t\t\t\\t\tSorry You Can Give Stuff Only For (Taoist).\n");
                                                
dialog.Text("\t\t\t\t\\t\t،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ\n");
                                                
dialog.Option("I see."255);
                                                
dialog.Send();
                                            }
                                        }
                                        break;

                                    }
                                
#endregion
                                #region Items Dragonwarrior
                                
case 8:
                                    {
                                        if ((
client.Player.Class >= 80) && (client.Player.Class <= 85))
                                        {
                                            
//ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege Steed Fixed 12 255 255 0 0 142 39 46", System.Drawing.Color.Red, 2001), client);
                                            //ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege RidingCrop Super 12 1", System.Drawing.Color.Red, 2001), client);
                                            //ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege HeavenFan Super 12 1 000 103 103", System.Drawing.Color.Red, 2001), client);
                                            //ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege StarTower Super 12 1 000 123 123", System.Drawing.Color.Red, 2001), client);
                                            //ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege TempestWing Super 12 0 000 103 123", System.Drawing.Color.Red, 2001), client);
                                            
ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege GoldPrize NormalV3 0 1"System.Drawing.Color.Red0x7d1), client);
                                            
//client.Player.Teleport(1002, 300, 279);
                                            #region Tower//Fan//Steed//Wing//Crop
                                            
uint itemid1 300000;//Steed    
                                            
uint itemid2 202009;//Tower   
                                            
uint itemid3 201009;//Fan    
                                            
uint itemid4 204009;//Wing   
                                            
uint itemid5 203009;//Crop 

                                            
MsgItemInfo item1 = new MsgItemInfo(true);
                                            
item1.ID itemid1;
                                            
item1.Color Game.Enums.Color.White;
                                            
item1.Plus 12;
                                            
item1.Stars 54;
                                            
item1.Owner client.Player.Name;
                                            
item1.OwnerUID client.Player.UID;
                                            
item1.Durability item1.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid1].Durability;
                                            
client.Inventory.Add(item1Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item1);

                                            
MsgItemInfo item2 = new MsgItemInfo(true);
                                            
item2.ID itemid2;
                                            
item2.Color Game.Enums.Color.White;
                                            
item2.Plus 12;
                                            
item2.Bless 1;
                                            
item2.Stars 54;
                                            
item2.Owner client.Player.Name;
                                            
item2.OwnerUID client.Player.UID;
                                            
item2.SocketOne Game.Enums.Gem.SuperGloryGem;
                                            
item2.SocketTwo Game.Enums.Gem.SuperGloryGem;
                                            
item2.Durability item2.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid2].Durability;
                                            
client.Inventory.Add(item2Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item2);

                                            
MsgItemInfo item3 = new MsgItemInfo(true);
                                            
item3.ID itemid3;
                                            
item3.Color Game.Enums.Color.White;
                                            
item3.Plus 12;
                                            
item3.Bless 1;
                                            
item3.Stars 54;
                                            
item3.Owner client.Player.Name;
                                            
item3.OwnerUID client.Player.UID;
                                            
item3.SocketOne Game.Enums.Gem.SuperThunderGem;
                                            
item3.SocketTwo Game.Enums.Gem.SuperThunderGem;
                                            
item3.Durability item3.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid3].Durability;
                                            
client.Inventory.Add(item3Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item3);

                                            
MsgItemInfo item4 = new MsgItemInfo(true);
                                            
item4.ID itemid4;
                                            
item4.Color Game.Enums.Color.White;
                                            
item4.Plus 12;
                                            
item4.Bless 0;
                                            
item4.Stars 54;
                                            
item4.Owner client.Player.Name;
                                            
item4.OwnerUID client.Player.UID;
                                            
item4.SocketOne Game.Enums.Gem.SuperThunderGem;
                                            
item4.SocketTwo Game.Enums.Gem.SuperGloryGem;
                                            
item4.Durability item4.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid4].Durability;
                                            
client.Inventory.Add(item4Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item4);

                                            
MsgItemInfo item5 = new MsgItemInfo(true);
                                            
item5.ID itemid5;
                                            
item5.Color Game.Enums.Color.White;
                                            
item5.Plus 12;
                                            
item5.Bless 1;
                                            
item5.Stars 54;
                                            
item5.Owner client.Player.Name;
                                            
item5.OwnerUID client.Player.UID;
                                            
item5.Durability item5.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid5].Durability;
                                            
client.Inventory.Add(item5Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item5);
                                            
#endregion
                                            
client.Inventory.AddPer(617439801004612121truefalse);//SkyNunchaku 
                                            
client.Inventory.AddPer(617439801004612121truefalse);//SkyNunchaku  
                                            
client.Inventory.AddPer(138309822071612121truefalse);//Bruce_LeeArmor  
                                            
client.Inventory.AddPer(148309820073612121truefalse);//Bruce_LeeHood  
                                            
client.Inventory.AddPer(120269821033612121truefalse);//Necklace  
                                            
client.Inventory.AddPer(150269823058612121truefalse);//Ring  
                                            
client.Inventory.AddPer(160249824018612121truefalse);//Boot 
                                            
MsgChat.CheckCommand11(new MsgTalk("@profz 617 20"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 12270"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 12280"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 12290"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 12350"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 12320"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 12330"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 12340"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 12120"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 12130"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 12140"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 12170"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 12160"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 12240"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 12300"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 12200"System.Drawing.Color.Red0x7d1), client);
                                            
dialog.Text("\t\t\t\t\\t\t،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ\n");
                                            
dialog.Text("\t\tThanks For This Gift You Have Got Item Soul Stablized Forever\n ");
                                            
dialog.Text("\t\t\t\t\\t\t،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ\n");
                                            
dialog.Option("Thanks."255);
                                            
dialog.Send();
                                        }
                                        else
                                        {
                                            {
                                                
dialog.Text("\t\t\t\t\\t\t،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ\n");
                                                
dialog.Text("\t\t\t\t\\t\tSorry You Can Give Stuff Only For (DragonWarrior).\n");
                                                
dialog.Text("\t\t\t\t\\t\t،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ\n");
                                                
dialog.Option("I see."255);
                                                
dialog.Send();
                                            }
                                        }
                                        break;

                                    }
                                
#endregion
                                #region Items Windwalker
                                
case 9:
                                    {
                                        if ((
client.Player.Class >= 160) && (client.Player.Class <= 165))
                                        {
                                            
//ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege Steed Fixed 12 255 255 0 0 142 39 46", System.Drawing.Color.Red, 2001), client);
                                            //ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege RidingCrop Super 12 1", System.Drawing.Color.Red, 2001), client);
                                            //ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege HeavenFan Super 12 1 000 103 103", System.Drawing.Color.Red, 2001), client);
                                            //ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege StarTower Super 12 1 000 123 123", System.Drawing.Color.Red, 2001), client);
                                            //ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege TempestWing Super 12 0 000 103 123", System.Drawing.Color.Red, 2001), client);
                                            
ItemHandler.CheckCommand2(new MsgTalk("@tegotegatege GoldPrize NormalV3 0 1"System.Drawing.Color.Red0x7d1), client);
                                            
//client.Player.Teleport(1002, 300, 279);
                                            #region Tower//Fan//Steed//Wing//Crop
                                            
uint itemid1 300000;//Steed    
                                            
uint itemid2 202009;//Tower   
                                            
uint itemid3 201009;//Fan    
                                            
uint itemid4 204009;//Wing   
                                            
uint itemid5 203009;//Crop 

                                            
MsgItemInfo item1 = new MsgItemInfo(true);
                                            
item1.ID itemid1;
                                            
item1.Color Game.Enums.Color.White;
                                            
item1.Plus 12;
                                            
item1.Stars 54;
                                            
item1.Owner client.Player.Name;
                                            
item1.OwnerUID client.Player.UID;
                                            
item1.Durability item1.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid1].Durability;
                                            
client.Inventory.Add(item1Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item1);

                                            
MsgItemInfo item2 = new MsgItemInfo(true);
                                            
item2.ID itemid2;
                                            
item2.Color Game.Enums.Color.White;
                                            
item2.Plus 12;
                                            
item2.Bless 1;
                                            
item2.Stars 54;
                                            
item2.Owner client.Player.Name;
                                            
item2.OwnerUID client.Player.UID;
                                            
item2.SocketOne Game.Enums.Gem.SuperGloryGem;
                                            
item2.SocketTwo Game.Enums.Gem.SuperGloryGem;
                                            
item2.Durability item2.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid2].Durability;
                                            
client.Inventory.Add(item2Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item2);

                                            
MsgItemInfo item3 = new MsgItemInfo(true);
                                            
item3.ID itemid3;
                                            
item3.Color Game.Enums.Color.White;
                                            
item3.Plus 12;
                                            
item3.Bless 1;
                                            
item3.Stars 54;
                                            
item3.Owner client.Player.Name;
                                            
item3.OwnerUID client.Player.UID;
                                            
item3.SocketOne Game.Enums.Gem.SuperThunderGem;
                                            
item3.SocketTwo Game.Enums.Gem.SuperThunderGem;
                                            
item3.Durability item3.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid3].Durability;
                                            
client.Inventory.Add(item3Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item3);

                                            
MsgItemInfo item4 = new MsgItemInfo(true);
                                            
item4.ID itemid4;
                                            
item4.Color Game.Enums.Color.White;
                                            
item4.Plus 12;
                                            
item4.Bless 0;
                                            
item4.Stars 54;
                                            
item4.Owner client.Player.Name;
                                            
item4.OwnerUID client.Player.UID;
                                            
item4.SocketOne Game.Enums.Gem.SuperThunderGem;
                                            
item4.SocketTwo Game.Enums.Gem.SuperGloryGem;
                                            
item4.Durability item4.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid4].Durability;
                                            
client.Inventory.Add(item4Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item4);

                                            
MsgItemInfo item5 = new MsgItemInfo(true);
                                            
item5.ID itemid5;
                                            
item5.Color Game.Enums.Color.White;
                                            
item5.Plus 12;
                                            
item5.Bless 1;
                                            
item5.Stars 54;
                                            
item5.Owner client.Player.Name;
                                            
item5.OwnerUID client.Player.UID;
                                            
item5.Durability item5.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid5].Durability;
                                            
client.Inventory.Add(item5Game.Enums.ItemUse.CreateAndAdd);
                                            
Database.ConquerItemTable.UpdatePerfection(item5);
                                            
#endregion
                                            
client.Inventory.AddPer(626439801308612121truefalse);//Rapier   
                                            
client.Inventory.AddPer(626439801308612121truefalse);//Pistol   
                                            
client.Inventory.AddPer(101309822071612121truefalse);//ArmorPirate   
                                            
client.Inventory.AddPer(170309820073612121truefalse);//CapPirate   
                                            
client.Inventory.AddPer(120269821033612121truefalse);//Necklace   
                                            
client.Inventory.AddPer(150269823058612121truefalse);//Ring   
                                            
client.Inventory.AddPer(160249824018612121truefalse);//Boot 
                                            
MsgChat.CheckCommand11(new MsgTalk("@profz 626 20"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 12960"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 12950"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 13020"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 13030"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 12940"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 12930"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 13090"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 12850"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 12890"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 12840"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 12970"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 12860"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 12830"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 13070"System.Drawing.Color.Red0x7d1), client);
                                            
MsgChat.CheckCommand11(new MsgTalk("@spellz 13080"System.Drawing.Color.Red0x7d1), client);
                                            
dialog.Text("\t\t\t\t\\t\t،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ\n");
                                            
dialog.Text("\t\tThanks For This Gift You Have Got Item Soul Stablized Forever\n ");
                                            
dialog.Text("\t\t\t\t\\t\t،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ\n");
                                            
dialog.Option("Thanks."255);
                                            
dialog.Send();
                                        }
                                        else
                                        {
                                            {
                                                
dialog.Text("\t\t\t\t\\t\t،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ\n");
                                                
dialog.Text("\t\t\t\t\\t\tSorry You Can Give Stuff Only For (WinWalker).\n");
                                                
dialog.Text("\t\t\t\t\\t\t،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ،ھ\n");
                                                
dialog.Option("I see."255);
                                                
dialog.Send();
                                            }
                                        }
                                        break;

                                    }
                                
#endregion
                            
}
                            break;
                        }
                    
#endregion 


كلمة شكر تكفيني