Jump to content
  • 1

Question

4 answers to this question

Recommended Posts

  • 0
Posted
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 

  • 0
Posted

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

  • 0
Posted
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;

 

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