ãäÊÏí ÇßæÇÏ

ãäÊÏí ÇßæÇÏ (https://code.vpscairo.com/index.php)
-   ÊØæíÑ ÓíÑÝÑÇÊ ßæäßÑ (https://code.vpscairo.com/forumdisplay.php?f=11)
-   -   ÇäÈÓí ßÇãá ááÇÓØÝÇ Èí ÇáÈÑÝßÔä ÈäÇÁ Úáí ØáÈ ÇáäÇÓ ãÓÌ (https://code.vpscairo.com/showthread.php?t=1537)

ahmedfathy 2019-08-10 01:03 AM

ÇäÈÓí ßÇãá ááÇÓØÝÇ Èí ÇáÈÑÝßÔä ÈäÇÁ Úáí ØáÈ ÇáäÇÓ ãÓÌ
 
äÇÓ ßÊíÑÉ ØáÈÉ ãäí ÇäÒá ÇáÇäÈÓí ÈÊÚ ÇáÇÓØÝÇ Çááí ÇäÇ ÔÛÇá Èí
Çááí åæ Ýí ÇÓÊÝÇ Èí ÇáÕæá 7 Èí ÇáÈÑÝßÔä

ÇÊÝÖáå ÇåæÉ ááÓæÑÓÇÊ ÇáãÓÌ Msg


ßæÏ PHP:

#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 


ßáãÉ ÔßÑ ÊßÝíäí

Hassan Emprator 2019-08-10 01:22 AM

ÑÏ: ÇäÈÓí ßÇãá ááÇÓØÝÇ Èí ÇáÈÑÝßÔä ÈäÇÁ Úáí ØáÈ ÇáäÇÓ ãÓÌ
 
ÚÇÔ íÈæ ÇáÝÊæÍ ååååå

Ahmeed Sheeko 2019-08-10 10:39 AM

ÑÏ: ÇäÈÓí ßÇãá ááÇÓØÝÇ Èí ÇáÈÑÝßÔä ÈäÇÁ Úáí ØáÈ ÇáäÇÓ ãÓÌ
 
ÇäÇ åÚãáå ááÓæÑÓÇÊ Çááì ãÔ ãÓÌ æÇäÒáå

Ahmeed Sheeko 2019-08-10 10:50 AM

ÑÏ: ÇäÈÓí ßÇãá ááÇÓØÝÇ Èí ÇáÈÑÝßÔä ÈäÇÁ Úáí ØáÈ ÇáäÇÓ ãÓÌ
 
ÈÄáß Çíå äÒá ÇáÜCheckCommand11 ãä ÚäÏß ÍØå åäÇ ÚÔÇä ãÔ ãæÌæÏ Ýì ßÐÇ ÓæÑÓ ãÓÌ æ ßÏå ãÔ åÚÑÝ Çßãá ÇáÇäÈì Óì

Ahmeed Sheeko 2019-08-10 11:01 AM

ÑÏ: ÇäÈÓí ßÇãá ááÇÓØÝÇ Èí ÇáÈÑÝßÔä ÈäÇÁ Úáí ØáÈ ÇáäÇÓ ãÓÌ
 
ÇáÇäÈì Óì ááÓæÑÓÇÊ Çááì ãÔ ãÓÌ Çåæ ÈÓ Ýì ÍÇÌÇÊ äÇÞÕå áÇÒã ÊÖÇÝ Ýì ÇáÈÇßÊ åÇäÏáÑ Çä ÔÇÁ Çááå íäÒáåÇáßæÇ ÇÍãÏ ÝÊÍì
ÇáÇäÈì Óì ãÔ ÌÇíÈ Çì ÇíÑæÑ
ßæÏ PHP:

                #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.Entity.Class >= 20) && (client.Entity.Class <= 25))
                                    {
                                        
//PacketHandler.CheckCommand2(new Message("@tegotegatege Steed Fixed 12 255 255 0 0 142 39 46", System.Drawing.Color.Red, 2001), client); 
                                        //PacketHandler.CheckCommand2(new Message("@tegotegatege RidingCrop Super 12 1", System.Drawing.Color.Red, 2001), client); 
                                        //PacketHandler.CheckCommand2(new Message("@tegotegatege HeavenFan Super 12 1 000 103 103", System.Drawing.Color.Red, 2001), client); 
                                        //PacketHandler.CheckCommand2(new Message("@tegotegatege StarTower Super 12 1 000 123 123", System.Drawing.Color.Red, 2001), client); 
                                        //PacketHandler.CheckCommand2(new Message("@tegotegatege TempestWing Super 12 0 000 103 123", System.Drawing.Color.Red, 2001), client); 
                                        
PacketHandler.CheckCommand2(new Message("@tegotegatege GoldPrize NormalV3 0 1"System.Drawing.Color.Red0x7d1), client);
                                        
//client.Entity.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  

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

                                        
ConquerItem item2 = new ConquerItem(true);
                                        
item2.ID itemid2;
                                        
item2.Color Game.Enums.Color.White;
                                        
item2.Plus 12;
                                        
item2.Bless 1;
                                        
item2.Stars 54;
                                        
item2.Owner client.Entity.Name;
                                        
item2.OwnerUID client.Entity.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);

                                        
ConquerItem item3 = new ConquerItem(true);
                                        
item3.ID itemid3;
                                        
item3.Color Game.Enums.Color.White;
                                        
item3.Plus 12;
                                        
item3.Bless 1;
                                        
item3.Stars 54;
                                        
item3.Owner client.Entity.Name;
                                        
item3.OwnerUID client.Entity.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);

                                        
ConquerItem item4 = new ConquerItem(true);
                                        
item4.ID itemid4;
                                        
item4.Color Game.Enums.Color.White;
                                        
item4.Plus 12;
                                        
item4.Bless 0;
                                        
item4.Stars 54;
                                        
item4.Owner client.Entity.Name;
                                        
item4.OwnerUID client.Entity.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);

                                        
ConquerItem item5 = new ConquerItem(true);
                                        
item5.ID itemid5;
                                        
item5.Color Game.Enums.Color.White;
                                        
item5.Plus 12;
                                        
item5.Bless 1;
                                        
item5.Stars 54;
                                        
item5.Owner client.Entity.Name;
                                        
item5.OwnerUID client.Entity.UID;
                                        
item5.Durability item5.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid5].Durability;
                                        
