يلا بقا npc التوكن بتاع الجيلد وار من محمد ياسر - ابداع كونكر - Conquer

يلا بقا npc التوكن بتاع الجيلد وار من محمد ياسر

في ناس كتير بيبا فيه الجيلد ورا ويبا معهم توكن ومش عارفين يوديهم فين يلا بينا ضيف دول وعيش

في الnpc ضيف دول

 #region VipConquer-A Items
                    case 9295:
                        {
                            switch (npcRequest.OptionID)
                            {
                                case 0:
                                    {
                                        dialog.Text("Hay i can change for you Vip1Token[Prize] to CPs");
                                        dialog.Option("Change 10 Vip1Token[Prize] to 700,000,000 CPs.", 1);
                                        dialog.Option("Change 30 Vip1Token[Prize] to 2,000,000,000 CPs.", 2);

                                        // dialog.Option("GoldTrophy [3 LordTokens]", 3);
                                        // dialog.Option("SilverPrize [2 LordTokens]", 4);
                                        // dialog.Option("BronzePrize  [1 LordTokens]", 5);
                                        dialog.Option("Just passing by.", 255);
                                        dialog.Avatar(85);
                                        dialog.Send();
                                        break;
                                    }
                                case 1:
                                    {
                                        if (client.Inventory.Contains(727319, 10))
                                        {

                                            client.Inventory.Remove(727319, 10);
                                            client.Entity.ConquerPoints += 700000000;
                                        }
                                        else
                                        {
                                            dialog.Text("You don't have 10 Vip1Token[Prize] !");
                                            dialog.Option("I see.", 255);
                                            dialog.Avatar(85);
                                            dialog.Send();
                                        }
                                        break;
                                    }
                                case 2:
                                    {
                                        if (client.Inventory.Contains(727319, 30))
                                        {

                                            client.Inventory.Remove(727319, 30);
                                            client.Entity.ConquerPoints += 2000000000;




                                        }
                                        else
                                        {
                                            dialog.Text("You don't have 30 Vip1Token[Prize] !");
                                            dialog.Option("I see.", 255);
                                            dialog.Avatar(85);
                                            dialog.Send();
                                        }
                                        break;
                                    }
                                case 3:
                                    {
                                        if (client.Inventory.Contains(723467, 3))
                                        {

                                            client.Inventory.Remove(723467, 3);
                                            client.Inventory.Add(2100085, 0, 1);




                                        }
                                        else
                                        {
                                            dialog.Text("You don't have enough 3 LordTokens !");
                                            dialog.Option("I see.", 255);
                                            dialog.Avatar(85);
                                            dialog.Send();
                                        }
                                        break;
                                    }
                                case 4:
                                    {
                                        if (client.Inventory.Contains(723467, 2))
                                        {

                                            client.Inventory.Remove(723467, 2);
                                            client.Inventory.Add(2100065, 0, 1);

                                        }
                                        else
                                        {
                                            dialog.Text("You don't have enough 2 LordTokens !");
                                            dialog.Option("I see.", 255);
                                            dialog.Avatar(85);
                                            dialog.Send();
                                        }
                                        break;
                                    }
                                case 5:
                                    {
                                        if (client.Inventory.Contains(723467, 1))
                                        {

                                            client.Inventory.Remove(723467, 1);
                                            client.Inventory.Add(2100055, 0, 1);

                                        }
                                        else
                                        {
                                            dialog.Text("You don't have enough 1 LordTokens !");
                                            dialog.Option("I see.", 255);
                                            dialog.Avatar(85);
                                            dialog.Send();
                                        }
                                        break;
                                    }
                            }
                            break;
                        }
                    #endregion
                    #region VipConquer-A Items
                    case 9299:
                        {
                            switch (npcRequest.OptionID)
                            {
                                case 0:
                                    {
                                        dialog.Text("Hay i can change for you Vip1Token[Prize] to CPs");
                                        dialog.Option("Change 10 Vip1Token[Prize] to 700,000,000 CPs.", 1);
                                        dialog.Option("Change 30 Vip1Token[Prize] to 2,000,000,000 CPs.", 2);

                                        // dialog.Option("GoldTrophy [3 LordTokens]", 3);
                                        // dialog.Option("SilverPrize [2 LordTokens]", 4);
                                        // dialog.Option("BronzePrize  [1 LordTokens]", 5);
                                        dialog.Option("Just passing by.", 255);
                                        dialog.Avatar(85);
                                        dialog.Send();
                                        break;
                                    }
                                case 1:
                                    {
                                        if (client.Inventory.Contains(727319, 10))
                                        {

                                            client.Inventory.Remove(727319, 10);
                                            client.Entity.ConquerPoints += 700000000;
                                        }
                                        else
                                        {
                                            dialog.Text("You don't have 10 Vip1Token[Prize] !");
                                            dialog.Option("I see.", 255);
                                            dialog.Avatar(85);
                                            dialog.Send();
                                        }
                                        break;
                                    }
                                case 2:
                                    {
                                        if (client.Inventory.Contains(727319, 30))
                                        {

                                            client.Inventory.Remove(727319, 30);
                                            client.Entity.ConquerPoints += 2000000000;




                                        }
                                        else
                                        {
                                            dialog.Text("You don't have 30 Vip1Token[Prize] !");
                                            dialog.Option("I see.", 255);
                                            dialog.Avatar(85);
                                            dialog.Send();
                                        }
                                        break;
                                    }
                                case 3:
                                    {
                                        if (client.Inventory.Contains(723467, 3))
                                        {

                                            client.Inventory.Remove(723467, 3);
                                            client.Inventory.Add(2100085, 0, 1);




                                        }
                                        else
                                        {
                                            dialog.Text("You don't have enough 3 LordTokens !");
                                            dialog.Option("I see.", 255);
                                            dialog.Avatar(85);
                                            dialog.Send();
                                        }
                                        break;
                                    }
                                case 4:
                                    {
                                        if (client.Inventory.Contains(723467, 2))
                                        {

                                            client.Inventory.Remove(723467, 2);
                                            client.Inventory.Add(2100065, 0, 1);

                                        }
                                        else
                                        {
                                            dialog.Text("You don't have enough 2 LordTokens !");
                                            dialog.Option("I see.", 255);
                                            dialog.Avatar(85);
                                            dialog.Send();
                                        }
                                        break;
                                    }
                                case 5:
                                    {
                                        if (client.Inventory.Contains(723467, 1))
                                        {

                                            client.Inventory.Remove(723467, 1);
                                            client.Inventory.Add(2100055, 0, 1);

                                        }
                                        else
                                        {
                                            dialog.Text("You don't have enough 1 LordTokens !");
                                            dialog.Option("I see.", 255);
                                            dialog.Avatar(85);
                                            dialog.Send();
                                        }
                                        break;
                                    }
                            }
                            break;
                        }
                    #endregion
                    #region VipLords Items
                    case 9296:
                        {
                            switch (npcRequest.OptionID)
                            {
                                case 0:
                                    {
                                        dialog.Text("Hay i can Seel you 2 Garments Gives You 4000 Attack - 4000 Defence - 4000 HP Garment For 40 Billion CPs men GM 20G " + Program.phone + "");
                                        dialog.Option("Winner-Talk-All.", 1);
                                        dialog.Option("DancingDress.", 2);

                                        dialog.Option("Just passing by.", 255);
                                        dialog.Avatar(85);
                                        dialog.Send();
                                        break;
                                    }
                                case 1:
                                    {
                                        if (client.Inventory.Contains(723722, 40))
                                        {

                                            client.Inventory.Remove(723722, 40);
                                            client.Inventory.Add(192635, 0, 1);
                                        }
                                        else
                                        {
                                            dialog.Text("You don't have 40 BillionCPsBags !");
                                            dialog.Option("I see.", 255);
                                            dialog.Avatar(85);
                                            dialog.Send();
                                        }
                                        break;
                                    }
                                case 2:
                                    {
                                        if (client.Inventory.Contains(723722, 40))
                                        {

                                            client.Inventory.Remove(723722, 40);
                                            client.Inventory.Add(188285, 0, 1);




                                        }
                                        else
                                        {
                                            dialog.Text("You don't have 40 BillionCPsBags !");
                                            dialog.Option("I see.", 255);
                                            dialog.Avatar(85);
                                            dialog.Send();
                                        }
                                        break;
                                    }

                            }
                            break;
                        }
                    #endregion

بتوفيق

تيم تهيس – jdl jids – تيم تهييس – jdl jidds – team Taheys – سورسات كونكر – فى بى اس – vps – اعلانات السيرفرات الشخصية – اعلانات السيرفرات

أضف تعليق

قوانين المدونة & عن تيم تهيس