Jump to content
  • 0
AinsLord

H>creating a costume trans palettes and getting some problem

Question

so im actually trying to make a @bodystyle working in trans class like paladin etch

so i succeed doing it as per image

image.png.f463724c59f8f392c21efc3dc9e237b1.png

now i also did the palette thing so im not impressed of what is the output as per image

thats @ccolor 1

image.png.6cdcfc6b935c4f67d07e843040075f48.png

image.png.2a232d43dcb18308faca206303c97649.png

i rename the palettes for jRO sprites as i rename the jRO sprites for trans costume_1

the palettes are like that

so i think of something else why not make the jRO sprites as a 3rd job sprite

then i succeeded again as per image

image.png.9209fce42233bf5bdf3eaa462cdcc709.png

then i tried the @ccolor 1 and its fine however as the color goes up its getting worst as per image

this show only @ccolor 2

image.png.7dadcaf46074441f49a6945be81b5597.png

so i made an item that changebase to 3rd job for costume purposes still the palette are not pleasing

how ever when i ride a mount as per pic

image.png.71958c1d70794c1a99a7b1d968bebf57.png

the palettes show perfectly fine?

i dont know whats wrong or anything wrong

the reason why i want to have a @bodystyle command in trans cos it actually shows in the 

login screen unlike changebase script for item

 

anyone can help me with this one i really i appreciate it

i can provide the GRF i made for the costumes_1 with the trans edit

also the palette i used

 

thanks in advance

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

@Bodystyle for all Class, change in src/map/atcommand.cpp

Search:
	if ( (sd->class_ & JOBL_FOURTH) || !(sd->class_ & JOBL_THIRD) || (sd->class_ & MAPID_THIRDMASK) == MAPID_SUPER_NOVICE_E || (sd->class_ & MAPID_THIRDMASK) == MAPID_STAR_EMPEROR || (sd->class_ & MAPID_THIRDMASK) == MAPID_SOUL_REAPER) {
		clif_displaymessage(fd, msg_txt(sd,740));	// This job has no alternate body styles.
		return -1;
	}

Replace:
	/*if ( (sd->class_ & JOBL_FOURTH) || !(sd->class_ & JOBL_THIRD) || (sd->class_ & MAPID_THIRDMASK) == MAPID_SUPER_NOVICE_E || (sd->class_ & MAPID_THIRDMASK) == MAPID_STAR_EMPEROR || (sd->class_ & MAPID_THIRDMASK) == MAPID_SOUL_REAPER) {
		clif_displaymessage(fd, msg_txt(sd,740));	// This job has no alternate body styles.
		return -1;
	}*/

 

Pallete color for bodystyle 1 copy in Data/palette/¸ö/costume_1:

Example Paladin: copy pallete Royal Guard and change name for sprite Paladin.

Male: Basic + Mount Lion
ÆÈ¶óµò_³²_0_1.pal
ÆÈ¶óµò_³²_1_1.pal
ÆÈ¶óµò_³²_2_1.pal
ÆÈ¶óµò_³²_3_1.pal

Female: Basic + Mount Lion
ÆÈ¶óµò_¿©_0_1.pal
ÆÈ¶óµò_¿©_1_1.pal
ÆÈ¶óµò_¿©_2_1.pal
ÆÈ¶óµò_¿©_3_1.pal


Male: Peco Mount
ÆäÄÚÆÈ¶óµò_³²_0_1.pal
ÆäÄÚÆÈ¶óµò_³²_1_1.pal
ÆäÄÚÆÈ¶óµò_³²_2_1.pal
ÆäÄÚÆÈ¶óµò_³²_3_1.pal

Female: Peco Mount
ÆäÄÚÆÈ¶óµò_¿©_0_1.pal
ÆäÄÚÆÈ¶óµò_¿©_1_1.pal
ÆäÄÚÆÈ¶óµò_¿©_2_1.pal
ÆäÄÚÆÈ¶óµò_¿©_3_1.pal

 

Name Sprite Bible

Edited by khyle650
  • Upvote 1
  • Love 1
Link to comment
Share on other sites

  • 0
13 hours ago, khyle650 said:

@Bodystyle for all Class, change in src/map/atcommand.cpp

Search:
	if ( (sd->class_ & JOBL_FOURTH) || !(sd->class_ & JOBL_THIRD) || (sd->class_ & MAPID_THIRDMASK) == MAPID_SUPER_NOVICE_E || (sd->class_ & MAPID_THIRDMASK) == MAPID_STAR_EMPEROR || (sd->class_ & MAPID_THIRDMASK) == MAPID_SOUL_REAPER) {
		clif_displaymessage(fd, msg_txt(sd,740));	// This job has no alternate body styles.
		return -1;
	}

Replace:
	/*if ( (sd->class_ & JOBL_FOURTH) || !(sd->class_ & JOBL_THIRD) || (sd->class_ & MAPID_THIRDMASK) == MAPID_SUPER_NOVICE_E || (sd->class_ & MAPID_THIRDMASK) == MAPID_STAR_EMPEROR || (sd->class_ & MAPID_THIRDMASK) == MAPID_SOUL_REAPER) {
		clif_displaymessage(fd, msg_txt(sd,740));	// This job has no alternate body styles.
		return -1;
	}*/

 

Pallete color for bodystyle 1 copy in Data/palette/¸ö/costume_1:

Example Paladin: copy pallete Royal Guard and change name for sprite Paladin.

Male: Basic + Mount Lion
ÆÈ¶óµò_³²_0_1.pal
ÆÈ¶óµò_³²_1_1.pal
ÆÈ¶óµò_³²_2_1.pal
ÆÈ¶óµò_³²_3_1.pal

Female: Basic + Mount Lion
ÆÈ¶óµò_¿©_0_1.pal
ÆÈ¶óµò_¿©_1_1.pal
ÆÈ¶óµò_¿©_2_1.pal
ÆÈ¶óµò_¿©_3_1.pal


Male: Peco Mount
ÆäÄÚÆÈ¶óµò_³²_0_1.pal
ÆäÄÚÆÈ¶óµò_³²_1_1.pal
ÆäÄÚÆÈ¶óµò_³²_2_1.pal
ÆäÄÚÆÈ¶óµò_³²_3_1.pal

Female: Peco Mount
ÆäÄÚÆÈ¶óµò_¿©_0_1.pal
ÆäÄÚÆÈ¶óµò_¿©_1_1.pal
ÆäÄÚÆÈ¶óµò_¿©_2_1.pal
ÆäÄÚÆÈ¶óµò_¿©_3_1.pal

 

Name Sprite Bible

thanks a lot this would be helpful ❤️

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



×
×
  • Create New...