Littlefoot Posted February 27, 2016 Posted February 27, 2016 I want a NPC that if you have 1 TCG, The NPC will give you 10 Skill Points. Thanks Quote
0 Emistry Posted February 28, 2016 Posted February 28, 2016 prontera,155,175,5 script Sample#npc 4_F_KAFRA9,{ if ( countitem( 7227 ) >= 10 ) { delitem 7227,10; SkillPoint++; } end; } Quote
Question
Littlefoot
I want a NPC that if you have 1 TCG, The NPC will give you 10 Skill Points. Thanks
1 answer to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.