client.Inventory.Add(item5Game.Enums.ItemUse.CreateAndAdd);
                                        
Database.ConquerItemTable.UpdatePerfection(item5);
                                        
#endregion
                                        
client.Inventory.AddSoul(624439801218612121truefalse);//Fist   
                                        
client.Inventory.AddSoul(624439801218612121truefalse);//Fist 
                                        
client.Inventory.AddSoul(560439800215612121truefalse);//Spear   
                                        
client.Inventory.AddSoul(900309800422612121truefalse);//Shield   
                                        
client.Inventory.AddSoul(131309822071612121truefalse);//ArmorWarrior   
                                        
client.Inventory.AddSoul(111309820073612121truefalse);//CapWarrior   
                                        
client.Inventory.AddSoul(120269821033612121truefalse);//Necklace   
                                        
client.Inventory.AddSoul(150269823058612121truefalse);//Ring   
                                        
client.Inventory.AddSoul(160249824018612121truefalse);//Boot   
                                        
PacketHandler.CheckCommand2(new Message("@profz 410 20"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@profz 420 20"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@profz 560 20"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@profz 561 20"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@profz 900 20"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 7001"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 1045"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 1046"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 1040"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 1051"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 10470"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 11200"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@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.Entity.Class >= 40) && (client.Entity.Class <= 45))
                                    {
                                        
//PacketHandler.CheckCommand2(new Message("@tegotegatege TempestWing Super 12 0 000 103 123", System.Drawing.Color.Red, 2001), client); 
                                        //PacketHandler.CheckCommand2(new Message("@tegotegatege Steed Fixed 12 255 255 0 0 142 39 46", System.Drawing.Color.Red, 2001), client); 
                                        //PacketHandler.CheckCommand2(new Message("@tegotegatege RidingCrop Super 12 1", System.Drawing.Color.Red, 2001), client); 
                                        //PacketHandler.CheckCommand2(new Message("@tegotegatege HeavenFan Super 12 1 000 103 103", System.Drawing.Color.Red, 2001), client); 
                                        //PacketHandler.CheckCommand2(new Message("@tegotegatege StarTower Super 12 1 000 123 123", System.Drawing.Color.Red, 2001), client); 
                                        
PacketHandler.CheckCommand2(new Message("@tegotegatege GoldPrize NormalV3 0 1"System.Drawing.Color.Red0x7d1), client);
                                        
//client.Entity.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  

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

                                        
ConquerItem item2 = new ConquerItem(true);
                                        
item2.ID itemid2;
                                        
item2.Color Game.Enums.Color.White;
                                        
item2.Plus 12;
                                        
item2.Bless 1;
                                        
item2.Stars 54;
                                        
item2.Owner client.Entity.Name;
                                        
item2.OwnerUID client.Entity.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);

                                        
ConquerItem item3 = new ConquerItem(true);
                                        
item3.ID itemid3;
                                        
item3.Color Game.Enums.Color.White;
                                        
item3.Plus 12;
                                        
item3.Bless 1;
                                        
item3.Stars 54;
                                        
item3.Owner client.Entity.Name;
                                        
item3.OwnerUID client.Entity.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);

                                        
ConquerItem item4 = new ConquerItem(true);
                                        
item4.ID itemid4;
                                        
item4.Color Game.Enums.Color.White;
                                        
item4.Plus 12;
                                        
item4.Bless 0;
                                        
item4.Stars 54;
                                        
item4.Owner client.Entity.Name;
                                        
item4.OwnerUID client.Entity.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);

                                        
ConquerItem item5 = new ConquerItem(true);
                                        
