Jump to content

Question

Posted

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

 

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.

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...