Jump to content

Official Event Metin Stone Shape Change [REVERSED]


Recommended Posts

  • Honorable Member

This is the hidden content, please

This is the hidden content, please

Reversed from 22.2.7.0 Official Binary.

+ Football Metin Stone From 22.5.7.0:

209556844-061b05f2-29d5-4f7b-ab08-44116d

 

Functions were in different modules, I gathered them on a single module.

Do not forget to get proto and other files for metin stones from official packs.

Edited by Metin2 Dev
Core X - External 2 Internal
  • Metin2 Dev 173
  • Eyes 2
  • Cry 1
  • Think 1
  • Scream 2
  • Good 25
  • muscle 1
  • Love 2
  • Love 87

 

Link to comment
Share on other sites

  • Premium

Excellent thanks for sharing it works great for me.

UIRL: https://metin2.download/picture/XyWijkd6guMsiCu6i0rVx3nSGp2rd1m8/.png

Edited by Metin2 Dev
Core X - External 2 Internal

░▒▓█►─═ Ⓕⓘⓖⓗⓣ ⓕⓞⓡ ⓨⓞⓤⓡ ⓓⓡⓔⓐⓜⓢ    ,⃝ ⓝⓔⓥⓔⓡ ⓢⓣⓞⓟ    .⃝ ═─◄█▓▒░

Link to comment
Share on other sites

@ Mali

 

Hello.

What you do is very good. Your contributions to the community are truly incredible. You deserve great respect bro.

I am amazed by your knowledge. That's why I'm asking you for this community. The official game has a novelty for WhiteDragon.

When WhiteDragon's boss uses a skill, the player's screen freezes.(ice effect)

ymir work\ui\whitedragon_damage_01.dds you can check this image. Thank you very much in advance.

Edited by BadRomani
ice effect
Link to comment
Share on other sites

  • 2 weeks later...
  • 3 weeks later...

@ Mali

Big Bug


spacer.png

 

When I put on the costume (costume body), the character's weapon breaks down. Or if I have a costume on (costume body), the weapon in the character's hand is broken.

Weapon breaks down for all characters.

I disabled the locale_inc.h of the system and the problem went away.
I enabled #define and the problem recurred.

 

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

  • 3 weeks later...

This system is very good, but I don't understand where I can change the codes for the metin stone, such that I can use another code instead of 8200, 8201, 8202, etc.

It works, but I would like to add a few more stones like for Christmas, Easter...

https://metin2.download/video/5L8wX0b8qnD9nrN32sbP2bseFk3xc85Q/.mp4

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

  • Premium
32 minutes ago, Mafia83 said:

This system is very good, but I don't understand where I can change the codes for the metin stone, such that I can use another code instead of 8200, 8201, 8202, etc.

It works, but I would like to add a few more stones like for Christmas, Easter...

https://metin2.download/video/5L8wX0b8qnD9nrN32sbP2bseFk3xc85Q/.mp4

just do it?

        if ((dwRace >= 0x1F41 && dwRace <= 0x1F68) || (dwRace >= 0x1F73 && dwRace <= 0x1FB3))
            pkInstEach->ChangeStoneShape(bEnable ? 0x200F : dwRace, 0);

5 minutes ago, TAUMP said:

just do it?

        if ((dwRace >= 0x1F41 && dwRace <= 0x1F68) || (dwRace >= 0x1F73 && dwRace <= 0x1FB3))
            pkInstEach->ChangeStoneShape(bEnable ? 0x200F : dwRace, 0);

 Just change these hex numbeers to normal, my god 😞


 

Link to comment
Share on other sites

9 minutes ago, TAUMP said:

just do it?

        if ((dwRace >= 0x1F41 && dwRace <= 0x1F68) || (dwRace >= 0x1F73 && dwRace <= 0x1FB3))
            pkInstEach->ChangeStoneShape(bEnable ? 0x200F : dwRace, 0);

 Just change these hex numbeers to normal, my god 😞

Why didn't he use normal numbers from the beginning? 😅

Thanks anyway. 🥰

Link to comment
Share on other sites

  • 1 month later...
  • 1 month later...

I have some problems can you help me

