Jump to content
  • 0

job change script? basic


Kariton Revolution

Question


  • Group:  Members
  • Topic Count:  161
  • Topics Per Day:  0.03
  • Content Count:  429
  • Reputation:   5
  • Joined:  11/21/11
  • Last Seen:  

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
Link to comment
Share on other sites

3 answers to this question

Recommended Posts


  • Group:  Developer
  • Topic Count:  10
  • Topics Per Day:  0.00
  • Content Count:  2407
  • Reputation:   616
  • Joined:  07/05/12
  • Last Seen:  

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;
}
Link to comment
Share on other sites

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.

×
×
  • Create New...