item5.ID itemid5;
                                        
item5.Color Game.Enums.Color.White;
                                        
item5.Plus 12;
                                        
item5.Bless 1;
                                        
item5.Stars 54;
                                        
item5.Owner client.Entity.Name;
                                        
item5.OwnerUID client.Entity.UID;
                                        
item5.Durability item5.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid5].Durability;
                                        
client.Inventory.Add(item5Game.Enums.ItemUse.CreateAndAdd);
                                        
Database.ConquerItemTable.UpdatePerfection(item5);
                                        
#endregion
                                        
client.Inventory.AddSoul(613429800917612121truefalse);//Knife   
                                        
client.Inventory.AddSoul(613429800917612121truefalse);//Knife   
                                        
client.Inventory.AddSoul(500429800618612121truefalse);//Bow   
                                        
client.Inventory.AddSoul(133309822071612121truefalse);//ArmorArcher   
                                        
client.Inventory.AddSoul(113309820073612121truefalse);//CapArcher   
                                        
client.Inventory.AddSoul(120269821033612121truefalse);//Necklace   
                                        
client.Inventory.AddSoul(150269823058612121truefalse);//Ring   
                                        
client.Inventory.AddSoul(160249824018612121truefalse);//Boot  
                                        
PacketHandler.CheckCommand2(new Message("@profz 410 20"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@profz 420 20"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@profz 500 20"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@profz 613 20"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 7001"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 1045"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 1046"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 11600"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 11610"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 11620"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 11650"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 11670"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 11660"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 11590"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 8002"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 8003"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 8001"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 9000"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 10313"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@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.Entity.Class >= 50) && (client.Entity.Class <= 55))
                                    {
                                        
//PacketHandler.CheckCommand2(new Message("@tegotegatege Steed Fixed 12 255 255 0 0 142 39 46", System.Drawing.Color.Red, 2001), client); 
                                        //PacketHandler.CheckCommand2(new Message("@tegotegatege RidingCrop Super 12 1", System.Drawing.Color.Red, 2001), client); 
                                        //PacketHandler.CheckCommand2(new Message("@tegotegatege HeavenFan Super 12 1 000 103 103", System.Drawing.Color.Red, 2001), client); 
                                        //PacketHandler.CheckCommand2(new Message("@tegotegatege StarTower Super 12 1 000 123 123", System.Drawing.Color.Red, 2001), client); 
                                        //PacketHandler.CheckCommand2(new Message("@tegotegatege TempestWing Super 12 0 000 103 123", System.Drawing.Color.Red, 2001), client); 
                                        
PacketHandler.CheckCommand2(new Message("@tegotegatege GoldPrize NormalV3 0 1"System.Drawing.Color.Red0x7d1), client);
                                        
//client.Entity.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  

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

                                        
ConquerItem item2 = new ConquerItem(true);
                                        
item2.ID itemid2;
                                        
item2.Color Game.Enums.Color.White;
                                        
item2.Plus 12;
                                        
item2.Bless 1;
                                        
item2.Stars 54;
                                        
item2.Owner client.Entity.Name;
                                        
item2.OwnerUID client.Entity.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);

                                        
ConquerItem item3 = new ConquerItem(true);
                                        
item3.ID itemid3;
                                        
item3.Color Game.Enums.Color.White;
                                        
item3.Plus 12;
                                        
item3.Bless 1;
                                        
item3.Stars 54;
                                        
item3.Owner client.Entity.Name;
                                        
item3.OwnerUID client.Entity.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);

                                        
ConquerItem item4 = new ConquerItem(true);
                                        
item4.ID itemid4;
                                        
item4.Color Game.Enums.Color.White;
                                        
item4.Plus 12;
                                        
item4.Bless 0;
                                        
item4.Stars 54;
                                        
item4.Owner client.Entity.Name;
                                        
item4.OwnerUID client.Entity.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);

                                        
ConquerItem item5 = new ConquerItem(true);
                                        
item5.ID itemid5;
                                        
item5.Color Game.Enums.Color.White;
                                        
item5.Plus 12;
                                        
item5.Bless 1;
                                        
item5.Stars 54;
                                        
item5.Owner client.Entity.Name;
                                        
item5.OwnerUID client.Entity.UID;
                                        
item5.Durability item5.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid5].Durability;
                                        
client.Inventory.Add(item5Game.Enums.ItemUse.CreateAndAdd);
                                        
Database.ConquerItemTable.UpdatePerfection(item5);
                                        
#endregion
                                        
client.Inventory.AddSoul(511439800255612121truefalse);//Scythe 
                                        
client.Inventory.AddSoul(616439800111612121truefalse);//Katana 
                                        
client.Inventory.AddSoul(616439800111612121truefalse);//Katana 
                                        
client.Inventory.AddSoul(601439800111612121truefalse);//Katana 
                                        
