AinsLord Posted yesterday at 02:40 PM Group: Members Topic Count: 268 Topics Per Day: 0.08 Content Count: 781 Reputation: 20 Joined: 11/21/15 Last Seen: 3 hours ago Share Posted yesterday at 02:40 PM 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 yesterday at 05:33 PM Group: Members Topic Count: 1 Topics Per Day: 0.02 Content Count: 14 Reputation: 1 Joined: 03/31/25 Last Seen: 3 hours ago Share Posted yesterday at 05:33 PM 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 13 hours ago Group: Members Topic Count: 268 Topics Per Day: 0.08 Content Count: 781 Reputation: 20 Joined: 11/21/15 Last Seen: 3 hours ago Author Share Posted 13 hours ago 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 6 hours ago Group: Members Topic Count: 1 Topics Per Day: 0.02 Content Count: 14 Reputation: 1 Joined: 03/31/25 Last Seen: 3 hours ago Share Posted 6 hours ago 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.