[Request] NPC Or Command please

01/07/2009 03:01 culo01#1
I would like please if possible NpC that allot attribute points that you get after reborn or a command please .. I tried to use the one in kinshis source but the command doesn't work . Thank you very much
01/07/2009 18:26 _Emme_#2
uint AttributePoints = 0;
AttributePoints += MyChar.Spi;
AttributePoints += MyChar.Str;
AttributePoints += MyChar.Agi;
AttributePoints += MyChar.Vit;
MyChar.StatP = AttributePoints;
SendPacketIncludingStatPoints=]
01/07/2009 21:18 kinshi88#3
The command is to re-allot your stat points after going to the NPC (in my edited source =P)