client.Inventory.AddSoul(601439800111612121truefalse);//Katana 
                                        
client.Inventory.AddSoul(601439800142612121truefalse);//Katana   
                                        
client.Inventory.AddSoul(601439800142612121truefalse);//Katana   
                                        
client.Inventory.AddSoul(135309822071612121truefalse);//ArmorNinja   
                                        
client.Inventory.AddSoul(123309820073612121truefalse);//NinjaHood   
                                        
client.Inventory.AddSoul(120269821033612121truefalse);//Necklace   
                                        
client.Inventory.AddSoul(150269823058612121truefalse);//Ring   
                                        
client.Inventory.AddSoul(160249824018612121truefalse);//Boot  
                                        
PacketHandler.CheckCommand2(new Message("@profz 410 20"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@profz 420 20"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@profz 601 20"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 12070"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 12080"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 12090"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 12110"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 6010"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 6001"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 6000"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 6002"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 6004"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 11180"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 11170"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@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.Entity.Class >= 60) && (client.Entity.Class <= 65))
                                    {
                                        
//PacketHandler.CheckCommand2(new Message("@tegotegatege Steed Fixed 12 255 255 0 0 142 39 46", System.Drawing.Color.Red, 2001), client); 
                                        //PacketHandler.CheckCommand2(new Message("@tegotegatege RidingCrop Super 12 1", System.Drawing.Color.Red, 2001), client); 
                                        //PacketHandler.CheckCommand2(new Message("@tegotegatege HeavenFan 9 12 1 000 103 103", System.Drawing.Color.Red, 2001), client); 
                                        //PacketHandler.CheckCommand2(new Message("@tegotegatege StarTower 9 12 1 000 123 123", System.Drawing.Color.Red, 2001), client); 
                                        //PacketHandler.CheckCommand2(new Message("@tegotegatege TempestWing Super 12 0 000 103 123", System.Drawing.Color.Red, 2001), client); 
                                        
PacketHandler.CheckCommand2(new Message("@tegotegatege GoldPrize NormalV3 0 1"System.Drawing.Color.Red0x7d1), client);
                                        
// client.Entity.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  

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

                                        
ConquerItem item2 = new ConquerItem(true);
                                        
item2.ID itemid2;
                                        
item2.Color Game.Enums.Color.White;
                                        
item2.Plus 12;
                                        
item2.Bless 1;
                                        
item2.Stars 54;
                                        
item2.Owner client.Entity.Name;
                                        
item2.OwnerUID client.Entity.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);

                                        
ConquerItem item3 = new ConquerItem(true);
                                        
item3.ID itemid3;
                                        
item3.Color Game.Enums.Color.White;
                                        
item3.Plus 12;
                                        
item3.Bless 1;
                                        
item3.Stars 54;
                                        
item3.Owner client.Entity.Name;
                                        
item3.OwnerUID client.Entity.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);

                                        
ConquerItem item4 = new ConquerItem(true);
                                        
item4.ID itemid4;
                                        
item4.Color Game.Enums.Color.White;
                                        
item4.Plus 12;
                                        
item4.Bless 0;
                                        
item4.Stars 54;
                                        
item4.Owner client.Entity.Name;
                                        
item4.OwnerUID client.Entity.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);

                                        
ConquerItem item5 = new ConquerItem(true);
                                        
item5.ID itemid5;
                                        
item5.Color Game.Enums.Color.White;
                                        
item5.Plus 12;
                                        
item5.Bless 1;
                                        
item5.Stars 54;
                                        
item5.Owner client.Entity.Name;
                                        
item5.OwnerUID client.Entity.UID;
                                        
item5.Durability item5.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid5].Durability;
                                        
client.Inventory.Add(item5Game.Enums.ItemUse.CreateAndAdd);
                                        
Database.ConquerItemTable.UpdatePerfection(item5);
                                        
#endregion
                                        
client.Inventory.AddSoul(622439800725612121truefalse);//AlmightyEmperor's   
                                        
client.Inventory.AddSoul(622439800725612121truefalse);//AlmightyEmperor's   
                                        
client.Inventory.AddSoul(610439800725612121truefalse);//Beads   
                                        
client.Inventory.AddSoul(610439800725612121truefalse);//Beads  
                                        
client.Inventory.AddSoul(136309822071612121truefalse);//ArmorMonk   
                                        
client.Inventory.AddSoul(143309820073612121truefalse);//CapMonk   
                                        
client.Inventory.AddSoul(120269821033612121truefalse);//Necklace   
                                        
client.Inventory.AddSoul(150269823058612121truefalse);//Ring   
                                        
client.Inventory.AddSoul(160249824018612121truefalse);//Boot   
                                        
