|
المشاركات 157 |
+التقييم 0.08 |
تاريخ التسجيل May 2019 |
الاقامة |
نظام التشغيل |
رقم العضوية 132 |
#region Sell Cps BY:MR.AMR
case 54200:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Hi Friend " + client.Entity.Name + " Iam Golding Seller and i Sell Cps For Gold BY:MR.AMR");
dialog.Option("12kk cPS -> 215 Gold", 1);
dialog.Option("25kk Cpps -> 500 Gold", 2);
dialog.Option("55kk cps -> 1075 Gold", 3);
dialog.Option("270kk cps -> 5000 Gold", 4);
dialog.Option("50kk cps -> 10000 Gold!", 5);
dialog.Option("1Meliar cps-> 25000 Gold", 6);
dialog.Option("I don't care.", 255);
dialog.Send();
break;
}
case 6:
{
if (client.Entity.ConquerPoints >= 1000000000)
{
client.Entity.ConquerPoints -= 1000000000;
client.Entity.Money += 25000;
}
else
{
dialog.Text("you have 1 Meliar Money");
dialog.Option("NO.", 255);
dialog.Send();
break;
}
break;
}
case 5:
{
if (client.Entity.ConquerPoints >= 500000000)
{
client.Entity.ConquerPoints -= 500000000;
client.Entity.Money += 10000;
}
else
{
dialog.Text("you have 500kk Money");
dialog.Option("NO.", 255);
dialog.Send();
break;
}
break;
}
case 4:
{
if (client.Entity.ConquerPoints >= 270000000)
{
client.Entity.ConquerPoints -= 270000000;
client.Entity.Money += 5000;
}
else
{
dialog.Text("you have 270kk Money");
dialog.Option("NO.", 255);
dialog.Send();
break;
}
break;
}
case 1:
{
if (client.Entity.ConquerPoints >= 12000000)
{
client.Entity.ConquerPoints -= 12000000;
client.Entity.Money += 215;
}
else
{
dialog.Text("you have 12kk Money");
dialog.Option("NO.", 255);
dialog.Send();
break;
}
break;
}
case 2:
{
if (client.Entity.ConquerPoints >= 25000000)
{
client.Entity.ConquerPoints -= 25000000;
client.Entity.Money += 500;
}
else
{
dialog.Text("you have 25kk Money");
dialog.Option("NO.", 255);
dialog.Send();
break;
}
break;
}
case 3:
{
if (client.Entity.ConquerPoints >= 55000000)
{
client.Entity.ConquerPoints -= 55000000;
client.Entity.Money += 1075;
}
else
{
dialog.Text("you have 55kk Money");
dialog.Option("NO.", 255);
dialog.Send();
break;
}
break;
}
}
break;
}
#endregion
if (client.Entity.ConquerPoints >= 1000000000)
client.Entity.ConquerPoints -= 1000000000;
client.Entity.Money += 25000;
الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1) | |
|
الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة |
محتاج مساعده ضروري <3 | salah8 | تطوير سيرفرات كونكر | 0 | 2021-08-09 08:25 PM |
محتاج حل ضرورى | koko1 | مشكلات السيرفيرات كونكر الشخصيه | 4 | 2020-05-04 05:32 PM |
ممكن حد يفدني محتاج استفسار ضروري | MahmoudMano | مشكلات السيرفيرات كونكر الشخصيه | 3 | 2020-03-11 09:43 PM |
مشكلة فى الاتاك كله بايظ خالص من فضلكم محتاج الحل ضرورى | ViORX | مشكلات السيرفيرات كونكر الشخصيه | 9 | 2019-09-03 05:20 PM |
محتاج كود ضرورى | MrCroSon | مشكلات السيرفيرات كونكر الشخصيه | 3 | 2019-08-19 08:32 PM |