Jump to content

Question

Posted

So I made and item script that when equipped it will change your class to 3rd job

  - Id: 2301
    AegisName: Cotton_Shirt
    Name: Cotton Shirt
    Type: Armor
    Buy: 10
    Weight: 100
    Defense: 1
    Locations:
      Armor: true
    ArmorLevel: 1
    Refineable: true
    EquipScript: |
      changebase roclass(eaclass()|EAJL_2_1|EAJL_THIRD);
    UnEquipScript: |
      changebase Class;

this item script is 3rd job

how can I make this base class will turn Baby like baby crusader or baby royal guard

thank you ❤️

3 answers to this question

Recommended Posts

  • 0
Posted
12 hours ago, Eterunaru said:
 
    EquipScript: |
      changebase 0; = turns to novice 
    UnEquipScript: |
      changebase Class;

use @job to see job id of the classes

so it will be multiple items for each class ill try "IF' variable to have it in 1 item

thanks ❤️

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