Anyone knows how to enable level requirement to create Extreme Class like Ran PH?
Anyone knows how to enable level requirement to create Extreme Class like Ran PH?
do this in your source code, get all info of your character. if you have 2 characters created, get both data and compare it in their level or what you want. like:
if ( char1 >= 195 ) then you can create your extreme class...
this will be my sample logic for you
i suggest put it inside ranclientuilib where in you will create your character.
what specific cpp sir? sorry im newbie