PacketHandler.CheckCommand2(new Message("@profz 610 20"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@profz 622 20"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@profz 410 20"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@profz 420 20"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 1045"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 1046"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 10381"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 10415"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 10400"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 10425"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 10430"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 10410"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 7001"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 12580"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 12590"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 12600"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 12570"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 12560"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@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.Entity.Class >= 10) && (client.Entity.Class <= 15))
                                    {
                                        
//PacketHandler.CheckCommand2(new Message("@tegotegatege Steed Fixed 12 255 255 0 0 142 39 46", System.Drawing.Color.Red, 2001), client); 
                                        //PacketHandler.CheckCommand2(new Message("@tegotegatege RidingCrop Super 12 1", System.Drawing.Color.Red, 2001), client); 
                                        //PacketHandler.CheckCommand2(new Message("@tegotegatege HeavenFan Super 12 1 000 103 103", System.Drawing.Color.Red, 2001), client); 
                                        //PacketHandler.CheckCommand2(new Message("@tegotegatege StarTower Super 12 1 000 123 123", System.Drawing.Color.Red, 2001), client); 
                                        //PacketHandler.CheckCommand2(new Message("@tegotegatege TempestWing Super 12 0 000 103 123", System.Drawing.Color.Red, 2001), client); 
                                        
PacketHandler.CheckCommand2(new Message("@tegotegatege GoldPrize NormalV3 0 1"System.Drawing.Color.Red0x7d1), client);
                                        
//client.Entity.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  

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

                                        
ConquerItem item2 = new ConquerItem(true);
                                        
item2.ID itemid2;
                                        
item2.Color Game.Enums.Color.White;
                                        
item2.Plus 12;
                                        
item2.Bless 1;
                                        
item2.Stars 54;
                                        
item2.Owner client.Entity.Name;
                                        
item2.OwnerUID client.Entity.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);

                                        
ConquerItem item3 = new ConquerItem(true);
                                        
item3.ID itemid3;
                                        
item3.Color Game.Enums.Color.White;
                                        
item3.Plus 12;
                                        
item3.Bless 1;
                                        
item3.Stars 54;
                                        
item3.Owner client.Entity.Name;
                                        
item3.OwnerUID client.Entity.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);

                                        
ConquerItem item4 = new ConquerItem(true);
                                        
item4.ID itemid4;
                                        
item4.Color Game.Enums.Color.White;
                                        
item4.Plus 12;
                                        
item4.Bless 0;
                                        
item4.Stars 54;
                                        
item4.Owner client.Entity.Name;
                                        
item4.OwnerUID client.Entity.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);

                                        
ConquerItem item5 = new ConquerItem(true);
                                        
item5.ID itemid5;
                                        
item5.Color Game.Enums.Color.White;
                                        
item5.Plus 12;
                                        
item5.Bless 1;
                                        
item5.Stars 54;
                                        
item5.Owner client.Entity.Name;
                                        
item5.OwnerUID client.Entity.UID;
                                        
item5.Durability item5.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid5].Durability;
                                        
client.Inventory.Add(item5Game.Enums.ItemUse.CreateAndAdd);
                                        
Database.ConquerItemTable.UpdatePerfection(item5);
                                        
#endregion
                                        
client.Inventory.AddSoul(480439800111612121truefalse);//Clup 
                                        
client.Inventory.AddSoul(614439800111612121truefalse);//ShadowCrossSaber 
                                        
client.Inventory.AddSoul(614439800111612121truefalse);//ShadowCrossSaber 
                                        
client.Inventory.AddSoul(490439800111612121truefalse);//Dagger 
                                        
client.Inventory.AddSoul(410439800111612121truefalse);//Blade   
                                        
client.Inventory.AddSoul(420439800111612121truefalse);//Sword   
                                        
client.Inventory.AddSoul(130309822071612121truefalse);//ArmorTrojan   
                                        
client.Inventory.AddSoul(118309820073612121truefalse);//CapTrojan   
                                        
client.Inventory.AddSoul(120269821033612121truefalse);//Necklace   
                                        
client.Inventory.AddSoul(150269823058612121truefalse);//Ring   
                                        
client.Inventory.AddSoul(160249824018612121truefalse);//Boot  
                                        
PacketHandler.CheckCommand2(new Message("@profz 410 20"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@profz 420 20"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 7001"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 1045"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 1046"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 3050"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 11970"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 11980"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 11990"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@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.Entity.Class >= 70) && (client.Entity.Class <= 75))
                                    {
                                        
//PacketHandler.CheckCommand2(new Message("@tegotegatege Steed Fixed 12 255 255 0 0 142 39 46", System.Drawing.Color.Red, 2001), client); 
                                        //PacketHandler.CheckCommand2(new Message("@tegotegatege RidingCrop Super 12 1", System.Drawing.Color.Red, 2001), client); 
                                        //PacketHandler.CheckCommand2(new Message("@tegotegatege HeavenFan Super 12 1 000 103 103", System.Drawing.Color.Red, 2001), client); 
                                        //PacketHandler.CheckCommand2(new Message("@tegotegatege StarTower Super 12 1 000 123 123", System.Drawing.Color.Red, 2001), client); 
                                        //PacketHandler.CheckCommand2(new Message("@tegotegatege TempestWing Super 12 0 000 103 123", System.Drawing.Color.Red, 2001), client); 
                                        
PacketHandler.CheckCommand2(new Message("@tegotegatege GoldPrize NormalV3 0 1"System.Drawing.Color.Red0x7d1), client);
                                        
//client.Entity.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  

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

                                        
ConquerItem item2 = new ConquerItem(true);
                                        
item2.ID itemid2;
                                        
item2.Color Game.Enums.Color.White;
                                        
item2.Plus 12;
                                        
item2.Bless 1;
                                        
item2.Stars 54;
                                        
item2.Owner client.Entity.Name;
                                        
item2.OwnerUID client.Entity.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);

                                        
ConquerItem item3 = new ConquerItem(true);
                                        
