Jump to content

Recommended Posts

 

 

Wolfman problem ;

 

 

gLBvRZ.png

 

 

CH_1 Syser.txt

 

SYSERR: Nov  1 19:23:51 :: NewPlayerTable2: NewPlayerTable2.OUT_OF_RACE_RANGE(8 >= max(8))
 
SYSERR: Nov  1 19:23:51 :: CharacterCreate: player_prototype error: job 8 face 3 
 
Skype ; maxmi33

 

I'll share if I can solve the problem.

 

 

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

I didn't even try to add the fifth char., but as the syserr says, there's probably a flag that needs to be updated.
Look at this:

 

void CHARACTER::SetRace(BYTE race)
{
	if (race >= MAIN_RACE_MAX_NUM)
	{
		sys_err("CHARACTER::SetRace(name=%s, race=%d).OUT_OF_RACE_RANGE", GetName(), race);
		return;
	}

Search in ActorInstance.cpp for:

 

enum
{
	MAIN_RACE_MAX_NUM = 8,
};

Change the number 8 with 9, and that should solve the problem.

P.s: Wrong section, and wrong forum too I guess, only releases allowed.

  • Love 1
Link to comment
Share on other sites

 

 

I didn't even try to add the fifth char., but as the syserr says, there's probably a flag that needs to be updated.

Look at this:

 

void CHARACTER::SetRace(BYTE race)

{

    if (race >= MAIN_RACE_MAX_NUM)

    {

        sys_err("CHARACTER::SetRace(name=%s, race=%d).OUT_OF_RACE_RANGE", GetName(), race);

        return;

    }

Search in ActorInstance.cpp for:

 

enum

{

    MAIN_RACE_MAX_NUM = 8,

};

Change the number 8 with 9, and that should solve the problem.

P.s: Wrong section, and wrong forum too I guess, only releases allowed.

 

 

 

Already there is set to 9. I solved the problem?

 

 

Link to comment
Share on other sites

I am wondering something. Are you planning to look at my topic after want to help on metin2dev?

 

a3e9Ofs.png?1

 

Best Regards

Ellie

I do not need your help. I just browse. Metin2 beta already given everything. You're also trying to do the same with the original server. A system or plan that you do not scratch. Totally not something that belongs to you. Why are you angry? If there's a problem at the post.

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • Bronze

 

Then why?

 

xRMGe68.png?1

Have you ever wanted to help, but help? You did not. You did not even reply. But I did it without your help. That's why you're more concerned with what?

 

 

Concern? I think you're fooling yourself. What ever

 

Best Regards

Ellie

Edited by Metin2 Dev
Core X - External 2 Internal

Do not be sorry, be better.

Link to comment
Share on other sites

 

 

Then why?

 

xRMGe68.png?1

Have you ever wanted to help, but help? You did not. You did not even reply. But I did it without your help. That's why you're more concerned with what?

 

 

Concern? I think you're fooling yourself. What ever

 

Best Regards

Ellie

 

You did not help me? I wanted to help you, but you did not help me. Now I think you're jealous of the challenge.

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • Bronze

 

 

 

Then why?

 

xRMGe68.png?1

Have you ever wanted to help, but help? You did not. You did not even reply. But I did it without your help. That's why you're more concerned with what?

 

 

Concern? I think you're fooling yourself. What ever

 

Best Regards

Ellie

 

You did not help me? I wanted to help you, but you did not help me. Now I think you're jealous of the challenge.

 

 

Waste of time. You become blind to understand.

 

Best Regards

Ellie

Edited by Metin2 Dev
Core X - External 2 Internal

Do not be sorry, be better.

Link to comment
Share on other sites

 

 

 

 

Then why?

 

xRMGe68.png?1

Have you ever wanted to help, but help? You did not. You did not even reply. But I did it without your help. That's why you're more concerned with what?

 

 

Concern? I think you're fooling yourself. What ever

 

Best Regards

Ellie

 

You did not help me? I wanted to help you, but you did not help me. Now I think you're jealous of the challenge.

 

 

Waste of time. You become blind to understand.

 

Best Regards

Ellie

 

Did not take a single message to help. Except you do not draw others to his Wolfman. You're funny. Art goodnight :)

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
Share on other sites

  • Premium

I don't know why there's many trouble about this wolfman...

 

Everybody, even with no C++/python knowledge can add it.

 

You have to edit basic functions and add "wolfman" or "wolfman_m" sometimes.

 

At many other points, you have to copy the dagger and replace it with claws.

 

For the bonus and the emotions, you have just to add some lines.

 

And you have to modify a bit your dump_proto (you have to compile it)

 

The main difficulty is the slot rotation, but someone release the right rotation (Thx). Some "bugs" are purely caused by lake of logic, trust me, I've got some "noob" error.

 

So why I didn't sell the wolfman ? Because Ellie put his thread before I finished the wolfman, and nowadays, Ellie got a better wolfman than mine (For the skills for example, or bleeding.). And because I don't want to sell ymir work, and if I sell it, nobody can learn by himself about the 5th race.

 

Have a nice day.

 

 

  • Love 2
Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.