Small Release For Points

11/14/2008 21:41 jaker63#1
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 :
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
11/14/2008 22:13 _Emme_#2
Wait.. Wait, wait!! Are you actually sending the CPs packet to upgrade points? Omg dude,quit it. This will change your CPs value into the Point value,gosh! Just do:

if (Splitter[0] == "/points")
{
uint Points1 = uint.Parse(Splitter[1]);
MyChar.Points += Points1;
SendPacket(General.MyPackets.SendMsg(MessageId, "SYSTEM", MyChar.Name, "You got " + Points1 + " points by command, current points is : " + MyChar.Points, 2005));
}


Simple as that .
Note,wrote this code in epvp,not in the source. COULD be wrong,but i really doubt it would.

Emme
11/14/2008 23:46 alexbigfoot#3
some ppl dont even know what the "id"
Code:
UID, [B][U]ID[/U][/B], Value(for someone , it can be "how much to show ")
means.
11/15/2008 00:09 InfamousNoone#4
Quote:
Originally Posted by alexbigfoot View Post
some ppl dont even know what the "id"
Code:
UID, [B][U]ID[/U][/B], Value(for someone , it can be "how much to show ")
means.
You don't know what it means.
11/15/2008 00:27 _Emme_#5
LOL!