Jump to content
  • 0

problem whit palettes


sokarpupe

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  07/06/17
  • Last Seen:  

Hellow everyone, i have problem whit the palettes, i entry all .pal in my .grf (palette/¸ö),

 

later i modify conf/battle/client.conf 

// Valid range of dyes and styles on the client.
min_hair_style: 0
max_hair_style: 30
min_hair_color: 0
max_hair_color: 263
min_cloth_color: 0 
max_cloth_color: 553
min_body_style: 0
max_body_style: 1

 

After, i was go to scr/map/battle.c and i modify

{ "max_hair_style",                     &battle_config.max_hair_style,                  30,     0,      INT_MAX,        },
    { "min_hair_color",                     &battle_config.min_hair_color,                  0,      0,      INT_MAX,        },
    { "max_hair_color",                     &battle_config.max_hair_color,                  263,      0,      INT_MAX,        },
    { "min_cloth_color",                    &battle_config.min_cloth_color,                 0,      0,      INT_MAX,        },
    { "max_cloth_color",                    &battle_config.max_cloth_color,                 553,      0,      INT_MAX,        },

 

And i was compile and i have this error 

690.png

 

I read in old guides that you had to activate all jobs for this palettes, and this i don't know doing

help me plis :s

 

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  11
  • Topics Per Day:  0.00
  • Content Count:  298
  • Reputation:   47
  • Joined:  03/30/13
  • Last Seen:  

its says it cannot find the pallete, it means you dont have the missing pallete

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...