[Help] Realloter NPC

07/21/2009 12:32 nestreys#1
Anyone can help me on how to make NPC that reallot points cause mine dont work. Anyone has a public code for it. Help me please. Thanks.
07/21/2009 16:47 WTFoRK#2
Quote:
Originally Posted by nestreys View Post
Anyone can help me on how to make NPC that reallot points cause mine dont work. Anyone has a public code for it. Help me please. Thanks.
make a new int like

Code:
int StatPoints;
//so when this void will take care of adding up all of ya's Statp you alreay added up to something

//so next you have to do 

MyChar.Str += StatPoints;
MyChar.Vit += StatPoints;
Mychar.Spi += StatPoints;
MyChar.Agi += StatPoints;
MyChar.StatP += StatPoints;

//Now send a packet with stat points , HP, Mana , Str, agi and so on... This should do fine...
07/23/2009 21:19 Pyro-G#3
int StatPoints;

MyChar.Str += StatPoints;
MyChar.Vit += StatPoints;
Mychar.Spi += StatPoints;
MyChar.Agi += StatPoints;
MyChar.StatP += StatPoints;

So we just add that anywhere in client.cs? ^^
07/23/2009 22:40 WTFoRK#4
Quote:
Originally Posted by Pyro-G View Post
int StatPoints;

MyChar.Str += StatPoints;
MyChar.Vit += StatPoints;
Mychar.Spi += StatPoints;
MyChar.Agi += StatPoints;
MyChar.StatP += StatPoints;

So we just add that anywhere in client.cs? ^^
No , thats a example on how does Realloter work.Actually thats pretty much whole NPC except Sending packets and Dialogs.
07/23/2009 22:41 f0am#5
#request close, i already helped the thread maker!
07/30/2009 05:05 Jay1029#6
Good for you...other people still need help.