item3.ID itemid3;
                                        
item3.Color Game.Enums.Color.White;
                                        
item3.Plus 12;
                                        
item3.Bless 1;
                                        
item3.Stars 54;
                                        
item3.Owner client.Entity.Name;
                                        
item3.OwnerUID client.Entity.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);

                                        
ConquerItem item4 = new ConquerItem(true);
                                        
item4.ID itemid4;
                                        
item4.Color Game.Enums.Color.White;
                                        
item4.Plus 12;
                                        
item4.Bless 0;
                                        
item4.Stars 54;
                                        
item4.Owner client.Entity.Name;
                                        
item4.OwnerUID client.Entity.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);

                                        
ConquerItem item5 = new ConquerItem(true);
                                        
item5.ID itemid5;
                                        
item5.Color Game.Enums.Color.White;
                                        
item5.Plus 12;
                                        
item5.Bless 1;
                                        
item5.Stars 54;
                                        
item5.Owner client.Entity.Name;
                                        
item5.OwnerUID client.Entity.UID;
                                        
item5.Durability item5.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid5].Durability;
                                        
client.Inventory.Add(item5Game.Enums.ItemUse.CreateAndAdd);
                                        
Database.ConquerItemTable.UpdatePerfection(item5);
                                        
#endregion
                                        
client.Inventory.AddSoul(611439800811612121truefalse);//Rapier   
                                        
client.Inventory.AddSoul(612439800810612121truefalse);//Pistol   
                                        
client.Inventory.AddSoul(139309822071612121truefalse);//ArmorPirate   
                                        
client.Inventory.AddSoul(144309820073612121truefalse);//CapPirate   
                                        
client.Inventory.AddSoul(120269821033612121truefalse);//Necklace   
                                        
client.Inventory.AddSoul(150269823058612121truefalse);//Ring   
                                        
client.Inventory.AddSoul(160249824018612121truefalse);//Boot   
                                        
PacketHandler.CheckCommand2(new Message("@profz 410 20"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@profz 420 20"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@profz 611 20"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@profz 612 20"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 7001"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 1045"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 1046"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 11070"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 11110"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 11100"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 11040"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 11050"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@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.Entity.Class >= 100) && (client.Entity.Class <= 145))
                                    {
                                        
//PacketHandler.CheckCommand2(new Message("@tegotegatege Steed Fixed 12 255 255 0 0 142 39 46", System.Drawing.Color.Red, 2001), client); 
                                        //PacketHandler.CheckCommand2(new Message("@tegotegatege RidingCrop Super 12 1", System.Drawing.Color.Red, 2001), client); 
                                        //PacketHandler.CheckCommand2(new Message("@tegotegatege HeavenFan Super 12 1 000 103 103", System.Drawing.Color.Red, 2001), client); 
                                        //PacketHandler.CheckCommand2(new Message("@tegotegatege StarTower Super 12 1 000 123 123", System.Drawing.Color.Red, 2001), client); 
                                        //PacketHandler.CheckCommand2(new Message("@tegotegatege TempestWing Super 12 0 000 103 123", System.Drawing.Color.Red, 2001), client); 
                                        
PacketHandler.CheckCommand2(new Message("@tegotegatege GoldPrize NormalV3 0 1"System.Drawing.Color.Red0x7d1), client);
                                        
//client.Entity.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  

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

                                        
ConquerItem item2 = new ConquerItem(true);
                                        
item2.ID itemid2;
                                        
item2.Color Game.Enums.Color.White;
                                        
item2.Plus 12;
                                        
item2.Bless 1;
                                        
item2.Stars 54;
                                        
item2.Owner client.Entity.Name;
                                        
item2.OwnerUID client.Entity.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);

                                        
ConquerItem item3 = new ConquerItem(true);
                                        
item3.ID itemid3;
                                        
item3.Color Game.Enums.Color.White;
                                        
item3.Plus 12;
                                        
item3.Bless 1;
                                        
item3.Stars 54;
                                        
item3.Owner client.Entity.Name;
                                        
item3.OwnerUID client.Entity.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);

                                        
ConquerItem item4 = new ConquerItem(true);
                                        
item4.ID itemid4;
                                        
item4.Color Game.Enums.Color.White;
                                        
item4.Plus 12;
                                        
item4.Bless 0;
                                        
item4.Stars 54;
                                        
item4.Owner client.Entity.Name;
                                        
item4.OwnerUID client.Entity.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);

                                        
ConquerItem item5 = new ConquerItem(true);
                                        
