forgot how remove stat and skill ´points

nana

New member
Messages
67
Points
0
Location
Mexico
Hi, i'm making an npc, the point is that players need "lvl" from novice lvl 1 to second class no rebirth max lvl normally

but when u are base 99 job lvl 50 u can talk with the npc, and he makes u max lvl rebirth (ex priest 99/50 to HP 99/70)

i want remove extra skill and stats points

how can i do it?

thanks!

 
there's a command for that @stpoint -99 @skpoint -99 (99 is value to be removed)

 
Or Even Simple:(since you are making an NPC)

prontera,150,150,5 script Remove Extra Points 999,{ SkillPoint = 0; StatusPoint = 0; mes "Skill/Stats Points Removed"; close;}
NPC Shown above is just an example...

 
default_ohmy.png
!! thanks Dastgir!!!

 
Back
Top