Jump to content

Recommended Posts

Hey, guys

i´ve implemented the new sashes from the 17.5 Update.

All works fine, but if i wear a 19% absorbtion rate it will set a other sashes as the icon it says...

Here is a screen of that:

18% ( the original sash)

Spoiler

Iui8fab.jpg

and here is the same sash but with 19%

Spoiler

XFawdab.jpg

If you know or if you need something example a code of my source, tell me.

 

Edited by Metin2 Dev
Core X - External 2 Internal
Link to comment
https://metin2.dev/topic/16926-problem-with-the-new-sashes/
Share on other sites

  • 1 month later...

fix for Lennt Sash:

 

InstanceBase.cpp

 

search: void CInstanceBase::SetSash(DWORD dwSash)

dwSash > 86000 to dwSash > 87000 and dwSash -= 1000; to dwSash -= 2000;

 

Serverside:

item.cpp

search: toSetValue += 1000; to toSetValue += 2000;

compile finish!

  • Love 3
Link to comment
https://metin2.dev/topic/16926-problem-with-the-new-sashes/#findComment-94517
Share on other sites

 

13 hours ago, Chris90909090909090 said:

fix for Lennt Sash:

 

InstanceBase.cpp

 

search: void CInstanceBase::SetSash(DWORD dwSash)

dwSash > 86000 to dwSash > 87000 and dwSash -= 1000; to dwSash -= 2000;

 

Serverside:

item.cpp

search: toSetValue += 1000; to toSetValue += 2000;

compile finish!

thx fixed

Link to comment
https://metin2.dev/topic/16926-problem-with-the-new-sashes/#findComment-94539
Share on other sites

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.