|
المشاركات 201 |
+التقييم 0.11 |
تاريخ التسجيل Oct 2019 |
الاقامة Egypt |
نظام التشغيل 8.1 |
رقم العضوية 2274 |
public static bool CanAttack(Game.Entity attacker, SobNpcSpawn
if (attacker.MapID == 1038)
if (attacker.MapID == 1038)
{
if (attacker.GuildID == 0 || !Game.GuildWar.IsWar)
{
if (attacked.UID == 810)
{
return false;
}
}
if (Game.GuildWar.PoleKeeper != null)
{
if (Game.GuildWar.PoleKeeper == attacker.Owner.Guild)
{
if (attacked.UID == 810)
{
return false;
}
}
else if (attacked.UID == 516075 || attacked.UID == 516074)
{
if (Game.GuildWar.PoleKeeper == attacker.Owner.Guild)
{
if (attacker.PKMode == Enums.PKMode.Team)
if (attacker.PKMode == Enums.PKMode.PK)
return false;
}
}
}
}
if (attacked.UID == 516075 || attacked.UID == 516074)
if (attacked.UID == 516075 || attacked.UID == 516074)
{
if (Game.EliteGuildWar.PoleKeeper == attacker.Owner.Guild)
{
if (attacker.PKMode == Enums.PKMode.Team)
if (attacker.PKMode == Enums.PKMode.PK)
return false;
}
}
}
الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1) | |
|
الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة |
WarDrobe System | محمد ياسر | تطوير سيرفرات كونكر | 15 | 2024-10-06 11:14 PM |
npc Wardrobe | محمد ياسر | تطوير سيرفرات كونكر | 1 | 2019-12-24 12:57 PM |
بخصوص wardrobe | midoazoz | مشكلات السيرفيرات كونكر الشخصيه | 1 | 2019-11-12 10:27 PM |