sokarpupe Posted May 9, 2018 Group: Members Topic Count: 4 Topics Per Day: 0.00 Content Count: 11 Reputation: 0 Joined: 07/06/17 Last Seen: June 23, 2018 Share Posted May 9, 2018 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 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 Quote Link to comment Share on other sites More sharing options...
0 Vy Low Posted May 10, 2018 Group: Members Topic Count: 11 Topics Per Day: 0.00 Content Count: 319 Reputation: 52 Joined: 03/30/13 Last Seen: 20 hours ago Share Posted May 10, 2018 its says it cannot find the pallete, it means you dont have the missing pallete Quote Link to comment Share on other sites More sharing options...
Question
sokarpupe
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
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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.