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

مشاهدة النسخة كاملة : اضافه ال ريفرش لي سكله TwilightDance


Hassan Emprator
2020-02-06, 05:49 AM
سلام عليكم يله نبدا في الاكواد في الصواريخ بق كد :D;)

سيرش هنا اعم

if (item.ItemID == FloorItem.DaggerStorm || item.ItemID == FloorItem.FuryofEgg


ضيف تحته

if (item.ItemID == FloorItem.Twilight)
{
if (item.OnFloor.AddMilliseconds(500).Next(time: time))
{
item.Type = Network.GamePackets.FloorItem.RemoveEffect;
//client.SendScreen(item, true);
client.Map.RemoveFloorItem(item);
client.RemoveScreenSpawn(item, true);
}
}
}

سيرش هنا

if (item.ItemID == FloorItem.RageOfWarTrap)


تحته ضيف

if (item.ItemID == Network.GamePackets.FloorItem.TwilightDance)
{
if (item.OnFloor.AddSeconds(1).Next(time: Time32.Now.AllMilliseconds()))
{
if (obj.MapObjType == MapObjectType.Entity)
(obj as Entity).Owner.Send(item);
item.Type = Network.GamePackets.FloorItem.RemoveEffect;
client.Map.RemoveFloorItem(item);
client.RemoveScreenSpawn(item, true);
}
}
سلاموز :)

ElSaher
2020-02-06, 02:14 PM
عاش

MRonlineGvrix
2020-02-07, 04:22 AM
هههههههههههه اصلي

goku7410
2020-02-11, 07:42 PM
هههههههههههه اصلي