|
المشاركات 41 |
+التقييم 0.01 |
تاريخ التسجيل Apr 2013 |
الاقامة |
نظام التشغيل |
رقم العضوية 2786 |
#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
avp hqhtm n p c gHd s,vs
الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1) | |
أدوات الموضوع | |
انواع عرض الموضوع | |
|
الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة |
سورس 5375 كامل(تم اضافة صور ورابط جديدة) | MARO | تطوير وشروحات وسورسات [5095] - Conquer Private Servers | 11 | 08-02-2024 11:28 AM |
سورس 5375 كامل(تم اضافة صور ورابط جديدة) | ChuMChuM | تطوير وشروحات وسورسات [5095] - Conquer Private Servers | 4 | 06-17-2021 02:25 PM |
اضافة المونك على سورس 5165((مجرد بداية)) | Caster | تطوير وشروحات وسورسات [5095] - Conquer Private Servers | 3 | 04-19-2020 06:08 PM |
مشكلة عند اضافة nps جديد | screamvoice | مشاكل وطلبات كونكر | 0 | 01-18-2018 06:04 AM |
مشكلة عند اضافة شفرة جديدة {سورس 5535} | evil hero | ركن المواضيع المخالفة والمتكررة | 3 | 08-22-2013 10:52 AM |