Jump to content

Recommended Posts

  • Premium

This is the hidden content, please

Metin2 Download or
This is the hidden content, please

 

Hello!

I know, this system is released on a lot of forums but those are not the full systems.

I left a "readme" in the playersettingsmodule.py, please read.

If you miss something, tell me. If you have problem with the system, i can try to help you. ?

And last but not least, THE BASE SYSTEM IS NOT MINE. I just re-edited and "fixed".

Proof vid:
 

Spoiler

.gif

Sorry for my bad english.. ?

UPDATE

  InstanceBase.cpp:

Search:

	if (dwSash == 85020)
	{
		m_dwSashEffect = EFFECT_REFINED + EFFECT_WINGS_NEWS2;
		__EffectContainer_AttachEffect(m_dwSashEffect);
	}

Rreplace with:

	if (dwSash == 85020)
	{
		fSpecular += 35; // im the new
		m_dwSashEffect = EFFECT_REFINED + EFFECT_WINGS_NEWS2;
		__EffectContainer_AttachEffect(m_dwSashEffect);
	}

 

This is the hidden content, please



 

Edited by Ulthar
update
  • Metin2 Dev 294
  • kekw 7
  • Eyes 8
  • Flame 1
  • Dislove 5
  • Sad 1
  • Smile Tear 1
  • Think 4
  • Confused 1
  • Scream 2
  • Lmao 1
  • Good 78
  • muscle 2
  • Love 25
  • Love 185

Ulthar

Link to comment
https://metin2.dev/topic/29354-wing-system-full/
Share on other sites

  • 3 weeks later...

Did all steps but not working. It shows only the shining stars from sash without textures.
There are some photo from source code and the python.
Ingame
Instancebase.cpp
Instancebase.h
Playersettingsmodule.py

 

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
https://metin2.dev/topic/29354-wing-system-full/#findComment-151183
Share on other sites

  • Premium
6 hours ago, TonisBoss said:

Did all steps but not working. It shows only the shining stars from sash without textures.
There are some photo from source code and the python.

Try the SAME what i wrote in the tutorial, do not change anything. After if its working, you can change the ID range.

Ulthar

Link to comment
https://metin2.dev/topic/29354-wing-system-full/#findComment-151188
Share on other sites

7 hours ago, Ulthar said:

Try the SAME what i wrote in the tutorial, do not change anything. After if its working, you can change the ID range.

Instancebase.cpp
Did that as it is in itemproto etc. . Now it doesn't show shining stars and no textures too. 

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
https://metin2.dev/topic/29354-wing-system-full/#findComment-151193
Share on other sites

  • Premium
2 hours ago, TonisBoss said:

Did that as it is in itemproto etc. . Now it doesn't show shining stars and no textures too. 

Interesting... I installed 3 times 3 different files, and everything was fine ? Idonno whats wrong

Ulthar

Link to comment
https://metin2.dev/topic/29354-wing-system-full/#findComment-151196
Share on other sites

  • 2 weeks later...

can someone tell me how can i get this done, i tried for my own and it didnt work

void CInstanceBase::SetAcce(DWORD eAcce)
{
	if (IsPC() == false)
		return;
 
	__ClearAcceRefineEffect();
	float fSpecular = 0.0f;
	int iAcce = (eAcce > 100) ? (int)(eAcce - 100) : (int)(eAcce);
	if (eAcce > 100)
	{
		fSpecular = 100.0f;
		m_acceEffect = EFFECT_REFINED+EFFECT_ACCE_SPECIAL;
		__EffectContainer_AttachEffect(m_acceEffect);
	}
 
	m_awPart[CRaceData::PART_ACCE] = iAcce;
	m_GraphicThingInstance.SetAcce(iAcce, fSpecular);
}

 

Link to comment
https://metin2.dev/topic/29354-wing-system-full/#findComment-151404
Share on other sites

  • 1 year later...

@edit. Resolved. For those who dont know why they have no txt, edit .mde and i the first or any other line in this code is Path for the graphic. Watch out with edition Path, that must have similar count of signs.

 

Edited by Makaveli
  • Love 1
Link to comment
https://metin2.dev/topic/29354-wing-system-full/#findComment-161113
Share on other sites

  • 1 year later...
  • 8 months later...
  • 4 months later...
  • 1 month later...

Don't use any images from : imgur, turkmmop, freakgamers, inforge, hizliresim... Or your content will be deleted without notice...
Use : https://metin2.download/media/add/

Please use https://metin2.download/ when uploading files smaller than 100MB, otherwise the approval will take longer due to manual upload.

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • 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.