|
المشاركات 100 |
+التقييم 0.06 |
تاريخ التسجيل Jan 2020 |
الاقامة |
نظام التشغيل |
رقم العضوية 3399 |
//BY-Mr.Abdallah
#region Online Points Changer
case 12313:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Hello " + client.Entity.Name + " I am changing OnlinePoints. Your OnlinePoints : " + client.Entity.OnlinePoints + " ");
dialog.Option("VIP 7 [25.000]#35", 12);
dialog.Option("Gold Prize -1[Prem] (100,000)#35 OnlinePoints.", 11);
dialog.Option("150 OP To 100,000,000 CPs#35", 14);
dialog.Option("Just passing by.", 255);
dialog.Send();
break;
}
case 14:
{
if (client.Entity.OnlinePoints >= 150)
{
client.Entity.OnlinePoints -= 150;
client.Entity.ConquerPoints += 100000000;
}
else
{
dialog.Text("Please take 150 OnlinePoints.");
dialog.Option("I see.", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 11:
{
dialog.Option("GoldPrize -1 (20,000) Online Points ", 7);
dialog.Option("Just passing by.", 255);
dialog.Avatar(116);
dialog.Send();
break;
}
case 12:
{
dialog.Option("( VIP 7 ) 25000 Online Points.", 2);
dialog.Option("Just passing by.", 255);
dialog.Avatar(116);
dialog.Send();
break;
}
case 2:
{
if (client.Entity.VIPLevel == 7)
{
if (client.Entity.OnlinePoints >= 25000)
{
client.Entity.OnlinePoints -= 25000;
client.Entity.VIPLevel = 7;
}
else
{
dialog.Text("Please take 25000 OnlinePoints.");
dialog.Option("I see.", 255);
dialog.Avatar(116);
dialog.Send();
}
}
else
{
dialog.Text("Sorry Can't upgrade any more.");
dialog.Option("I see.", 255);
dialog.Avatar(116);
dialog.Send();
}
break;
}
case 7:
{
if (client.Entity.OnlinePoints >= 20000)
{
client.Entity.OnlinePoints -= 20000;
client.Inventory.Add(2100075, 0, 1);
}
else
{
dialog.Text("you don't have 20,000 Online Points!");
dialog.Option("i'll see.", 255);
}
break;
}
}
break;
}
#endregion
الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1) | |
|
الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة |
اضافة البوكر | محمد ياسر | تطوير سيرفرات كونكر | 115 | 2024-10-29 09:36 AM |
اضافة الوحوش | محمد ياسر | تطوير سيرفرات كونكر | 41 | 2024-08-26 12:16 AM |
اضافة Hunting Map | محمد ياسر | تطوير سيرفرات كونكر | 1 | 2020-05-08 08:49 PM |
عوز انبسي انلاين بينت | Amr Khalid | مشكلات السيرفيرات كونكر الشخصيه | 1 | 2019-11-26 09:26 AM |
ان بى سى بيدى صول بى 7 بالاون لاين بوينت | Amr Khalid | تطوير سيرفرات كونكر | 0 | 2019-05-07 01:04 PM |