Heartfelt Posted August 10, 2023 Group: Members Topic Count: 28 Topics Per Day: 0.01 Content Count: 40 Reputation: 0 Joined: 01/09/16 Last Seen: May 8 Share Posted August 10, 2023 hello everyone i have a costume in my ragnarok server using this item script, to make wearer apprearance become 3rd job if(roclass(eaclass()|EAJL_UPPER)) changebase BaseJob; but it does not work for ninja and gunslinger how can i make it work for ninja to look like kagerou / oboro? and gunslinger to look like rebellion ? Thanks in advance Quote Link to comment Share on other sites More sharing options...
0 Rynbef Posted August 13, 2023 Group: Forum Moderator Topic Count: 48 Topics Per Day: 0.01 Content Count: 944 Reputation: 125 Joined: 05/23/12 Last Seen: Friday at 06:23 PM Share Posted August 13, 2023 (edited) U should add a separate if statement. as example: if(Class==ID){changebase Job;} And so on Rynbef~ Edited August 13, 2023 by Rynbef Missing ; Quote Link to comment Share on other sites More sharing options...
Question
Heartfelt
hello everyone
i have a costume in my ragnarok server using this item script, to make wearer apprearance become 3rd job
if(roclass(eaclass()|EAJL_UPPER)) changebase BaseJob;
but it does not work for ninja and gunslinger
how can i make it work for ninja to look like kagerou / oboro?
and gunslinger to look like rebellion ?
Thanks in advance
Link to comment
Share on other sites
1 answer 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.