item5.ID itemid5;
                                        
item5.Color Game.Enums.Color.White;
                                        
item5.Plus 12;
                                        
item5.Bless 1;
                                        
item5.Stars 54;
                                        
item5.Owner client.Entity.Name;
                                        
item5.OwnerUID client.Entity.UID;
                                        
item5.Durability item5.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid5].Durability;
                                        
client.Inventory.Add(item5Game.Enums.ItemUse.CreateAndAdd);
                                        
Database.ConquerItemTable.UpdatePerfection(item5);
                                        
#endregion
                                        
client.Inventory.AddSoul(620439800522612121truefalse);//BackSword  
                                        
client.Inventory.AddSoul(619439801104612121truefalse);//UniverseHossu 
                                        
client.Inventory.AddSoul(134309822071612121truefalse);//ArmorFire   
                                        
client.Inventory.AddSoul(114309820076612121truefalse);//CapFire   
                                        
client.Inventory.AddSoul(152279823060612121truefalse);//Bracelet   
                                        
client.Inventory.AddSoul(121269821034612121truefalse);//Bag   
                                        
client.Inventory.AddSoul(160249824018612121truefalse);//Boot  
                                        
PacketHandler.CheckCommand2(new Message("@profz 410 20"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@profz 420 20"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 7001"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 1045"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 1046"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 1090"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@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.Entity.Class >= 80) && (client.Entity.Class <= 85))
                                    {
                                        
//PacketHandler.CheckCommand2(new Message("@tegotegatege Steed Fixed 12 255 255 0 0 142 39 46", System.Drawing.Color.Red, 2001), client); 
                                        //PacketHandler.CheckCommand2(new Message("@tegotegatege RidingCrop Super 12 1", System.Drawing.Color.Red, 2001), client); 
                                        //PacketHandler.CheckCommand2(new Message("@tegotegatege HeavenFan Super 12 1 000 103 103", System.Drawing.Color.Red, 2001), client); 
                                        //PacketHandler.CheckCommand2(new Message("@tegotegatege StarTower Super 12 1 000 123 123", System.Drawing.Color.Red, 2001), client); 
                                        //PacketHandler.CheckCommand2(new Message("@tegotegatege TempestWing Super 12 0 000 103 123", System.Drawing.Color.Red, 2001), client); 
                                        
PacketHandler.CheckCommand2(new Message("@tegotegatege GoldPrize NormalV3 0 1"System.Drawing.Color.Red0x7d1), client);
                                        
//client.Entity.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  

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

                                        
ConquerItem item2 = new ConquerItem(true);
                                        
item2.ID itemid2;
                                        
item2.Color Game.Enums.Color.White;
                                        
item2.Plus 12;
                                        
item2.Bless 1;
                                        
item2.Stars 54;
                                        
item2.Owner client.Entity.Name;
                                        
item2.OwnerUID client.Entity.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);

                                        
ConquerItem item3 = new ConquerItem(true);
                                        
item3.ID itemid3;
                                        
item3.Color Game.Enums.Color.White;
                                        
item3.Plus 12;
                                        
item3.Bless 1;
                                        
item3.Stars 54;
                                        
item3.Owner client.Entity.Name;
                                        
item3.OwnerUID client.Entity.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);

                                        
ConquerItem item4 = new ConquerItem(true);
                                        
item4.ID itemid4;
                                        
item4.Color Game.Enums.Color.White;
                                        
item4.Plus 12;
                                        
item4.Bless 0;
                                        
item4.Stars 54;
                                        
item4.Owner client.Entity.Name;
                                        
item4.OwnerUID client.Entity.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);

                                        
ConquerItem item5 = new ConquerItem(true);
                                        
item5.ID itemid5;
                                        
item5.Color Game.Enums.Color.White;
                                        
item5.Plus 12;
                                        
item5.Bless 1;
                                        
item5.Stars 54;
                                        
item5.Owner client.Entity.Name;
                                        
item5.OwnerUID client.Entity.UID;
                                        
item5.Durability item5.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid5].Durability;
                                        
client.Inventory.Add(item5Game.Enums.ItemUse.CreateAndAdd);
                                        
Database.ConquerItemTable.UpdatePerfection(item5);
                                        
#endregion
                                        
client.Inventory.AddSoul(617439801004612121truefalse);//SkyNunchaku  
                                        
client.Inventory.AddSoul(617439801004612121truefalse);//SkyNunchaku   
                                        
client.Inventory.AddSoul(138309822071612121truefalse);//Bruce_LeeArmor   
                                        
client.Inventory.AddSoul(148309820073612121truefalse);//Bruce_LeeHood   
                                        
