|
المشاركات 1,993 |
+التقييم 1.00 |
تاريخ التسجيل Jun 2019 |
الاقامة |
نظام التشغيل ويندوز 0 |
رقم العضوية 279 |
#region TopSpouse Join
case 23106:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Hey there " + client.Player.Name + " Would you like to join TopSpouse PKWar?.");
dialog.Text("you should make Team and Join your Spouse in it so i can let you Join?.");
dialog.Option("Yes Please", 1);
dialog.Option("I don't care.", 255);
dialog.Send();
break;
}
case 1:
{
DateTime Now64 = DateTime.Now;
if (DateTime.Now.Hour == 16 && DateTime.Now.Minute <= 05)
{
if (client.Team != null && client.Team.TeamLeader && (client.Player.Body == 1003 || client.Player.Body == 1004))
{
if (client.Team.SpouseWarFull)
{
client.Team.Teammates[0].Player.Teleport(1090, 40, 50);
client.Team.Teammates[1].Player.Teleport(1090, 40, 50);
}
}
}
else
{
dialog.Text("TopSpouse Pk War is held during " + 16 + ":00 to " + 16 + ":05 and End " + 00 + ":30 in every day");
dialog.Text("and to let you Join you must be Team leader and have your spouse in the team");
dialog.Text(" Note: only you and your Spouse in the Team so you can Join");
dialog.Option("I don't care.", 255);
dialog.Send();
break;
}
break;
}
}
break;
}
#endregion
#region TopSpouse Claim
case 2314007:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Hey there " + client.Player.Name + " Would you like to claim TopSpouse PKWar reward?.");
dialog.Text("you should be the only man here your claim 125m cps and 2 lover book dont forget to give?.");
dialog.Text(" A loveBook to your Spouse and claim halo from here?.");
dialog.Option("ClaimPrize", 1);
dialog.Option("I don't care.", 255);
dialog.Send();
break;
}
case 1:
{
if (DateTime.Now.Hour == 16 && DateTime.Now.Minute >= 06 && DateTime.Now.Minute < 30)
{
ahmedfathy.Game.ConquerStructures.Daily.CheackSpouse();
if (ahmedfathy.Game.ConquerStructures.Daily.howmanyinmap3 == 1)
{
if (client.Team != null)
{
client.Player.AddTopStatus(Update.Flags.TopSpouse, 1, DateTime.Now.AddDays(1));
client.Player.Teleport(1002, 300, 278);
GameState spouse = Program.FindClient(client.Player.Spouse);
if (spouse != null)
{
spouse.Player.AddTopStatus(Update.Flags.TopSpouse, 1, DateTime.Now.AddDays(1));
spouse.Player.Teleport(1002, 300, 278);
}
client.Player.ConquerPoints += 125000000;
client.Player.killerpoints += 50;
Kernel.SendWorldMessage(new Message(" Congratulations ! " + client.Player.Name + " has claimed Prize for Couples pk for this day " + rates.TopSpouse + " 125m Cps + 50 KPT.", System.Drawing.Color.White, Message.Center), Program.Values);
}
}
}
else
{
dialog.Text("Sorry you can claim TopSpouse Prize if you the last man Here in The Map");
dialog.Option("oh i see!.", 255);
dialog.Send();
break;
}
break;
}
}
break;
}
#endregion
الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1) | |
|
الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة |
مشكلة في صفحة التسجيل | TheMyth | مشكلات السيرفيرات كونكر الشخصيه | 0 | 2020-05-16 10:25 AM |
مشكلة تركيب صفحة التسجيل | body2020 | مشكلات السيرفيرات كونكر الشخصيه | 5 | 2020-05-02 11:47 AM |
تعديل على صفحة التسجيل ارجو المساعدة بعد اذنكم | Abod ayman | مشكلات السيرفيرات كونكر الشخصيه | 5 | 2020-04-01 09:31 PM |
طلب اضافت حاجا في صفحت التسجيل | ElSaher | مشكلات السيرفيرات كونكر الشخصيه | 1 | 2019-12-22 03:33 AM |
مشكله في صفحة التسجيل | Adel Abd El Hay | مشكلات السيرفيرات كونكر الشخصيه | 3 | 2019-06-05 06:11 PM |