|
المشاركات 85 |
+التقييم 0.05 |
تاريخ التسجيل Dec 2019 |
الاقامة |
نظام التشغيل |
رقم العضوية 3287 |
public static void ReceiveAttack(Game.Entity attacker, SobNpcSpawn attacked, Attack attack, uint damage, Database.SpellInformation spell)
#region CW
if (attacker.MapID == 1509)
{
if (attacked.UID == 812)
{
Clan clan = attacker.GetClan;
if (Game.ClanWar.PoleKeeper == clan)
return;
if (attacked.Hitpoints <= damage)
attacked.Hitpoints = 0;
Game.ClanWar.AddScore(damage, clan);
}
}
#endregion
1509 ده رقم مابه لو مختلف عندك غيره و كذلك الوضع بالنسبه لايدي البوله
public static bool CanAttack(Game.Entity attacker, SobNpcSpawn attacked, Database.SpellInformation spell)
#region CWcan atk
if (attacker.MapID == 1509)
{
if (attacker.ClanId == 0 || !Game.ClanWar.IsWar)
{
if (attacked.UID == 812)
{
return false;
}
}
if (Game.ClanWar.PoleKeeper != null)
{
if (Game.ClanWar.PoleKeeper == attacker.GetClan)
{
if (attacked.UID == 812)
{
return false;
}
}
}
}
#endregion
public static bool CanAttack(Game.Entity attacker, Game.Entity attacked, Database.SpellInformation spell, bool melee)
if (attacker.MapID == 1507)
{
if (!Game.ClanWarArena.Tournaments[4].Open)
{
if (!attacker.AllowToAttack)
return false;
}
}
public static void Initiate()
public static void ReceiveAttack(Game.Entity attacker, SobNpcSpawn attacked, Attack attack, uint damage, Database.SpellInformation spell)
#region CW
if (attacker.MapID == 1509)
{
if (attacked.UID == 812)
{
Clan clan = attacker.GetClan;
if (Game.ClanWar.PoleKeeper == clan)
return;
if (attacked.Hitpoints <= damage)
attacked.Hitpoints = 0;
Game.ClanWar.AddScore(damage, clan);
}
}
#endregion
1509 ده رقم مابه لو مختلف عندك غيره و كذلك الوضع بالنسبه لايدي البوله
public static bool CanAttack(Game.Entity attacker, SobNpcSpawn attacked, Database.SpellInformation spell)
#region CWcan atk
if (attacker.MapID == 1509)
{
if (attacker.ClanId == 0 || !Game.ClanWar.IsWar)
{
if (attacked.UID == 812)
{
return false;
}
}
if (Game.ClanWar.PoleKeeper != null)
{
if (Game.ClanWar.PoleKeeper == attacker.GetClan)
{
if (attacked.UID == 812)
{
return false;
}
}
}
}
#endregion
public static bool CanAttack(Game.Entity attacker, Game.Entity attacked, Database.SpellInformation spell, bool melee)
if (attacker.MapID == 1507)
{
if (!Game.ClanWarArena.Tournaments[4].Open)
{
if (!attacker.AllowToAttack)
return false;
}
}
public static void Initiate()
الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1) | |
|
الموضوع | كاتب الموضوع | المنتدى | مشاركات | آخر مشاركة |
مشكلة فى سورس ماتركيس نزلت مرتين ومحدش عارف يحلها | essamarpi1 | مشكلات السيرفيرات كونكر الشخصيه | 4 | 2020-05-14 02:34 AM |
مشكله عاوز حد يحلها بالله عليكو | mohamedomar | مشكلات السيرفيرات كونكر الشخصيه | 19 | 2020-01-27 03:10 PM |
مشكلة مش عارف في الوحش ولة في الاكونت | Omar | مشكلات السيرفيرات كونكر الشخصيه | 3 | 2019-12-18 09:49 PM |
مشكلة في السورس الي نزلو Mr_ZeZo | Alaa Ghanem | مشكلات السيرفيرات كونكر الشخصيه | 5 | 2019-12-10 06:54 PM |
مشكلة في البوله بتاعت الكلان سورس MrZeZo | Alaa Ghanem | مشكلات السيرفيرات كونكر الشخصيه | 5 | 2019-12-10 02:31 AM |