Jump to content
  • 0
ScarrFace

3rd Job Suit

Question

Anyone can help me about my problem? TIA

Royal Guard Suit and mount working perfectly
but when it comes to Rune knight and get a mount nothing happen

 

Edited by ScarrFace
Link to comment
Share on other sites

8 answers to this question

Recommended Posts

  • 1
if(Class == Job_Knight || Class == Job_Lord_Knight){
	if(checkriding()){
		setoption OPTION_DRAGON1;
	}
}


//= Unequip Part of the item script
//= Remove Dragon/Ride PecoPeco and changebase
if(Class == Job_Knight || Class == Job_Lord_Knight){ if(checkdragon()){ setriding; setriding; } } changebase Class;

 

Edited by crazyarashi
Link to comment
Share on other sites

  • 1
3 hours ago, Dublin said:

Can you share how you fixed this? @ScarrFace 

I think he used this to generate it for an item.

On 11/25/2019 at 5:17 AM, crazyarashi said:
if(Class == Job_Knight || Class == Job_Lord_Knight){
	if(checkriding()){
		setoption OPTION_DRAGON1;
	}
}


//= Unequip Part of the item script
//= Remove Dragon/Ride PecoPeco and changebase
if(Class == Job_Knight || Class == Job_Lord_Knight){ if(checkdragon()){ setriding; setriding; } } changebase Class;

 

 

  • Love 1
Link to comment
Share on other sites

  • 0
12 hours ago, ScarrFace said:

Anyone can help me about my problem? TIA

Royal Guard Suit and mount working perfectly
but when it comes to Rune knight and get a mount nothing happen

check the picture below. 

3a.png

1a.png

2a.png

 

you need condition for that

i have Job Costume System on my server but script version not src code

			if( Class == Job_Knight && checkoption(Option_Dragon1) )
				setoption Option_Dragon1, 0;
			if( Class == Job_Rune_Knight && checkriding() )
            			setoption Option_Dragon1, 1;

 

Edited by Bringer
Link to comment
Share on other sites

  • 0
On 1/11/2020 at 1:24 AM, Mael said:

I think he used this to generate it for an item.

 

where should i add this?

i tying add on item_db2.txt but my item become apple

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...

Important Information

By using this site, you agree to our Terms of Use and Privacy Policy.