ThyroDree 3 Posted August 15, 2018 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
0 Rebel 23 Posted August 15, 2018 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; "> }, 1 Quazi reacted to this Share this post Link to post Share on other sites
0 ThyroDree 3 Posted August 16, 2018 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 Rebel 23 Posted August 16, 2018 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
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