|
المشاركات 1,372 |
+التقييم 0.68 |
تاريخ التسجيل Apr 2019 |
الاقامة شرقيه/زقازيق |
نظام التشغيل |
رقم العضوية 30 |
#region Bound
case 76112371:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Hello*friend.*I*can*help*you*get BoundCPS from CPS.");
dialog.Input("Insert*amount:", 1, 10);
dialog.Option("No*thank*you.", 255);
break;
}
case 1:
{
uint input;
if (uint.TryParse(npcRequest.Input, out*input))
{
if (input < 1000000)
{
dialog.Text("You*need*to*input*more*or*atleast*1,000,000*CPs..");
dialog.Input("Insert*amount:", 1, 9);
dialog.Option("No*thank*you.", 255);
return;
}
if (client.Entity.ConquerPoints >= input)
{
client.NpcCpsInput = input;
dialog.Text("Are*you*sure*you*want*to*Change*" + input + "*CPs?*That*means*I*will*Give*you*" + (((ulong)input) / 5000) + "*BoundCps.");
dialog.Option("Yes", 2);
dialog.Option("No*thank*you.", 255);
}
else
{
dialog.Text("You*don't*have*that*much*CPs.*Try*again.");
dialog.Input("Insert*amount:", 1, 9);
dialog.Option("No*thank*you.", 255);
}
}
else
{
dialog.Text("Try*again.");
dialog.Input("Insert*amount:", 1, 9);
dialog.Option("No*thank*you.", 255);
}
break;
}
case 2:
{
if (client.Entity.ConquerPoints >= client.NpcCpsInput && client.NpcCpsInput != 0)
{
client.Entity.ConquerPoints -= client.NpcCpsInput;
client.Entity.BoundCps += client.NpcCpsInput / 5000;
client.NpcCpsInput = 0;
}
break;
}
}
break;
}
#endregion
الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1) | |
|
الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة |
مشكلة في السبس | ElSaher | مشكلات السيرفيرات كونكر الشخصيه | 3 | 2020-04-13 05:16 AM |
مشكلة في بنك السبس | ElSaher | مشكلات السيرفيرات كونكر الشخصيه | 8 | 2020-04-01 02:19 AM |
Npc سطف بوند +3 بالشخصيه الجديده | M.H.B[X-Coder]X | تطوير سيرفرات كونكر | 5 | 2019-07-12 07:56 PM |
انبي سي تبديل السفاجا | Hassan Emprator | تطوير سيرفرات كونكر | 2 | 2019-07-08 07:37 PM |
شفرة جديدة للـ عايز يجيب أيتم بوند | محمد ياسر | تطوير سيرفرات كونكر | 0 | 2019-04-24 09:08 AM |