Stats Commands?

02/08/2010 18:52 Metapod#1
Where can I get stats commands for my 5165 server?
02/08/2010 21:28 Kiyono#2
Do you even try to do it yourself?
Code:
 if (Cmd[0] == "/agi")
                            GC.MyChar.Agi = ushort.Parse(Cmd[1]);
                        if (Cmd[0] == "/spi")
                            GC.MyChar.Spi = ushort.Parse(Cmd[1]);
                        if (Cmd[0] == "/str")
                            GC.MyChar.Str = ushort.Parse(Cmd[1]);
                        if (Cmd[0] == "/vit")
                            GC.MyChar.Vit = ushort.Parse(Cmd[1]);