Rivers Posted October 8, 2020 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 244 Reputation: 57 Joined: 12/04/13 Last Seen: Sunday at 11:53 AM Share Posted October 8, 2020 Good day, I'm trying to make a Trans-Class costume with the itemDB, much like the third class costumes work. Does anyone know the right text for trans classes? 35250,3rd_Class_Costume,3rd Class Costume,4,20,,0,,0,,0,0xFFFFFFFF,7,2,8192,,0,0,,{ bonus bAllStats,1; },{ changebase roclass(eaclass()|EAJL_THIRD); },{ changebase Class; } Quote Link to comment Share on other sites More sharing options...
0 Rivers Posted October 29, 2020 Group: Members Topic Count: 50 Topics Per Day: 0.01 Content Count: 244 Reputation: 57 Joined: 12/04/13 Last Seen: Sunday at 11:53 AM Author Share Posted October 29, 2020 Couldn't find a simple resolution, so I took the long way. 35251,2nd_Class_Costume,2nd Class Costume,4,20,,0,,0,,0,0xFFFFFFFF,63,2,8192,,0,0,,{ bonus bAllStats,1; },{ if(BaseJob==Job_Knight) { changebase 7; } if(BaseJob==Job_Wizard) { changebase 9; } if(BaseJob==Job_Hunter) { changebase 11; } if(BaseJob==Job_Priest) { changebase 8; } if(BaseJob==Job_Blacksmith) { changebase 10; } if(BaseJob==Job_Assassin) { changebase 12; } if(BaseJob==Job_Crusader) { changebase 14; } if(BaseJob==Job_Sage) { changebase 16; } if(BaseJob==Job_Bard) { changebase 19; } if(BaseJob==Job_Dancer) { changebase 20; } if(BaseJob==Job_Monk) { changebase 15; } if(BaseJob==Job_Alchemist) { changebase 18; } if(BaseJob==Job_Rogue) { changebase 17; } },{ changebase Class; } Quote Link to comment Share on other sites More sharing options...
Question
Rivers
Good day,
I'm trying to make a Trans-Class costume with the itemDB, much like the third class costumes work. Does anyone know the right text for trans classes?
35250,3rd_Class_Costume,3rd Class Costume,4,20,,0,,0,,0,0xFFFFFFFF,7,2,8192,,0,0,,{ bonus bAllStats,1; },{ changebase roclass(eaclass()|EAJL_THIRD); },{ changebase Class; }
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.