Tio Akima Posted November 23, 2012 Posted November 23, 2012 every skill I try to add says the case is already being used! example: MINHA_SKILL = 1100, MINHA_SKILL = 2100, MINHA_SKILL = 3100, [...] I tried several, several IDs and when I recompile appears: example: ..\src\map\skill.c(5561) : error C2196: case value '2100' already used impossible! where I'm going wrong? thanks! ^^ Quote
malufett Posted November 24, 2012 Posted November 24, 2012 Make sure you use unique ID in the enum e_skill @ skill.h better start at the end of the skill OB_AKAITSUKI Quote
Question
Tio Akima
every skill I try to add says the case is already being used!
example:
MINHA_SKILL = 1100,
MINHA_SKILL = 2100,
MINHA_SKILL = 3100,
[...]
I tried several, several IDs
and when I recompile appears:
example:
impossible!
where I'm going wrong?
thanks! ^^
2 answers 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.