Jump to content

Question

Posted (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 by Kariton Revolution

3 answers to this question

Recommended Posts

Posted

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;
}

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...