|
المشاركات 1,941 |
+التقييم 0.96 |
تاريخ التسجيل Apr 2019 |
الاقامة Egypt |
نظام التشغيل windows 7 |
رقم العضوية 1 |
case 516074:
#region Gates
case 516074:
{
if (client.Guild != null)
{
if (client.Guild.PoleKeeper)
{
switch (npcRequest.OptionID)
{
case 0:
dialog.Text("Select the option you want to pursue.");
if (client.AsMember.Rank == PhoenixProject.Game.Enums.GuildMemberRank.GuildLeader || client.AsMember.Rank == PhoenixProject.Game.Enums.GuildMemberRank.DeputyLeader)
{
dialog.Option("Open gate.", 1);
dialog.Option("Close gate.", 2);
}
dialog.Option("Get inside.", 3);
dialog.Option("Nothing.", 255);
dialog.Send();
break;
case 1:
{
PhoenixProject.Game.ConquerStructures.Society.GuildWar.LeftGate.Mesh = (ushort)(250 + PhoenixProject.Game.ConquerStructures.Society.GuildWar.LeftGate.Mesh % 10);
Update upd = new Update(true);
upd.UID = PhoenixProject.Game.ConquerStructures.Society.GuildWar.LeftGate.UID;
upd.Append(Update.Mesh, PhoenixProject.Game.ConquerStructures.Society.GuildWar.LeftGate.Mesh);
client.SendScreen(upd, true);
break;
}
case 2:
{
PhoenixProject.Game.ConquerStructures.Society.GuildWar.LeftGate.Mesh = (ushort)(240 + PhoenixProject.Game.ConquerStructures.Society.GuildWar.LeftGate.Mesh % 10);
if (GuildWar.LeftGate.Hitpoints < 100)
GuildWar.LeftGate.Hitpoints = GuildWar.LeftGate.MaxHitpoints;
Update upd = new Update(true);
upd.UID = PhoenixProject.Game.ConquerStructures.Society.GuildWar.LeftGate.UID;
upd.Append(Update.Mesh, PhoenixProject.Game.ConquerStructures.Society.GuildWar.LeftGate.Mesh);
client.SendScreen(upd, true);
break;
}
case 3:
{
client.Entity.Teleport(1038, 162, 198);
break;
}
}
}
}
break;
}
case 516075:
{
if (client.Guild != null)
{
if (client.Guild.PoleKeeper)
{
switch (npcRequest.OptionID)
{
case 0:
dialog.Text("Select the option you want to pursue.");
if (client.AsMember.Rank == PhoenixProject.Game.Enums.GuildMemberRank.GuildLeader || client.AsMember.Rank == PhoenixProject.Game.Enums.GuildMemberRank.DeputyLeader)
{
dialog.Option("Open gate.", 1);
dialog.Option("Close gate.", 2);
}
dialog.Option("Get inside.", 3);
dialog.Option("Nothing.", 255);
dialog.Send();
break;
case 1:
{
PhoenixProject.Game.ConquerStructures.Society.GuildWar.RightGate.Mesh = (ushort)(280 + PhoenixProject.Game.ConquerStructures.Society.GuildWar.RightGate.Mesh % 10);
Update upd = new Update(true);
upd.UID = PhoenixProject.Game.ConquerStructures.Society.GuildWar.RightGate.UID;
upd.Append(Update.Mesh, PhoenixProject.Game.ConquerStructures.Society.GuildWar.RightGate.Mesh);
client.SendScreen(upd, true);
break;
}
case 2:
{
PhoenixProject.Game.ConquerStructures.Society.GuildWar.RightGate.Mesh = (ushort)(270 + PhoenixProject.Game.ConquerStructures.Society.GuildWar.RightGate.Mesh % 10);
if (GuildWar.RightGate.Hitpoints < 100)
GuildWar.RightGate.Hitpoints = GuildWar.RightGate.MaxHitpoints;
Update upd = new Update(true);
upd.UID = PhoenixProject.Game.ConquerStructures.Society.GuildWar.RightGate.UID;
upd.Append(Update.Mesh, PhoenixProject.Game.ConquerStructures.Society.GuildWar.RightGate.Mesh);
client.SendScreen(upd, true);
break;
}
case 3:
{
client.Entity.Teleport(1038, 210, 177);
break;
}
}
}
}
break;
}
#endregion
الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1) | |
|
الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة |
حل مشكله الجيلد الى بيختفى لما تيجى تقفل الاكونت | محمد ياسر | تطوير سيرفرات كونكر | 1 | 2020-05-16 08:15 AM |
بخصوص الجيلد | xAttack | مشكلات السيرفيرات كونكر الشخصيه | 2 | 2020-05-03 10:34 AM |
مشكله فى الجيلد | Mr NemNem | مشكلات السيرفيرات كونكر الشخصيه | 2 | 2020-04-30 10:24 AM |
مشكله فى سورس Rayzo تبع الجيلد | koko1 | مشكلات السيرفيرات كونكر الشخصيه | 2 | 2020-04-19 05:53 AM |
حل مشكله الضرب في بوابة الجيلد بارقام صغيره | محمد ياسر | تطوير سيرفرات كونكر | 2 | 2019-06-13 12:28 PM |