|  | 
 
 
|  المشاركات 54 |  +التقييم 0.02 |  تاريخ التسجيل May 2019 |  الاقامة |  نظام التشغيل |  رقم العضوية 179 | 
 شرح اضافة npc لأي سورس
				شرح اضافة npc لأي سورس
		
		
	 
 #region Conauer9 Seller/ Gold Cup
                            case 226431:
                                {
                                    switch (npcRequest.OptionID)
                                    {
                                        case 0:
                                            {
                                                dialog.Text("Hi im  Akachab Conquer9.blogspot.com Coder I can sell you some Cups you know it  can make your diffence mutch higher so witch one you well need? ");
                                                dialog.Option("Buy Gold Prize - 50 M Cps ", 1);
                                                dialog.Option("Buy Silver Prize - 40 M CPS ", 2);
                                                dialog.Option("Buy Bronze Prize - 30 M CPS ", 3);
                                                dialog.Option("Buy Power Exp Ball - 10000 CPS ", 4);
                                                dialog.Option("Buy Life Fruit Basket - 10000 CPS ", 5);
                                                dialog.Option("Just passing by.", 255);
                                                dialog.Avatar(80);
                                                dialog.Send();
                                                break;
                                            }
                                        case 1:
                                            {
                                                if (client.Entity.ConquerPoints >= 50000000)
                                                {
                                                    client.Entity.ConquerPoints -= 50000000;
                                                    client.Inventory.Add(2100075, 0, 1);
                                                }
                                                else
                                                {
                                                    dialog.Text("Tu no tienes 50 M Cps.");
                                                    dialog.Option("No los tengo", 255);
                                                    dialog.Avatar(80);
                                                    dialog.Send();
                                                }
                                                break;
                                            }
                                        case 2:
                                            {
                                                if (client.Entity.ConquerPoints >= 40000000)
                                                {
                                                    client.Entity.ConquerPoints -= 40000000;
                                                    client.Inventory.Add(2100065, 0, 1);
                                                }
                                                else
                                                {
                                                    dialog.Text("Tu no tienes 40 M ConquerPoints.");
                                                    dialog.Option("No los tengo", 255);
                                                    dialog.Avatar(80);
                                                    dialog.Send();
                                                }
                                                break;
                                            }
                                        case 5:
                                            {
                                                if (client.Entity.ConquerPoints >= 100000)
                                                {
                                                    client.Entity.ConquerPoints -= 100000;
                                                    client.Inventory.Add(723725, 0, 1);
                                                }
                                                else
                                                {
                                                    dialog.Text("You don't have 100000 ConquerPoints.");
                                                    dialog.Option("Ah, my bad", 255);
                                                    dialog.Avatar(80);
                                                    dialog.Send();
                                                }
                                                break;
                                            }
                                        case 3:
                                            {
                                                if (client.Entity.ConquerPoints >= 30000000)
                                                {
                                                    client.Entity.ConquerPoints -= 5000000;
                                                    client.Inventory.Add(2100055, 0, 1);
                                                }
                                                else
                                                {
                                                    dialog.Text("Tu no tienes 30 M ConquerPoints.");
                                                    dialog.Option("Soy Pobre", 255);
                                                    dialog.Avatar(80);
                                                    dialog.Send();
                                                }
                                                break;
                                            }
                                        case 4:
                                            {
                                                if (client.Entity.ConquerPoints >= 10000)
                                                {
                                                    client.Entity.ConquerPoints -= 10000;
                                                    client.Inventory.Add(723744, 0, 1);
                                                }
                                                else
                                                {
                                                    dialog.Text("You don't have 10000 ConquerPoints.");
                                                    dialog.Option("Ah, my bad", 255);
                                                    dialog.Avatar(80);
                                                    dialog.Send();
                                                }
                                                break;
                                            }
                                    }
                                    break;
                                }
                            #endregion <br> 
   
	
		
		
		
		
	 
226431 
   
	
		
		
		
		
	 
اسم  الانبي سي اللي انت عايز تعمله 
   
	
		
		
		
		
	 
2 
   
	
		
		
		
		
	 
50190 
   
	
		
		
		
		
	 
1002 
   
	
		
		
		
		
	 
298 
   
	
		
		
		
		
	 
261 
   
	
		
		
		
| الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1) | |
| 
 | 
| الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة | 
| اضافة صولات p8 | محمد ياسر | تطوير سيرفرات كونكر | 49 | 2025-04-10 09:16 PM | 
| اضافة في وحش كبير | stevenayman1 | مشكلات السيرفيرات كونكر الشخصيه | 2 | 2020-04-03 08:45 PM | 
| اضافة لان بي سي الاصطف | stevenayman1 | مشكلات السيرفيرات كونكر الشخصيه | 1 | 2020-03-17 03:47 AM | 
| طلب اضافت توبات | ElSaher | مشكلات السيرفيرات كونكر الشخصيه | 10 | 2019-09-20 05:32 AM | 
| طلب اضافة لفرخ | ToRWadA | مشكلات السيرفيرات كونكر الشخصيه | 1 | 2019-09-16 10:08 PM |