Giant Whisper Posted September 21, 2018 Posted September 21, 2018 it is possible to make this item change the appearance to Third Job Costumes + New Classes {},{ changebase roclass(eaclass()|EAJL_THIRD); },{ changebase Class; } Quote
0 xyxzero Posted September 21, 2018 Posted September 21, 2018 if you're referring to an item (suit) that makes your job look like that { },{ atcommand "@bodystyle 1"; },{ atcommand "@bodystyle 0"; } Quote
0 Giant Whisper Posted September 21, 2018 Author Posted September 21, 2018 there is no other way that is not { },{ atcommand "@bodystyle 1"; },{ atcommand "@bodystyle 0"; } Quote
0 Gerzzie Posted September 21, 2018 Posted September 21, 2018 Or you could just replace the new sprite names to the old sprite names. If you're not using 3rd job on your server. Quote
0 Giant Whisper Posted September 21, 2018 Author Posted September 21, 2018 I use 3 class but I would like it to be an equipable suit Quote
0 Giant Whisper Posted September 22, 2018 Author Posted September 22, 2018 it has to be an equipable item Quote
1 -to- Posted October 8, 2018 Posted October 8, 2018 On 9/22/2018 at 8:09 PM, Giant Whisper said: it has to be an equipable item ITEMID,ITEMNAME,ITEMNAME,4,20,,0,,0,,0,0xFFFFFFFF,7,2,8192,,0,0,0,{},{setlook LOOK_BODY2,1;},{setlook LOOK_BODY2,0;} In case you still need this. 8192 = Costume Garment On unequipped it changes back to normal bodystyle. You just need to change the jobs that will be able to use the item. 1 Quote
0 Giant Whisper Posted October 8, 2018 Author Posted October 8, 2018 -to- thank you very much, It works perfect Quote
0 nidoshiro07 Posted October 26, 2022 Posted October 26, 2022 Can I have sample script of 3rd job suit/accessories where it will change your trans char to 3rd job appearance? My old script seems not to work anymore. Quote
0 KazumaSatou Posted October 27, 2022 Posted October 27, 2022 (edited) On 10/26/2022 at 1:35 PM, nidoshiro07 said: Can I have sample script of 3rd job suit/accessories where it will change your trans char to 3rd job appearance? My old script seems not to work anymore. It might not work since rathena prohibits usage of 3rd class on pre-renewal servers on the latest git. If your server is renewal, it must work normally. Edited October 27, 2022 by KazumaSatou 1 Quote
0 yodaGG Posted October 28, 2022 Posted October 28, 2022 On 10/8/2018 at 9:27 AM, -to- said: ITEMID,ITEMNAME,ITEMNAME,4,20,,0,,0,,0,0xFFFFFFFF,7,2,8192,,0,0,0,{},{setlook LOOK_BODY2,1;},{setlook LOOK_BODY2,0;} In case you still need this. 8192 = Costume Garment On unequipped it changes back to normal bodystyle. You just need to change the jobs that will be able to use the item. is it cant move to Shadow Armor ?? Quote
Question
Giant Whisper
it is possible to make this item change the appearance to Third Job Costumes + New Classes
{},{ changebase roclass(eaclass()|EAJL_THIRD); },{ changebase Class; }
11 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.