Jump to content
  • 0

3rd Job Suit


ScarrFace

Question


  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.01
  • Content Count:  66
  • Reputation:   0
  • Joined:  10/23/19
  • Last Seen:  

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

  • Group:  Forum Moderator
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  830
  • Reputation:   316
  • Joined:  02/11/19
  • Last Seen:  

To use the dragon mount you need the skill. it's not possible to get it the way you try.

Edited by Mael
Link to comment
Share on other sites

  • 2

  • Group:  Forum Moderator
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  830
  • Reputation:   316
  • Joined:  02/11/19
  • Last Seen:  

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;

 

 

  • Upvote 1
  • Love 1
Link to comment
Share on other sites

  • 1

  • Group:  Developer
  • Topic Count:  50
  • Topics Per Day:  0.02
  • Content Count:  763
  • Reputation:   227
  • Joined:  02/11/17
  • Last Seen:  

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

  • 0

  • Group:  Members
  • Topic Count:  162
  • Topics Per Day:  0.04
  • Content Count:  737
  • Reputation:   47
  • Joined:  03/12/14
  • Last Seen:  

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

  • Group:  Members
  • Topic Count:  17
  • Topics Per Day:  0.01
  • Content Count:  66
  • Reputation:   0
  • Joined:  10/23/19
  • Last Seen:  

On 11/25/2019 at 9:27 AM, Mael said:

To use the dragon mount you need the skill. it's not possible to get it the way you try.

thank you

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  37
  • Reputation:   0
  • Joined:  09/26/19
  • Last Seen:  

On 12/2/2019 at 7:28 PM, ScarrFace said:

thank you

Can you share how you fixed this? @ScarrFace 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  30
  • Topics Per Day:  0.01
  • Content Count:  60
  • Reputation:   0
  • Joined:  07/25/16
  • Last Seen:  

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