Kariton Revolution Posted June 13, 2013 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
Capuche Posted June 13, 2013 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
Kariton Revolution Posted June 14, 2013 Author Posted June 14, 2013 Thankyou Very much Capuche and Anakid ) ! Quote
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 Revolution3 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.