AinsLord Posted May 15 Group: Members Topic Count: 271 Topics Per Day: 0.08 Content Count: 794 Reputation: 21 Joined: 11/21/15 Last Seen: Wednesday at 01:26 PM Share Posted May 15 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 Quote Link to comment Share on other sites More sharing options...
0 Eterunaru Posted May 15 Group: Members Topic Count: 1 Topics Per Day: 0.01 Content Count: 17 Reputation: 1 Joined: 03/31/25 Last Seen: 19 hours ago Share Posted May 15 EquipScript: | changebase 0; = turns to novice UnEquipScript: | changebase Class; use @job to see job id of the classes Quote Link to comment Share on other sites More sharing options...
0 AinsLord Posted May 16 Group: Members Topic Count: 271 Topics Per Day: 0.08 Content Count: 794 Reputation: 21 Joined: 11/21/15 Last Seen: Wednesday at 01:26 PM Author Share Posted May 16 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 Quote Link to comment Share on other sites More sharing options...
0 Eterunaru Posted May 16 Group: Members Topic Count: 1 Topics Per Day: 0.01 Content Count: 17 Reputation: 1 Joined: 03/31/25 Last Seen: 19 hours ago Share Posted May 16 You can also do a script call func base for much easier use for 1 item 1 Quote Link to comment Share on other sites More sharing options...
Question
AinsLord
So I made and item script that when equipped it will change your class to 3rd job
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
Link to comment
Share on other sites
3 answers 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.