|
المشاركات 265 |
+التقييم 0.13 |
تاريخ التسجيل Apr 2019 |
الاقامة |
نظام التشغيل |
رقم العضوية 98 |
#region Sell Cps BY:MR.AMR
case 54200:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Hi Friend " + client.Player.Name + " Iam Golding Seller and i Sell Cps For Gold BY:MR.AMR");
dialog.Option("12kk Gold -> 215 cps", 1);
dialog.Option("25kk Gold -> 500 Cps", 2);
dialog.Option("55kk Gold -> 1075 Cps", 3);
dialog.Option("270kk Gold -> 5000 Cps", 4);
dialog.Option("500kk Gold -> 10000 Cps!", 5);
dialog.Option("1Meliar Gold -> 25000 Cps", 6);
dialog.Option("I don't care.", 255);
dialog.Send();
break;
}
case 6:
{
if (client.Player.Money >= 1000000000)
{
client.Player.Money -= 1000000000;
client.Player.ConquerPoints += 25000;
}
else
{
dialog.Text("you have 1 Meliar Money");
dialog.Option("NO.", 255);
dialog.Send();
break;
}
break;
}
case 5:
{
if (client.Player.Money >= 500000000)
{
client.Player.Money -= 500000000;
client.Player.ConquerPoints += 10000;
}
else
{
dialog.Text("you have 500kk Money");
dialog.Option("NO.", 255);
dialog.Send();
break;
}
break;
}
case 4:
{
if (client.Player.Money >= 270000000)
{
client.Player.Money -= 270000000;
client.Player.ConquerPoints += 5000;
}
else
{
dialog.Text("you have 270kk Money");
dialog.Option("NO.", 255);
dialog.Send();
break;
}
break;
}
case 1:
{
if (client.Player.Money >= 12000000)
{
client.Player.Money -= 12000000;
client.Player.ConquerPoints += 215;
}
else
{
dialog.Text("you have 12kk Money");
dialog.Option("NO.", 255);
dialog.Send();
break;
}
break;
}
case 2:
{
if (client.Player.Money >= 25000000)
{
client.Player.Money -= 25000000;
client.Player.ConquerPoints += 500;
}
else
{
dialog.Text("you have 25kk Money");
dialog.Option("NO.", 255);
dialog.Send();
break;
}
break;
}
case 3:
{
if (client.Player.Money >= 55000000)
{
client.Player.Money -= 55000000;
client.Player.ConquerPoints += 1075;
}
else
{
dialog.Text("you have 55kk Money");
dialog.Option("NO.", 255);
dialog.Send();
break;
}
break;
}
}
break;
}
#endregion
الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1) | |
|
الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة |
Control Npcs بناء على طلب حبيب قلبي Hazem | SourceDanger | تطوير سيرفرات كونكر | 59 | 2024-10-19 09:07 AM |
رنامج عمل Npcs لسيرفرك NPC_DialogCreator ! | ElSaher | البرامج والودرات | 41 | 2024-10-01 06:06 AM |
التقنل في اللعبة عن طريق npcs | ابو حمزه9 | تطوير سيرفرات كونكر | 3 | 2021-08-09 04:18 PM |
تحويل ل 2دي | mohamedomar | مشكلات السيرفيرات كونكر الشخصيه | 2 | 2020-02-05 04:27 PM |
npcs تسجيل حساب داخل اللعبه | محمد ياسر | تطوير سيرفرات كونكر | 0 | 2019-04-27 10:56 PM |