16>D:\ادوات ماتيبن2\الملفات\ملفات اتشي\m2_client\Srcs\Client\UserInterface\MetinstoneSwapManager.h(45): error C2143: syntax error: missing ';' before '<' 16>D:\ادوات ماتيبن2\الملفات\ملفات اتشي\m2_client\Srcs\Client\UserInterface\MetinstoneSwapManager.h(45): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 16>D:\ادوات ماتيبن2\الملفات\ملفات اتشي\m2_client\Srcs\Client\UserInterface\MetinstoneSwapManager.h(45): error C2238: unexpected token(s) preceding ';' 16>PythonNetworkStreamPhaseLoading.cpp 16>D:\ادوات ماتيبن2\الملفات\ملفات اتشي\m2_client\Srcs\Client\UserInterface\MetinstoneSwapManager.h(44): error C2039: 'unordered_map': is not a member of 'std' 16>D:\ادوات ماتيبن2\الملفات\ملفات اتشي\m2_client\Srcs\extern\include\boost\move\detail\iterator_traits.hpp(29): note: see declaration of 'std' 16>D:\ادوات ماتيبن2\الملفات\ملفات اتشي\m2_client\Srcs\Client\UserInterface\MetinstoneSwapManager.h(44): error C2143: syntax error: missing ';' before '<' 16>D:\ادوات ماتيبن2\الملفات\ملفات اتشي\m2_client\Srcs\Client\UserInterface\MetinstoneSwapManager.h(44): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 16>D:\ادوات ماتيبن2\الملفات\ملفات اتشي\m2_client\Srcs\Client\UserInterface\MetinstoneSwapManager.h(44): error C2238: unexpected token(s) preceding ';' 16>D:\ادوات ماتيبن2\الملفات\ملفات اتشي\m2_client\Srcs\Client\UserInterface\MetinstoneSwapManager.h(45): error C2039: 'unordered_map': is not a member of 'std' 16>D:\ادوات ماتيبن2\الملفات\ملفات اتشي\m2_client\Srcs\extern\include\boost\move\detail\iterator_traits.hpp(29): note: see declaration of 'std' 16>D:\ادوات ماتيبن2\الملفات\ملفات اتشي\m2_client\Srcs\Client\UserInterface\MetinstoneSwapManager.h(45): error C2143: syntax error: missing ';' before '<' 16>D:\ادوات ماتيبن2\الملفات\ملفات اتشي\m2_client\Srcs\Client\UserInterface\MetinstoneSwapManager.h(45): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 16>D:\ادوات ماتيبن2\الملفات\ملفات اتشي\m2_client\Srcs\Client\UserInterface\MetinstoneSwapManager.h(45): error C2238: unexpected token(s) preceding ';' 16>PythonNetworkStreamPhaseLogin.cpp 16>PythonNetworkStreamPhaseOffline.cpp 16>D:\ادوات ماتيبن2\الملفات\ملفات اتشي\m2_client\Srcs\Client\UserInterface\MetinstoneSwapManager.h(44): error C2039: 'unordered_map': is not a member of 'std' 16>D:\ادوات ماتيبن2\الملفات\ملفات اتشي\m2_client\Srcs\extern\include\boost\move\detail\iterator_traits.hpp(29): note: see declaration of 'std' 16>D:\ادوات ماتيبن2\الملفات\ملفات اتشي\m2_client\Srcs\Client\UserInterface\MetinstoneSwapManager.h(44): error C2143: syntax error: missing ';' before '<' 16>D:\ادوات ماتيبن2\الملفات\ملفات اتشي\m2_client\Srcs\Client\UserInterface\MetinstoneSwapManager.h(44): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 16>D:\ادوات ماتيبن2\الملفات\ملفات اتشي\m2_client\Srcs\Client\UserInterface\MetinstoneSwapManager.h(44): error C2238: unexpected token(s) preceding ';' 16>D:\ادوات ماتيبن2\الملفات\ملفات اتشي\m2_client\Srcs\Client\UserInterface\MetinstoneSwapManager.h(45): error C2039: 'unordered_map': is not a member of 'std' 16>D:\ادوات ماتيبن2\الملفات\ملفات اتشي\m2_client\Srcs\extern\include\boost\move\detail\iterator_traits.hpp(29): note: see declaration of 'std' 16>D:\ادوات ماتيبن2\الملفات\ملفات اتشي\m2_client\Srcs\Client\UserInterface\MetinstoneSwapManager.h(45): error C2143: syntax error: missing ';' before '<' 16>D:\ادوات ماتيبن2\الملفات\ملفات اتشي\m2_client\Srcs\Client\UserInterface\MetinstoneSwapManager.h(45): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 16>D:\ادوات ماتيبن2\الملفات\ملفات اتشي\m2_client\Srcs\Client\UserInterface\MetinstoneSwapManager.h(45): error C2238: unexpected token(s) preceding ';' 16>PythonNetworkStreamPhaseSelect.cpp 16>ServerStateChecker.cpp 16>ServerStateCheckerModule.cpp 16>CheckLatestFiles.cpp 16>Hackshield.cpp 16>NProtectGameGuard.cpp 16>WiseLogicXTrap.cpp 16>GameType.cpp 16>MovieMan.cpp 16>D:\ادوات ماتيبن2\الملفات\ملفات اتشي\m2_client\Srcs\Client\UserInterface\MetinstoneSwapManager.h(44): error C2039: 'unordered_map': is not a member of 'std' 16>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.20.27508\include\mutex(25): note: see declaration of 'std' 16>D:\ادوات ماتيبن2\الملفات\ملفات اتشي\m2_client\Srcs\Client\UserInterface\MetinstoneSwapManager.h(44): error C2143: syntax error: missing ';' before '<' 16>D:\ادوات ماتيبن2\الملفات\ملفات اتشي\m2_client\Srcs\Client\UserInterface\MetinstoneSwapManager.h(44): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 16>D:\ادوات ماتيبن2\الملفات\ملفات اتشي\m2_client\Srcs\Client\UserInterface\MetinstoneSwapManager.h(44): error C2238: unexpected token(s) preceding ';' 16>D:\ادوات ماتيبن2\الملفات\ملفات اتشي\m2_client\Srcs\Client\UserInterface\MetinstoneSwapManager.h(45): error C2039: 'unordered_map': is not a member of 'std' 16>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.20.27508\include\mutex(25): note: see declaration of 'std' 16>D:\ادوات ماتيبن2\الملفات\ملفات اتشي\m2_client\Srcs\Client\UserInterface\MetinstoneSwapManager.h(45): error C2143: syntax error: missing ';' before '<' 16>D:\ادوات ماتيبن2\الملفات\ملفات اتشي\m2_client\Srcs\Client\UserInterface\MetinstoneSwapManager.h(45): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 16>D:\ادوات ماتيبن2\الملفات\ملفات اتشي\m2_client\Srcs\Client\UserInterface\MetinstoneSwapManager.h(45): error C2238: unexpected token(s) preceding ';' 16>UserInterface.cpp 16>D:\ادوات ماتيبن2\الملفات\ملفات اتشي\m2_client\Srcs\Client\UserInterface\MetinstoneSwapManager.h(44): error C2039: 'unordered_map': is not a member of 'std' 16>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.20.27508\include\mutex(25): note: see declaration of 'std' 16>D:\ادوات ماتيبن2\الملفات\ملفات اتشي\m2_client\Srcs\Client\UserInterface\MetinstoneSwapManager.h(44): error C2143: syntax error: missing ';' before '<' 16>D:\ادوات ماتيبن2\الملفات\ملفات اتشي\m2_client\Srcs\Client\UserInterface\MetinstoneSwapManager.h(44): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 16>D:\ادوات ماتيبن2\الملفات\ملفات اتشي\m2_client\Srcs\Client\UserInterface\MetinstoneSwapManager.h(44): error C2238: unexpected token(s) preceding ';' 16>D:\ادوات ماتيبن2\الملفات\ملفات اتشي\m2_client\Srcs\Client\UserInterface\MetinstoneSwapManager.h(45): error C2039: 'unordered_map': is not a member of 'std' 16>C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Tools\MSVC\14.20.27508\include\mutex(25): note: see declaration of 'std' 16>D:\ادوات ماتيبن2\الملفات\ملفات اتشي\m2_client\Srcs\Client\UserInterface\MetinstoneSwapManager.h(45): error C2143: syntax error: missing ';' before '<' 16>D:\ادوات ماتيبن2\الملفات\ملفات اتشي\m2_client\Srcs\Client\UserInterface\MetinstoneSwapManager.h(45): error C4430: missing type specifier - int assumed. Note: C++ does not support default-int 16>D:\ادوات ماتيبن2\الملفات\ملفات اتشي\m2_client\Srcs\Client\UserInterface\MetinstoneSwapManager.h(45): error C2238: unexpected token(s) preceding ';' 16>Generating Code... 16>Done building project "UserInterface.vcxproj" -- FAILED. ========== Build: 14 succeeded, 2 failed, 0 up-to-date, 0 skipped ==========

  • Facepalm 2
  • Confused 1
Link to comment
Share on other sites

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.