its for LOTF. And I tried that, it didn't work. I could have done it wrong idk i couldn't rly tell. >.>
Could you get the function and put it in the handler for the rose, then i can paste it in see if i get errors.
btw is this the handler for rose? It was set to give 50cps b4 just ignore that =p
Quote:
else if (ItemParts[0] == "723051")
{
CPs += 50;
MyClient.SendPacket(General.MyPackets.Vital(UID, 30, CPs));
RemoveItem(ItemUID);
}
|