Littlefoot Posted February 27, 2016 Group: Members Topic Count: 70 Topics Per Day: 0.01 Content Count: 203 Reputation: 1 Joined: 05/11/12 Last Seen: July 30, 2016 Share Posted February 27, 2016 I want a NPC that if you have 1 TCG, The NPC will give you 10 Skill Points. Thanks Quote Link to comment Share on other sites More sharing options...
0 Emistry Posted February 28, 2016 Group: Forum Moderator Topic Count: 93 Topics Per Day: 0.02 Content Count: 10018 Reputation: 2369 Joined: 10/28/11 Last Seen: Sunday at 05:32 PM Share Posted February 28, 2016 prontera,155,175,5 script Sample#npc 4_F_KAFRA9,{ if ( countitem( 7227 ) >= 10 ) { delitem 7227,10; SkillPoint++; } end; } Quote Link to comment Share on other sites More sharing options...
Question
Littlefoot
I want a NPC that if you have 1 TCG, The NPC will give you 10 Skill Points. Thanks
Link to comment
Share on other sites
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.