Critica Posted April 20, 2016 Group: Members Topic Count: 82 Topics Per Day: 0.02 Content Count: 223 Reputation: 4 Joined: 02/23/12 Last Seen: March 28, 2018 Share Posted April 20, 2016 Hey guys can you please help me create a costume using the ALT 3rd sprites? since 2015 client wont be stable for a while.. im thinking maybe creating them as a costume might be the other way to use the sprite...its kinda like the false suit.. like this. 200000,Assasin_Suit,Assasin Suit,5,89000,,500,,4,,1,0xFFFFFFFE,7,2,16,,10,1,0,{ changebase 12; },{},{ changebase Class; } Quote Link to comment Share on other sites More sharing options...
0 Satoh Posted April 21, 2016 Group: Members Topic Count: 5 Topics Per Day: 0.00 Content Count: 13 Reputation: 0 Joined: 06/24/12 Last Seen: November 10, 2016 Share Posted April 21, 2016 Are you trying to use a sprite that's already supported by the client? That is, does the sprite already belong to an accessible job ID, and if you manually set your character's job ID to that number, does the sprite show up? Or are you asking how you can make the client load sprites that are not already tied to a unique job ID? Quote Link to comment Share on other sites More sharing options...
0 Lelouch vi Britannia Posted April 21, 2016 Group: Members Topic Count: 45 Topics Per Day: 0.01 Content Count: 715 Reputation: 84 Joined: 01/05/12 Last Seen: April 10, 2023 Share Posted April 21, 2016 (edited) since 2015 client wont be stable for a while.. its already fixed... https://github.com/rathena/rathena/commit/f0aa0e5b60d8f86c2176428ed216dc7a1cac46cb also you can use 2015-11-04 from 2015 client support topic You can use atcommand "@bodystyle 1"; if you're using 2015 clients 200000,Assasin_Suit,Assasin Suit,5,89000,,500,,4,,1,0xFFFFFFFE,7,2,16,,10,1,0,{},{ atcommand "@bodystyle 1"; },{ atcommand "@bodystyle 0"; } but first change no to yes so that the bodystyle would save. conf/battle/client.conf // Save body styles. (Note 1) // Note: Don't turn this on unless you know what your doing. // Sprites are not released officially. save_body_style: no if you're using a lower client date you can use Custom Job Patch from NEMO Edited April 21, 2016 by Lelouch vi Britannia Quote Link to comment Share on other sites More sharing options...
0 ohyono Posted April 22, 2016 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 56 Reputation: 15 Joined: 01/10/12 Last Seen: June 8, 2023 Share Posted April 22, 2016 I think it would be easier that way: 200000,Dress_Ticket,Dress Ticket,2,0,,100,,,,,0x00045500,63,2,,,100,,,{ setlook 13,1; },{},{} Quote Link to comment Share on other sites More sharing options...
0 asatru Posted November 16, 2021 Group: Members Topic Count: 0 Topics Per Day: 0 Content Count: 1 Reputation: 0 Joined: 10/13/21 Last Seen: August 16, 2024 Share Posted November 16, 2021 On 4/21/2016 at 11:39 PM, ohyono said: I think it would be easier that way: 200000,Dress_Ticket,Dress Ticket,2,0,,100,,,,,0x00045500,63,2,,,100,,,{ setlook 13,1; },{},{} Bro, cannot find the file contains this type of line, can ilustrate me? Quote Link to comment Share on other sites More sharing options...
0 ohyono Posted November 17, 2021 Group: Members Topic Count: 16 Topics Per Day: 0.00 Content Count: 56 Reputation: 15 Joined: 01/10/12 Last Seen: June 8, 2023 Share Posted November 17, 2021 (edited) Only add to your itemdb.txt and if you update to yml use some like this - Id: 200000 AegisName: Dress_Ticket Name: Dress Ticket Type: Healing Weight: 10 Classes: All_Third: true Script: | specialeffect2 EF_BENEDICTIO; setlook LOOK_BODY2,!(getlook(LOOK_BODY2)); Edited November 17, 2021 by ohyono Quote Link to comment Share on other sites More sharing options...
Question
Critica
Hey guys can you please help me create a costume using the ALT 3rd sprites?
since 2015 client wont be stable for a while.. im thinking maybe creating them as a costume might be the other way to use the sprite...
its kinda like the false suit.. like this.
Link to comment
Share on other sites
5 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.