Hello every one this is pretty noobie release but here goes this release is for Emme's Point cose that he released it is a command that gives u Points
Here it is :
Enjoy ;)
If it helped u or if u like it plz hit thanks button
Here it is :
Code:
if (Splitter[0] == "/points")
{
uint NewPoints = uint.Parse(Splitter[1]);
MyChar.Points = NewPoints;
SendPacket(General.MyPackets.Vital((long)MyChar.UID, 30, MyChar.Points));
}
Enjoy ;)
If it helped u or if u like it plz hit thanks button