المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : حل مشكلة باب الوار


ahmedfathy
2019-11-01, 10:24 PM
يا رجاله حل مشكلة باب الوار مش بيضرب في غير لما تفتح بكي لما بفتح بكي تيم مش بينضرب في الباب الحل ايه

Hassan Emprator
2019-11-01, 10:41 PM
بسم الله الرحمن الرحيم

ابحث عن الكود دا

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;
}
}
}

جرب :)