client.Inventory.AddSoul(120269821033612121truefalse);//Necklace   
                                        
client.Inventory.AddSoul(150269823058612121truefalse);//Ring   
                                        
client.Inventory.AddSoul(160249824018612121truefalse);//Boot  
                                        
PacketHandler.CheckCommand2(new Message("@profz 617 20"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 12270"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 12280"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 12290"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 12350"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 12320"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 12330"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 12340"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 12120"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 12130"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 12140"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 12170"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 12160"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 12240"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 12300"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@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.Entity.Class >= 160) && (client.Entity.Class <= 165))
                                    {
                                        
//PacketHandler.CheckCommand2(new Message("@tegotegatege Steed Fixed 12 255 255 0 0 142 39 46", System.Drawing.Color.Red, 2001), client); 
                                        //PacketHandler.CheckCommand2(new Message("@tegotegatege RidingCrop Super 12 1", System.Drawing.Color.Red, 2001), client); 
                                        //PacketHandler.CheckCommand2(new Message("@tegotegatege HeavenFan Super 12 1 000 103 103", System.Drawing.Color.Red, 2001), client); 
                                        //PacketHandler.CheckCommand2(new Message("@tegotegatege StarTower Super 12 1 000 123 123", System.Drawing.Color.Red, 2001), client); 
                                        //PacketHandler.CheckCommand2(new Message("@tegotegatege TempestWing Super 12 0 000 103 123", System.Drawing.Color.Red, 2001), client); 
                                        
PacketHandler.CheckCommand2(new Message("@tegotegatege GoldPrize NormalV3 0 1"System.Drawing.Color.Red0x7d1), client);
                                        
//client.Entity.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  

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

                                        
ConquerItem item2 = new ConquerItem(true);
                                        
item2.ID itemid2;
                                        
item2.Color Game.Enums.Color.White;
                                        
item2.Plus 12;
                                        
item2.Bless 1;
                                        
item2.Stars 54;
                                        
item2.Owner client.Entity.Name;
                                        
item2.OwnerUID client.Entity.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);

                                        
ConquerItem item3 = new ConquerItem(true);
                                        
item3.ID itemid3;
                                        
item3.Color Game.Enums.Color.White;
                                        
item3.Plus 12;
                                        
item3.Bless 1;
                                        
item3.Stars 54;
                                        
item3.Owner client.Entity.Name;
                                        
item3.OwnerUID client.Entity.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);

                                        
ConquerItem item4 = new ConquerItem(true);
                                        
item4.ID itemid4;
                                        
item4.Color Game.Enums.Color.White;
                                        
item4.Plus 12;
                                        
item4.Bless 0;
                                        
item4.Stars 54;
                                        
item4.Owner client.Entity.Name;
                                        
item4.OwnerUID client.Entity.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);

                                        
ConquerItem item5 = new ConquerItem(true);
                                        
item5.ID itemid5;
                                        
item5.Color Game.Enums.Color.White;
                                        
item5.Plus 12;
                                        
item5.Bless 1;
                                        
item5.Stars 54;
                                        
item5.Owner client.Entity.Name;
                                        
item5.OwnerUID client.Entity.UID;
                                        
item5.Durability item5.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid5].Durability;
                                        
client.Inventory.Add(item5Game.Enums.ItemUse.CreateAndAdd);
                                        
Database.ConquerItemTable.UpdatePerfection(item5);
                                        
#endregion
                                        
client.Inventory.AddSoul(626439801308612121truefalse);//Rapier    
                                        
client.Inventory.AddSoul(626439801308612121truefalse);//Pistol    
                                        
client.Inventory.AddSoul(101309822071612121truefalse);//ArmorPirate    
                                        
client.Inventory.AddSoul(170309820073612121truefalse);//CapPirate    
                                        
client.Inventory.AddSoul(120269821033612121truefalse);//Necklace    
                                        
client.Inventory.AddSoul(150269823058612121truefalse);//Ring    
                                        
client.Inventory.AddSoul(160249824018612121truefalse);//Boot  
                                        
PacketHandler.CheckCommand2(new Message("@profz 626 20"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 12960"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 12950"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 13020"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 13030"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 12940"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 12930"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 13090"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 12850"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 12890"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 12840"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 12970"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 12860"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 12830"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@spellz 13070"System.Drawing.Color.Red0x7d1), client);
                                        
PacketHandler.CheckCommand2(new Message("@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 


ALz3em 2019-08-10 02:02 PM

ÑÏ: ÇäÈÓí ßÇãá ááÇÓØÝÇ Èí ÇáÈÑÝßÔä ÈäÇÁ Úáí ØáÈ ÇáäÇÓ ãÓÌ
 
ÚÇÔ ÇÓÊãÑ


ÇáÓÇÚÉ ÇáÂä 03:25 PM

ãÑÍÈÇ Èßã Ýí ãäÊÏí ÇßæÇÏ áÊØæíÑ ÇáÇáÚÇÈ