AinsLord Posted February 12, 2023 Group: Members Topic Count: 261 Topics Per Day: 0.08 Content Count: 758 Reputation: 20 Joined: 11/21/15 Last Seen: Sunday at 02:59 PM Share Posted February 12, 2023 (edited) so i found this script here 30000,Third_Job_Suit,Third Job Suit,4,1000,,300,0,3,0,0,0xFFFFFFFF,7,2,16384,0,0,1,0,{},{ changebase roclass(eaclass()|EAJL_THIRD); },{ changebase Class; } 30050,Baby_Job_Suit,Baby Suit,4,1000,,300,0,3,0,0,0xFFFFFFFF,7,2,16384,0,0,1,0,{},{ changebase roclass(eaclass()|EAJL_BABY); },{ changebase Class; } 30051,Trans_Job_Suit,Transcendent Suit,4,1000,,0,0,,0,0,0xFFFFFFFF,7,2,16384,0,0,1,0,{},{ changebase roclass(eaclass()|EAJL_UPPER); },{ changebase Class; } i was wondering how can i make it like for the third job rings once a trans class like paladin/LK etc it will become baby 3rd jobs and for the baby job once a trans wear it they will become baby 1st like baby crus/knight etc thanks in advance help will be much appreciated PS: i tried it like this it gives me error in console 30000,Third_Job_Suit,Third Job Suit,4,1000,,300,0,3,0,0,0xFFFFFFFF,7,2,16384,0,0,1,0,{},{ changebase roclass(eaclass()|EAJL_THIRD|EAJL_BABY); },{ changebase Class; } 30050,Baby_Job_Suit,Baby Suit,4,1000,,300,0,3,0,0,0xFFFFFFFF,7,2,16384,0,0,1,0,{},{ changebase roclass(eaclass()EAJL_2_1|EAJL_2_2|EAJL_BABY); },{ changebase Class; } this is the error Edited February 12, 2023 by AinsLord Quote Link to comment Share on other sites More sharing options...
0 khyle650 Posted February 12, 2023 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 42 Reputation: 39 Joined: 05/08/12 Last Seen: November 24, 2023 Share Posted February 12, 2023 Use this metod: https://github.com/llchrisll/rAthena-Scripts/tree/master/requests/Rebirth Job Suits 1 Quote Link to comment Share on other sites More sharing options...
0 AinsLord Posted February 12, 2023 Group: Members Topic Count: 261 Topics Per Day: 0.08 Content Count: 758 Reputation: 20 Joined: 11/21/15 Last Seen: Sunday at 02:59 PM Author Share Posted February 12, 2023 (edited) 5 hours ago, khyle650 said: Use this metod: https://github.com/llchrisll/rAthena-Scripts/tree/master/requests/Rebirth Job Suits what about baby 3rd job and 1st job baby coz what i was trying is when they equip 3rd job baby suit they will turn baby 3rd job in jRO sprites and when they equip 1st baby job suit they will turn baby crusader etc @khyle650 Edited February 12, 2023 by AinsLord Quote Link to comment Share on other sites More sharing options...
0 khyle650 Posted February 12, 2023 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 42 Reputation: 39 Joined: 05/08/12 Last Seen: November 24, 2023 Share Posted February 12, 2023 50 minutes ago, AinsLord said: what about baby 3rd job and 1st job baby coz what i was trying is when they equip 3rd job baby suit they will turn baby 3rd job in jRO sprites and when they equip 1st baby job suit they will turn baby crusader etc @khyle650 Use: (Example) EquipScript: | changebase Job_Baby_Rune_Knight; UnEquipScript: | changebase Class; Quote Link to comment Share on other sites More sharing options...
0 AinsLord Posted February 12, 2023 Group: Members Topic Count: 261 Topics Per Day: 0.08 Content Count: 758 Reputation: 20 Joined: 11/21/15 Last Seen: Sunday at 02:59 PM Author Share Posted February 12, 2023 3 hours ago, khyle650 said: Use: (Example) EquipScript: | changebase Job_Baby_Rune_Knight; UnEquipScript: | changebase Class; thanks i see i do still need manually add per class heheh thanks for the help ill just manually edit the jRO 3rd job sprite thanks also for sharing the git appreciate it Quote Link to comment Share on other sites More sharing options...
Question
AinsLord
so i found this script here
i was wondering how can i make it like
for the third job rings once a trans class like paladin/LK etc it will become baby 3rd jobs
and for the baby job once a trans wear it they will become baby 1st like baby crus/knight etc
thanks in advance help will be much appreciated
PS: i tried it like this it gives me error in console
this is the error
Link to comment
Share on other sites
4 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.