lol i understant for uQuote:
EASY TO FIX LOL
but we need to fix if you want ...
I have too a problem.
I use LuckyTime it's work but a other people want to bless but don't work, Look that :
the skillAttribute :Quote:
Originally Posted by Meif (SkillId == 9876 && Stamina >= 100)
{
PrayCasted = DateTime.Now;
CastingPray = true;
Stamina = 0;
PrayX = LocX;
PrayY = LocY;
World.PlayersCastingPray.Add(this, Name);
World.PlayersPraying.Add(this, Name);
MyClient.SendPacket(General.MyPackets.Vital(UID, 29, LuckTime));
MyClient.SendPacket(General.MyPackets.Vital(UID, 26, GetStat()));
MyClient.SendPacket(General.MyPackets.Vital(UID, 9, Stamina));
World.UpdateSpawn(MyClient.MyChar);
}
Quote:
Originally Posted by me/*//LuckyTime
SkillAttributes[9876] = new ushort[1][];
SkillAttributes[9876][0] = new ushort[6] { 8, 0, 0, 0, 0, 0 };
SkillsDone.Add(9876, 0);*/