Jump to content
  • 0
ThyroDree

3rd Class Suit without Skills

Question

This is my script for 3rd Class Item Suit

{
	Id: 30745
	AegisName: "Costume_3rdClass"
	Name: "3rd Class Costume"
	Type: 5
	Buy: 1
	Weight: 10
	Job: {
		All: true
		Novice: false
	}
	Loc: 16
	Script: <" changebase roclass(eaclass()|EAJL_THIRD); ">
	OnUnequipScript: <" changebase Class; ">
},

It will work but If you equip it to your character,  It has 3rd Job Skils to.. I just wanted to have a Appearance of 3rd job  :3

Share this post


Link to post
Share on other sites

3 answers to this question

Recommended Posts

  • 0

This is what im using ..

Spoiler

{
    Id: 8016
    AegisName: "Job_Costume_Suit"
    Name: "Job Costume Suit"
    Type: "IT_ARMOR"
    Weight: 100
    Delay: 1000
    Loc: "EQP_SHADOW_ARMOR"
    Upper: "ITEMUPPER_UPPER"
    OnEquipScript: <"
        if ( Class == Job_Lord_Knight && checkmount() ) {
            setoption Option_Dragon1;
        }
        changebase roclass(eaclass()|EAJL_THIRD);
    ">
    OnUnequipScript: <" changebase Class; ">
},

 

Share this post


Link to post
Share on other sites
  • 0
20 hours ago, Rebel said:

This is what im using ..

  Hide contents

{
    Id: 8016
    AegisName: "Job_Costume_Suit"
    Name: "Job Costume Suit"
    Type: "IT_ARMOR"
    Weight: 100
    Delay: 1000
    Loc: "EQP_SHADOW_ARMOR"
    Upper: "ITEMUPPER_UPPER"
    OnEquipScript: <"
        if ( Class == Job_Lord_Knight && checkmount() ) {
            setoption Option_Dragon1;
        }
        changebase roclass(eaclass()|EAJL_THIRD);
    ">
    OnUnequipScript: <" changebase Class; ">
},

 

Does it have skills?/ when equipped?

Share this post


Link to post
Share on other sites
  • 0
6 hours ago, ThyroDree said:

Does it have skills?/ when equipped?

It has but just grayed and can't be used.

Share this post


Link to post
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.   Restore formatting

  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.

Loading...

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.