|
المشاركات 112 |
+التقييم 0.06 |
تاريخ التسجيل Jul 2019 |
الاقامة egypt |
نظام التشغيل windows 10 |
رقم العضوية 444 |
1998 1762 8200 2
1381998 CpsChicken 1 132 25 0 10 9 3 1 15 25 50 100 3 50 0 30000 0 0 0
1381998 1998 182 347 418 540 1500 15 1500 1381998
1281998 CPS Zone 2 37866 1002 335 279 0 0
#region Cps City For Archers By Sheeko
case 1281998:
{
dialog.Avatar(10);
byte vip = 4;
uint cost = 50000;
switch (npcRequest.OptionID)
{
case 0:
{
if (client.Entity.VIPLevel >= vip)
{
dialog.Text("Hey I can Teleport u To Cps City if u want For "+ cost +" CPS ??");
dialog.Option("Yes Please.", 1);
dialog.Option("No Not Now.", 255);
dialog.Send();
}
else
{
dialog.Text("Sorry, you are not Vip Level "+ vip +".");
dialog.Option("I~see.", 255);
dialog.Send();
}
break;
}
case 1:
{
if (client.Entity.ConquerPoints >= cost)
{
client.Entity.ConquerPoints -= cost;
client.Entity.Teleport(1998, 401, 522);
}
else
{
dialog.Text("sorry come back with "+ cost +" cps");
dialog.Option("ok i'm sorry i'll back later", 255);
dialog.Send();
}
break;
}
}
break;
}
#endregion
uint cost = 50000;
byte vip = 4;
public void Drop
#region special drop by sheeko
if (Name == "CpsChicken")
{
killer.ConquerPoints += 500;
killer.Owner.Send(new Message("killed " + Name + " and get 500 Cps #05 #06", System.Drawing.Color.Azure, Message.TopLeft));
}
#endregion
الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1) | |
|
الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة |
شرح ازاي تعمل دومين مجاني | محمودمحمدسالم | البرامج والودرات | 30 | 2024-10-29 07:34 AM |
تعلم ازاي تغير شكل Effect NPC | محمد ياسر | تطوير سيرفرات كونكر | 1 | 2024-08-06 06:38 PM |
ازاي اغير السورس ومش امسح الاكونتات | ElSaher | مشكلات السيرفيرات كونكر الشخصيه | 6 | 2019-07-28 01:00 AM |
ازاي تخلي الفي اي بي يتنقل بي وقت | Hassan Emprator | تطوير سيرفرات كونكر | 2 | 2019-07-21 08:00 AM |
ازاي تعمل مهمة يوميه زي السيرفرات الكبيره | M.H.B[X-Coder]X | تطوير سيرفرات كونكر | 7 | 2019-07-12 07:55 PM |