|
المشاركات 1,941 |
+التقييم 0.96 |
تاريخ التسجيل Apr 2019 |
الاقامة Egypt |
نظام التشغيل windows 7 |
رقم العضوية 1 |
#region PowerArena 100%
#region JoinNPc
case 500010:
{
switch (npcRequest.OptionID)
{
case 0:
{
if (DateTime.Now.Hour == 19 && DateTime.Now.Minute >= 02 && DateTime.Now.Minute < 39)
{
dialog.Text("Would you like to test your power and skill in the Power Arena? The ");
dialog.Text("challenge is underway. Jump it now");
dialog.Option("Enter Arena.", 1);
dialog.Option("Later.", 255);
dialog.Send();
}
else
{
dialog.Text("Power Arena Not Start Now Plz Come Here at The Hour 19:02");
}
}
break;
case 1:
{
client.Entity.Teleport(1730, 50, 50);
break;
}
}
break;
}
#endregion
#region PowerArena1
case 3956:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Hey there You Killed " + client.Entity.KillArena1 + " You Need To Kill.");
dialog.Option("Clime Prize", 1);
dialog.Option("Next Stage", 2);
dialog.Option("Quite Arena.", 3);
dialog.Send();
break;
}
case 1:
{
if (client.Entity.KillArena1 >= 35)
{
client.Entity.Teleport(1731, 50, 50);
client.Inventory.Add(722178, 0, 1);
client.Entity.ConquerPoints += 200000;//oras team xor
client.Entity.KillArena1 = 0;
}
else
{
dialog.Text("Kill 1st 35 Gaurd.Xor");
}
break;
}
case 2:
{
client.Entity.Teleport(1731, 50, 50);
break;
}
case 3:
{
client.Entity.Teleport(1002, 400, 400);
client.Entity.KillArena1 = 0;
break;
}
}
break;
}
#endregion
#region PowerArena2
case 3957:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Hey there You Killed " + client.Entity.KillArena2 + " You Need To Kill.");
dialog.Option("Clime Prize", 1);
dialog.Option("Next Stage", 2);
dialog.Option("Quite Arena.", 3);
dialog.Send();
break;
}
case 1:
{
if (client.Entity.KillArena2 >= 45)
{
client.Entity.Teleport(1732, 50, 50);
client.Inventory.Add(722178, 0, 1);
client.Entity.ConquerPoints += 150000;
client.Entity.KillArena2 = 0;
}
else
{
dialog.Text("Kill 1st 45 Gaurd.");
}
break;
}
case 2:
{
client.Entity.Teleport(1732, 50, 50);
break;
}
case 3:
{
client.Entity.Teleport(1002, 400, 400);
client.Entity.KillArena2 = 0;
break;
}
}
break;
}
#endregion
#region PowerArena3
case 3958:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Hey there You Killed " + client.Entity.KillArena3 + " You Need To Kill.");
dialog.Option("Clime Prize", 1);
dialog.Option("Next Stage", 2);
dialog.Option("Quite Arena.", 3);
dialog.Send();
break;
}
case 1:
{
if (client.Entity.KillArena3 >= 60)
{
client.Entity.Teleport(1733, 50, 50);
client.Inventory.Add(722178, 0, 1);
client.Entity.ConquerPoints += 150000;
client.Entity.KillArena3 = 0;
}
else
{
dialog.Text("Kill 1st 60 Gaurd.");
}
break;
}
case 2:
{
client.Entity.Teleport(1733, 50, 50);
break;
}
case 3:
{
client.Entity.Teleport(1002, 400, 400);
client.Entity.KillArena3 = 0;
break;
}
}
break;
}
#endregion
#region PowerArena4
case 3959:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Hey there You Killed " + client.Entity.KillArena4 + " You Need To Kill.");
dialog.Option("Clime Prize", 1);
dialog.Option("Next Stage", 2);
dialog.Option("Quite Arena.", 3);
dialog.Send();
break;
}
case 1:
{
if (client.Entity.KillArena4 >= 35)
{
client.Entity.Teleport(1734, 50, 50);
client.Inventory.Add(722178, 0, 1);
client.Entity.ConquerPoints += 150000;
client.Entity.KillArena4 = 0;
}
else
{
dialog.Text("Kill 1st 35 Gaurd.");
}
break;
}
case 2:
{
client.Entity.Teleport(1734, 50, 50);
break;
}
case 3:
{
client.Entity.Teleport(1002, 400, 400);
client.Entity.KillArena4 = 0;
break;
}
}
break;
}
#endregion
#region PowerArena5
case 3960:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Hey there You Killed " + client.Entity.KillArena5 + " You Need To Kill.");
dialog.Option("Clime Prize", 1);
dialog.Option("Next Stage", 2);
dialog.Option("Quite Arena.", 3);
dialog.Send();
break;
}
case 1:
{
if (client.Entity.KillArena5 >= 45)
{
client.Entity.Teleport(1735, 50, 50);
client.Inventory.Add(722178, 0, 1);
client.Entity.ConquerPoints += 150000;
client.Entity.KillArena5 = 0;
}
else
{
dialog.Text("Kill 1st 45 Gaurd.");
}
break;
}
case 2:
{
client.Entity.Teleport(1735, 50, 50);
break;
}
case 3:
{
client.Entity.Teleport(1002, 400, 400);
client.Entity.KillArena5 = 0;
break;
}
}
break;
}
#endregion
#region PowerArena6
case 3961:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Hey there You Killed " + client.Entity.KillArena6 + " You Need To Kill.");
dialog.Option("Clime Prize", 1);
dialog.Option("Quite Arena.", 3);
dialog.Send();
break;
}
case 1:
{
if (client.Entity.KillArena6 >= 60)
{
client.Entity.Teleport(1002, 400, 400);
client.Inventory.Add(722178, 0, 1);
client.Entity.ConquerPoints += 500000;
client.Entity.KillArena6 = 0;
}
else
{
dialog.Text("Kill 1st 60 Gaurd.");
}
break;
}
case 3:
{
client.Entity.Teleport(1002, 400, 400);
client.Entity.KillArena6 = 0;
break;
}
}
break;
}
#endregion
#endregion
public uint
public uint KillArena1 = 0;
public uint KillArena2 = 0;
public uint KillArena3 = 0;
public uint KillArena4 = 0;
public uint KillArena5 = 0;
public uint KillArena6 = 0;
public void Drop(Game.Entity killer)
#region Power Arena
if (Name == "ArenaSentinel" && killer.MapID == 1730)
{
killer.KillArena1 += 1;
}
else if (Name == "ArenaSentinel" && killer.MapID == 1731)
{
killer.KillArena2 += 1;
}
else if (Name == "ArenaSentinel" && killer.MapID == 1732)
{
killer.KillArena3 += 1;
}
else if (Name == "ArenaSentinel" && killer.MapID == 1733)
{
killer.KillArena4 += 1;
}
else if (Name == "ArenaSentinel" && killer.MapID == 1734)
{
killer.KillArena5 += 1;
}
else if (Name == "ArenaSentinel" && killer.MapID == 1735)
{
killer.KillArena6 += 1;
}
#endregion
#region Weekly PK
#region Pwer arena
if (Now64.Second <= 9 && Now64.Hour == 19 && Now64.Minute == 02)
{
client.MessageBox("Power Arena Start Want Join ?",
(p) => { p.Entity.Teleport(1002, 424, 248); }, null, 60);
}
#endregion
else if (client.Entity.MapID == 7777)
else if (client.Entity.MapID == 1730)
{
client.Entity.Teleport(1731, 59, 69);
}
else if (client.Entity.MapID == 1731)
{
client.Entity.Teleport(1732, 59, 69);
}
else if (client.Entity.MapID == 1732)
{
client.Entity.Teleport(1733, 59, 69);
}
else if (client.Entity.MapID == 1733)
{
client.Entity.Teleport(1734, 59, 69);
}
else if (client.Entity.MapID == 1734)
{
client.Entity.Teleport(1735, 59, 69);
}
else if (client.Entity.MapID == 1735)
{
client.Entity.Teleport(1002, 427, 381);
}
500010
الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1) | |
|
الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة |
ضيف ال Arena Cps بفكرة جديدة . منتدي اكواد فقط | AMREL3FREIT | تطوير سيرفرات كونكر | 60 | 2024-10-31 02:23 AM |
سستم اتاكات سرفر Devil Power فكسد 100% | MahmoudMano | تطوير سيرفرات كونكر | 8 | 2020-04-20 03:49 PM |
عايز اغير شكل الماب بتاعت Arena CPS | ahmedshetos888 | مشكلات السيرفيرات كونكر الشخصيه | 1 | 2020-01-30 01:10 PM |
مشكله بخصوص Arena Cps | سمير | مشكلات السيرفيرات كونكر الشخصيه | 1 | 2019-10-06 12:39 AM |
NPC Inner power | محمد ياسر | تطوير سيرفرات كونكر | 0 | 2019-05-13 02:52 AM |