Kariton Revolution Posted June 13, 2013 Group: Members Topic Count: 161 Topics Per Day: 0.03 Content Count: 429 Reputation: 5 Joined: 11/21/11 Last Seen: January 14, 2017 Share Posted June 13, 2013 (edited) Example Rune Knight Job Changer npc Requirments level 99/70 Lordknight and this items 100 pcs Burning Heart# 7097 ,20 pcs Dragon Horn# 7265,30 pcs Armor Piece of Dullahan# 7210 ,1 pc Ancient Cape# 2507,5 pcs Three-Headed Dragon's Head# 7443 if player complete that requirmentsplayers will be come a Rune Knight please Help me to make this just a basic script script Thankyou Everyone Please help me Edited June 13, 2013 by Kariton Revolution Quote Link to comment Share on other sites More sharing options...
Jaburak Posted June 13, 2013 Group: Members Topic Count: 48 Topics Per Day: 0.01 Content Count: 1125 Reputation: 236 Joined: 07/30/12 Last Seen: April 13 Share Posted June 13, 2013 http://rathena.org/wiki/Countitem Quote Link to comment Share on other sites More sharing options...
Capuche Posted June 13, 2013 Group: Developer Topic Count: 10 Topics Per Day: 0.00 Content Count: 2407 Reputation: 616 Joined: 07/05/12 Last Seen: March 20 Share Posted June 13, 2013 Sample prontera,150,160,5 script sdoi 456,{ if ( Class == Job_Lord_Knight && BaseLevel == 99 && JobLevel == 70 && countitem( 7097 ) >= 100 && countitem( 7265 ) >= 20 ) { jobchange Job_Rune_Knight_T; delitem 7097, 100; delitem 7265, 20; } end; } Quote Link to comment Share on other sites More sharing options...
Kariton Revolution Posted June 14, 2013 Group: Members Topic Count: 161 Topics Per Day: 0.03 Content Count: 429 Reputation: 5 Joined: 11/21/11 Last Seen: January 14, 2017 Author Share Posted June 14, 2013 Thankyou Very much Capuche and Anakid ) ! Quote Link to comment Share on other sites More sharing options...
Question
Kariton Revolution
Example
Rune Knight Job Changer npc
Requirments
level 99/70 Lordknight
and this items
100 pcs Burning Heart# 7097 ,20 pcs Dragon Horn# 7265,30 pcs Armor Piece of Dullahan# 7210 ,1 pc Ancient Cape# 2507,5 pcs Three-Headed Dragon's Head# 7443
if player complete that requirmentsplayers will be come a Rune Knight
please Help me to make this just a basic script
script Thankyou Everyone Please help me
Edited by Kariton RevolutionLink to comment
Share on other sites
3 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.