Jump to content
  • 0

H>Rune Knight Riding


GM Winter

Question


  • Group:  Members
  • Topic Count:  176
  • Topics Per Day:  0.14
  • Content Count:  666
  • Reputation:   9
  • Joined:  12/04/20
  • Last Seen:  

hello i have a question i have a 3rd job sprite costumes after a lord knight riding in a peco peco equip it theres no dragon showing  what did i miss

image.thumb.png.ee42f69ab99990268aa2604575749fe2.png

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  99
  • Reputation:   19
  • Joined:  05/01/12
  • Last Seen:  

Are you using costume item for it or costume via npc?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  176
  • Topics Per Day:  0.14
  • Content Count:  666
  • Reputation:   9
  • Joined:  12/04/20
  • Last Seen:  

15 hours ago, imat1 said:

Are you using costume item for it or costume via npc?

yes im using false apprentice example when lord knight equip it it changes to rune knight but still the peco peco is missing even its already riding it 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  13
  • Topics Per Day:  0.00
  • Content Count:  99
  • Reputation:   19
  • Joined:  05/01/12
  • Last Seen:  

Show me your item script of it. I might be able to help you.

On 12/23/2023 at 9:53 AM, GM Winter said:

when lord knight equip it it changes to rune knight but still the peco peco is missing even its already riding it

    Script: |
      changebase roclass(eaclass()|EAJL_THIRD);
      if(Class == Job_Lord_Knight) {
         if(checkriding()) {
            setoption OPTION_DRAGON1;
         }
      }
    UnEquipScript: |
      changebase Class;
      if(Class == Job_Lord_Knight) {
         if(checkdragon()) {
            setriding;
         }
      }

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  176
  • Topics Per Day:  0.14
  • Content Count:  666
  • Reputation:   9
  • Joined:  12/04/20
  • Last Seen:  

On 12/24/2023 at 10:28 PM, imat1 said:

    Script: |
      changebase roclass(eaclass()|EAJL_THIRD);
      if(Class == Job_Lord_Knight) {
         if(checkriding()) {
            setoption OPTION_DRAGON1;
         }
      }
    UnEquipScript: |
      changebase Class;
      if(Class == Job_Lord_Knight) {
         if(checkdragon()) {
            setriding;
         }
      }

Quote

    Script: |
      if(Class == 4008){ skill "RK_DRAGONTRAINING",5; }else if(Class == 10 || Class == 4011 || Class == 4033){ skill "NC_MADOLICENCE",5; }else if(Class == 4012){ skill "RA_WUGMASTERY",1; skill "RA_WUGRIDER",3; }
    EquipScript: | 
      changebase roclass(eaclass()|EAJL_THIRD); 
    UnEquipScript: |
      changebase Class;

 

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