Jump to content
  • 0

[ASK] 3rd Job Suit Transcendent & Regular to Regular&jRO Sprite


Question

Posted

Hi guys,

it is possible to make 3rd Job  Regular Use 3rd Job Suit  v1 sprite
and  3rd Job Transcendent Use 3rd job suit jRO sprite ?
class.jpg.8329be6b64e0aeb2a8e8f1baab31018a.jpg

im using this code for costume item 3rd job suit :
i want to make:
1 item for costume (4070) suit v1, and 1 item for jRO costume suit (4077)


 

Quote

  - Id: 5000006
    AegisName: One_Suit
    Name: One_Suit
    Type: ShadowGear
    Buy: 10
    Weight: 100
    Defense: 1
    Locations:
      Shadow_Armor: true
    ArmorLevel: 1
    Script: |
      bonus bAllStats,1;
    EquipScript: |
      changebase 4070;
    UnEquipScript: |
      changebase Class;

  - Id: 5000007
    AegisName: Two_Suit_jRO
    Name: Two_Suit(jRO)
    Type: ShadowGear
    Buy: 10
    Weight: 100
    Defense: 1
    Locations:
      Shadow_Armor: true
    ArmorLevel: 1
    Script: |
      bonus bAllStats,1;
    EquipScript: |
      changebase 4077;
    UnEquipScript: |
      changebase Class;

Thankyouu

1 answer to this question

Recommended Posts

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