منتدي اكواد

منتدي اكواد (https://code.vpscairo.com/index.php)
-   تطوير سيرفرات كونكر (https://code.vpscairo.com/forumdisplay.php?f=11)
-   -   Full StuffP7 Perficton اصطفا كامله متكامله xD (https://code.vpscairo.com/showthread.php?t=2889)

zezonever 2019-11-11 03:34 PM

Full StuffP7 Perficton اصطفا كامله متكامله xD
 
السلام عليكم ورحمه الله وبركاته

موضعنا مش كبير اووي كان في كذا واحد بيقولي المنتدي مفهوش اصطفا بي البرفكشن حبيت انزله علشان الناس تتدلع ومش خساره فيهم الصراحه

عموما الانبسي ده للسرفرات السهله اكيد :surrender:

هنفتح ملف NPC.cs هنضيف الاكواد دي واسمح اكيد التاني ال بيدي اصطفا

كود PHP:

#region FullStuffa P7
                    
case 195291:
                        {
                            switch (
npcRequest.OptionID)
                            {
                                case 
0:
                                    {
                                        
dialog.Text("Hello There [ " client.Player.Name " ] Would You Like To Buy Full Stuff With P7 Soul And New Wings Just For [ 1 ] CPS");
                                        
dialog.Option("[ Full Ninja Stuff P7 ]"3);
                                        
dialog.Option("[ Full Monk Stuff P7 ]"4);
                                        
dialog.Option("[ Full Toaist Stuff P7 ]"5);
                                        
dialog.Option("[ Full Trojan Stuff P7 ]"6);
                                        
dialog.Option("[ Full Pirate Stuff P7 ]"7);
                                        
dialog.Option("[ Full Warrior Stuff P7 ]"8);
                                        
dialog.Option("[ Full Archer Stuff P7 ]"9);
                                        
dialog.Option("[ Full LeeLong Stuff P7 ]"11);
                                        
dialog.Option("[ Full Windwalker Stuff P7 ]"12);
                                        
dialog.Option("Steed ~ Tower ~ Fan ~ Wing"130);
                                        
dialog.Option("I don't care."255);
                                        
dialog.Send();
                                        break;
                                    }
                                
#region Steed > tower > fan > wing > Crop
                                
case 130:
                                    {
                                        
uint itemid1 300000;//Steed   
                                        
uint itemid2 202009;//Tower   
                                        
uint itemid3 201009;//Fan   
                                        
uint itemid4 204009;//Wing   
                                        
uint itemid5 203009;//Crop   
                                        //  uint itemid6 = 2100075;//Cup   

                                        
MsgItemInfo item1 = new MsgItemInfo(true);
                                        
item1.ID itemid1;
                                        
item1.Color Game.Enums.Color.White;
                                        
item1.Plus 12;
                                        
// item1.PerfectionLevel = 54;
                                        
item1.Durability item1.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid1].Durability;
                                        
client.Inventory.Add(item1Game.Enums.ItemUse.CreateAndAdd);
                                        
MsgItemInfo item2 = new MsgItemInfo(true);
                                        
item2.ID itemid2;
                                        
item2.Color Game.Enums.Color.White;
                                        
item2.Plus 12;
                                        
item2.Bless 1;
                                        
// item2.PerfectionLevel = 54;
                                        
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);

                                        
MsgItemInfo item3 = new MsgItemInfo(true);
                                        
item3.ID itemid3;
                                        
item3.Color Game.Enums.Color.White;
                                        
item3.Plus 12;
                                        
item3.Bless 1;
                                        
//item3.PerfectionLevel = 54;
                                        
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);

                                        
MsgItemInfo item4 = new MsgItemInfo(true);
                                        
item4.ID itemid4;
                                        
item4.Color Game.Enums.Color.White;
                                        
item4.Plus 12;
                                        
item4.Bless 0;
                                        
//item4.PerfectionLevel = 54;
                                        
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);

                                        
MsgItemInfo item5 = new MsgItemInfo(true);
                                        
item5.ID itemid5;
                                        
item5.Color Game.Enums.Color.White;
                                        
item5.Plus 12;
                                        
item5.Bless 1;
                                        
//item5.PerfectionLevel = 54;
                                        
item5.Durability item5.MaximDurability Database.ConquerItemInformation.BaseInformations[itemid5].Durability;
                                        
client.Inventory.Add(item5Game.Enums.ItemUse.CreateAndAdd);

                                        
//  MsgItemInfo item6 = new MsgItemInfo(true);
                                        // item6.ID = itemid6;
                                        // item6.Color = Game.Enums.Color.White;
                                        // item6.Plus = 0;
                                        // item6.Bless = 1;
                                        // item6.SocketOne = 0;
                                        //item6.SocketTwo = 0;
                                        // item6.Durability = item6.MaximDurability = Database.ConquerItemInformation.BaseInformations[itemid6].Durability;
                                        // client.Inventory.Add(item6, Game.Enums.ItemUse.CreateAndAdd);
                                        
break;
                                    }
                                
#endregion
                                
case 12://WindWallker
                                    
{
                                        
client.Inventory.AddSoul(101309822071612121truefalse);//armor p6
                                        
client.Inventory.AddSoul(170309820073612121truefalse);//headgear p6
                                        
client.Inventory.AddSoul(626439801308612121truefalse);//Windwalker p6
                                        
client.Inventory.AddSoul(626439801308612121truefalse);//Windwalker p6
                                        
client.Inventory.AddSoul(120269821033612121truefalse);//Necklace  
                                        
client.Inventory.AddSoul(150269823058612121truefalse);//Ring  
                                        
client.Inventory.AddSoul(160249824018612121truefalse);//Boot  
                                        
dialog.Text("Thanks For This Stuff Gift .. You Have Got Stuff +12 And P7 Soul [The AurionConquer].");
                                        
dialog.Option("I don't care."255);
                                        
dialog.Send();
                                        break;
                                    }
                                case 
3://ninja  
                                    
{
                                        
client.Inventory.AddSoul(601439800142612121truefalse);//Katana  
                                        
client.Inventory.AddSoul(601439800142612121truefalse);//Katana  
                                        
client.Inventory.AddSoul(616439800111612121truefalse);//Nobunaga`sSwiftClaw
                                        
client.Inventory.AddSoul(616439800111612121truefalse);//Nobunaga`sSwiftClaw
                                        
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  
                                        
dialog.Text("Thanks For This Stuff Gift .. You Have Got Stuff +12 And P7 Soul [The AurionConquer].");
                                        
dialog.Option("I don't care."255);
                                        
dialog.Send();
                                        break;
                                    }
                                case 
4://Monk  
                                    
{
                                        
client.Inventory.AddSoul(622439800725612121truefalse);//Epic
                                        
client.Inventory.AddSoul(622439800725612121truefalse);//Epic 
                                        
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  
                                        
dialog.Text("Thanks For This Stuff Gift .. You Have Got Stuff +12 And P7 Soul [The AurionConquer].");
                                        
dialog.Option("I don't care."255);
                                        
dialog.Send();
                                        break;

                                    }
                                case 
5://Fire And Water  
                                    
{
                                        
client.Inventory.AddSoul(619439801104612121truefalse);//UniverseHossu
                                        
client.Inventory.AddSoul(421439800522612121truefalse);//BackSword
                                        
client.Inventory.AddSoul(620439800522612121truefalse);//ImperialBacksword
                                        
client.Inventory.AddSoul(134309822072612121truefalse);//ArmorFire  
                                        
client.Inventory.AddSoul(114309820076612121truefalse);//CapFire  
                                        
client.Inventory.AddSoul(152279823060612121truefalse);//Bracelet  
                                        
client.Inventory.AddSoul(121269821034612121truefalse);//Bag  
                                        
client.Inventory.AddSoul(160249824020612121truefalse);//Boot  
                                        
dialog.Text("Thanks For This Stuff Gift .. You Have Got Stuff +12 And P7 Soul [The AurionConquer].");
                                        
dialog.Option("I don't care."255);
                                        
dialog.Send();
                                        break;

                                    }
                                case 
6://Trojan  
                                    
{
                                        
client.Inventory.AddSoul(480439800111612121truefalse);//NirvanaClub
                                        
client.Inventory.AddSoul(410439800111612121truefalse);//Blade  
                                        
client.Inventory.AddSoul(420439800111612121truefalse);//Sword  
                                        
client.Inventory.AddSoul(490439800111612121truefalse);//Dagger 
                                        
client.Inventory.AddSoul(614439800111612121truefalse);//Epic
                                        
client.Inventory.AddSoul(614439800111612121truefalse);//Epic 
                                        
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  
                                        
dialog.Text("Thanks For This Stuff Gift .. You Have Got Stuff +12 And P7 Soul [The AurionConquer].");
                                        
dialog.Option("I don't care."255);
                                        
dialog.Send();
                                        break;

                                    }
                                case 
7://Pirate  
                                    
{
                                        
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  
                                        
dialog.Text("Thanks For This Stuff Gift .. You Have Got Stuff +12 And P7 Soul [The AurionConquer].");
                                        
dialog.Option("I don't care."255);
                                        
dialog.Send();
                                        break;

                                    }
                                case 
8://Warrior  
                                    
{
                                        
client.Inventory.AddSoul(560439800215612121truefalse);//Spear  
                                        
client.Inventory.AddSoul(900309800422612121truefalse);//Shield 
                                        
client.Inventory.AddSoul(624439801218612121truefalse);//Fist Break
                                        
client.Inventory.AddSoul(624439801218612121truefalse);//Fist Break
                                        
client.Inventory.AddSoul(624439801216612121truefalse);//Fist Strick
                                        
client.Inventory.AddSoul(624439801216612121truefalse);//Fist Strick
                                        
client.Inventory.AddSoul(410439800111612121truefalse);//Blade  
                                        
client.Inventory.AddSoul(420439800111612121truefalse);//Sword  
                                        
client.Inventory.AddSoul(490439800111612121truefalse);//Dagger
                                        
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  
                                        
dialog.Text("Thanks For This Stuff Gift .. You Have Got Stuff +12 And P7 Soul [The AurionConquer].");
                                        
dialog.Option("I don't care."255);
                                        
dialog.Send();
                                        break;

                                    }
                                case 
9://Archer  
                                    
{
                                        
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  
                                        
dialog.Text("Thanks For This Stuff Gift .. You Have Got Stuff +12 And P7 Soul [AurionConquer].");
                                        
dialog.Option("I don't care."255);
                                        
dialog.Send();
                                        break;

                                    }
                                case 
11://LeeLong 
                                    
{
                                        
client.Inventory.AddSoul(617439800111612121truefalse);//SkyNunchaku 
                                        
client.Inventory.AddSoul(617439800111612121truefalse);//SkyNunchaku   
                                        
client.Inventory.AddSoul(138309822071612121truefalse);//CombatSuit(Lv.140) 
                                        
client.Inventory.AddSoul(148309820073612121truefalse);//LegendHood  
                                        
client.Inventory.AddSoul(120269821033612121truefalse);//Necklace  
                                        
client.Inventory.AddSoul(150269823058612121truefalse);//Ring  
                                        
client.Inventory.AddSoul(160249824018612121truefalse);//Boot  
                                        
dialog.Text("Thanks For This Stuff Gift .. You Have Got Stuff +12 And P7 Soul [The AurionConquer].");
                                        
dialog.Option("I don't care."255);
                                        
dialog.Send();
                                        break;

                                    }
                            }
                            break;
                        }
                    
#endregion 

والسلام عليكم ورحمه الله وبركاته :detective2:

Mostafa Shalby 2019-11-11 03:45 PM

رد: Full StuffP7 Perficton اصطفا كامله متكامله xD
 
بجد تسلم بس ياريت لو الانبي سي دة شغال عندك تمام بتعت البابليك دة كامل وشمكور
كود بلغة HTML:

public bool Add(uint id, byte plus, byte times, bool bound = false)

zezonever 2019-11-12 12:46 AM

رد: Full StuffP7 Perficton اصطفا كامله متكامله xD
 
اقتباس:

المشاركة الأصلية كتبت بواسطة mostafa shalby (المشاركة 21390)
بجد تسلم بس ياريت لو الانبي سي دة شغال عندك تمام بتعت البابليك دة كامل وشمكور
كود بلغة HTML:

public bool add(uint id, byte plus, byte times, bool bound = false)

ياريت تقولي ايه الاخطاء ال وجهتك وانا احلهالك الكود ده سليم ماله يعني


الساعة الآن 05:57 PM

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