Jump to content

A question for developers x2


Recommended Posts

Hello again :D

I have a stupid question,if it's possible ..

Can i scale characters with this code ? i mind ,characters didnt have an id to type in this function,if i can scale characters (sura/warr/ninja/shaman) how can i modify this function ? Thx.

	if(m_dwRace == 9003 || m_dwRace == 9010){
		float scale = c_rkCreateData.m_dwLevel * 0.009f + 0.65f;
		m_GraphicThingInstance.SetScaleNew(scale, scale, scale);
	}
	else
		m_GraphicThingInstance.SetScaleNew(1.0f,1.0f,1.0f);

I want characters a little small,will be wonderfull <3

Link to comment
Share on other sites

  • Replies 4
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

  • Premium

Hello,

If you want all characters to be smaller you can use granny's pre-processor and simply rescale the model.

But I don't think you can change the scale of a specific entity (I.e only one wild dog in a group of X) on the fly without reloading client and without changing the scale of all the other similar dogs, even with mob_scale.

Metin2 engine is quite archaic indeed

Link to comment
Share on other sites

Acum 1 minut, Galet a spus:

Hello,

If you want all characters to be smaller you can use granny's pre-processor and simply rescale the model.

But I don't think you can change the scale of a specific entity (I.e only one wild dog in a group of X) on the fly without reloading client and without changing the scale of all the other similar dogs, even with mob_scale.

Metin2 engine is quite archaic indeed

Hi galet,thank you for you'r reply.

I have a system i can scale everything.mobs,npcs and more,and with that code i scale them,i ask here,how can i modify the code to scale characters too ?

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.