sokarpupe Posted May 9, 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 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...
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