i need add the heaven blessing i put this code and this dont work for me:
case 8330:"1200000"//PrayingStone(S)
{
if (!Blessed)
{
HBStart = DateTime.Now;
HBEnd = DateTime.Now.AddDays(3);
WhichBless = 1;
Blessed = true;
MyClient.SendPacket(General.MyPackets.Vital(UID, 18, (3 * 24 * 60 * 60)));
MyClient.SendPacket(General.MyPackets.Vital(UID, 26, GetStat()));
World.UpdateSpawn(this);
RemoveItem(ItemUID);
MyClient.SendPacket(General.MyPackets.String(UID, 10, "zf2-e128"));
}
else
{
MyClient.SendPacket(General.MyPackets.SendMsg(MyCl ient.MessageId, "SYSTEM", Name, "You are already blessed by Heaven Blessing!", 2005));
}
}
and how i can fix this, other thing i need help to add the rbguard.






