|
المشاركات 151 |
+التقييم 0.07 |
تاريخ التسجيل Apr 2019 |
الاقامة Egypt |
نظام التشغيل Designer and Programmer |
رقم العضوية 11 |
#region TeamXor
#region New Qust
case 4555:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Hello Sir Do You Want To Join the Qust");
dialog.Option("Yes I Want", 2);
dialog.Option("More Information Please", 3);
dialog.Option("No Thx", 255);
dialog.Send();
break;
}
case 2:
{
if (DateTime.Now.Hour == 22 && DateTime.Now.Minute <= 5 && client.Entity.GuildRank == (ushort)Game.Enums.GuildMemberRank.GuildLeader && client.Entity.Level >= 140 && client.Entity.Reborn >= 2)
{
client.Entity.Teleport(1420, 51, 41);
}
else
{
if (DateTime.Now.Hour == 22 && DateTime.Now.Minute <= 5 && client.Entity.GuildRank == (ushort)Game.Enums.GuildMemberRank.DeputyLeader && client.Entity.Level >= 140 && client.Entity.Reborn >= 2)
{
client.Entity.Teleport(1421, 51, 41);
}
else
{
client.MessageBox("You Must Be level 130 , seconed and deputy leader or Guild Leader");
}
}
break;
}
case 3:
{
dialog.Text("If You Win the War You Will Get Top G.L for 1 day");
dialog.Option("Of Course i will join now", 255);
dialog.Send();
break;
}
}
break;
}
#endregion
#region Prize D.L
case 4556:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Hello Sir Do You Want To Claim You Prize");
dialog.Option("Yes", 2);
dialog.Option("Not Now", 255);
dialog.Send();
break;
}
case 2:
{
if (DateTime.Now.Hour == 22 && DateTime.Now.Minute >= 5 && DateTime.Now.Minute <= 20 && client.Entity.GuildRank == (ushort)Game.Enums.GuildMemberRank.DeputyLeader )
{
int alive = 0;
foreach (HarryPotter.Client.GameState players in HarryPotter.Kernel.GamePool.Values)
if (players.Entity.MapID == 1421 && (!players.Entity.Dead))
alive++;
{
if (alive == 1)
{
client.Entity.ConquerPoints += 5000000;
client.Entity.AddTopStatus(Update.Flags.TopDeputyLeader, DateTime.Now.AddDays(1));
client.Entity.Teleport(1002, 300, 278);
}
}
}
break;
}
}
break;
}
#endregion
#region Prize G.L
case 4557:
{
switch (npcRequest.OptionID)
{
case 0:
{
dialog.Text("Hello Sir Do You Want To Claim You Prize");
dialog.Option("Yes", 2);
dialog.Option("Not Now", 255);
dialog.Send();
break;
}
case 2:
{
if (DateTime.Now.Hour == 22 && DateTime.Now.Minute >= 5 && DateTime.Now.Minute <= 20 && client.Entity.GuildRank == (ushort)Game.Enums.GuildMemberRank.GuildLeader)
{
int alive = 0;
foreach (HarryPotter.Client.GameState players in HarryPotter.Kernel.GamePool.Values)
if (players.Entity.MapID == 1420 && (!players.Entity.Dead))
alive++;
{
if (alive == 1)
{
client.Entity.ConquerPoints += 5000000;
client.Entity.AddTopStatus(Update.Flags.TopGuildLeader, DateTime.Now.AddDays(1));
client.Entity.Teleport(1002, 300, 278);
}
}
}
break;
}
}
break;
}
#endregion
#endregion
1420 1801 14 0
1421 1801 14 0
if (client.Map.BaseID == 1844 || client.Entity.MapID == 1950
if (client.Map.BaseID == 1420 || client.Entity.MapID == 1801)
client.Entity.Teleport(1002, 300, 278);
if (client.Map.BaseID == 1421 || client.Entity.MapID == 1801)
client.Entity.Teleport(1002, 300, 278);
الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1) | |
|
الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة |
جرمنت ريال مدير وبرشلونه | محمد ياسر | تطوير سيرفرات كونكر | 18 | 2024-09-30 08:18 AM |
يا رجاله بالله حل يا ليدر | abdocoder | مشكلات السيرفيرات كونكر الشخصيه | 4 | 2020-04-04 11:00 PM |
مشكلة فى توب الجيلد ليدر والدبيوتى ليدر | ViORX | مشكلات السيرفيرات كونكر الشخصيه | 6 | 2019-09-23 06:43 AM |
استلم توب الجيلد ليدر والدبوتي . اوتوماتك | AMREL3FREIT | تطوير سيرفرات كونكر | 8 | 2019-07-29 09:52 AM |