unknownuser Posted October 20, 2013 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 43 Reputation: 0 Joined: 10/13/13 Last Seen: March 27, 2014 Share Posted October 20, 2013 how to add skill points trader !! and the requirements per skill points is 10 x fig leaf 10 x elder pixie's moustache 10 x manacle's 10 x honey pot please help me ) Quote Link to comment Share on other sites More sharing options...
Kichi Posted October 20, 2013 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 509 Reputation: 80 Joined: 11/20/11 Last Seen: October 3, 2020 Share Posted October 20, 2013 here the source link http://rathena.org/board/topic/88368-skill-points-seller-only/ here you need prontera,150,150,0 script Sample -1,{ mes "Input the points you want to purchase"; next; input .@amount; set .@amount2 = 10*.@amount; if ((countitem(518) < .@amount2 ) // honey ||(countitem(1040) < .@amount2 ) //ELder Pixie's ||(countitem(1098) < .@amount2 ) //Manacles ||(countitem(7298) < .@amount2 ) //Fig Leaf ) { mes "You don't have enough Item Requirement."; mes "The requirements are:"; mes "10 Honey"; mes "10 Elder Pixie's Moustache"; mes "10 Manacles"; mes "10 Fig Leaf"; close; } delitem 518, .@amount2; delitem 1040, .@amount2; delitem 1098, .@amount2; delitem 7298, .@amount2; SkillPoint += .@amount; close; } Quote Link to comment Share on other sites More sharing options...
unknownuser Posted October 20, 2013 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 43 Reputation: 0 Joined: 10/13/13 Last Seen: March 27, 2014 Author Share Posted October 20, 2013 thanks Quote Link to comment Share on other sites More sharing options...
Kichi Posted October 20, 2013 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 509 Reputation: 80 Joined: 11/20/11 Last Seen: October 3, 2020 Share Posted October 20, 2013 thanks mark it as answered Quote Link to comment Share on other sites More sharing options...
unknownuser Posted October 28, 2013 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 43 Reputation: 0 Joined: 10/13/13 Last Seen: March 27, 2014 Author Share Posted October 28, 2013 thanks mark it as answered sir i have problem in your script can you help me to fix ?? my players cant click the sptrader .. Quote Link to comment Share on other sites More sharing options...
Kichi Posted October 28, 2013 Group: Members Topic Count: 25 Topics Per Day: 0.01 Content Count: 509 Reputation: 80 Joined: 11/20/11 Last Seen: October 3, 2020 Share Posted October 28, 2013 it was not my scripti just edit the exist script sir Quote Link to comment Share on other sites More sharing options...
unknownuser Posted October 28, 2013 Group: Members Topic Count: 18 Topics Per Day: 0.00 Content Count: 43 Reputation: 0 Joined: 10/13/13 Last Seen: March 27, 2014 Author Share Posted October 28, 2013 please help me Quote Link to comment Share on other sites More sharing options...
Patskie Posted October 28, 2013 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 1702 Reputation: 241 Joined: 09/05/12 Last Seen: 6 minutes ago Share Posted October 28, 2013 Show error if any Quote Link to comment Share on other sites More sharing options...
Question
unknownuser
how to add skill points trader !! and the requirements per skill points is
10 x fig leaf
10 x elder pixie's moustache
10 x manacle's
10 x honey pot
please help me
)
Link to comment
Share on other sites
7 answers 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.