Taz21 52 Posted July 31, 2017 Share Posted July 31, 2017 (edited) This is the hidden content, please Sign In or Sign Up Edited August 26, 2022 by Metin2 Dev Core X - External 2 Internal 25 7 1 16 Link to comment https://metin2.dev/topic/16479-dead-download-link-c-6-inventory-safebox-we-need-you/ Share on other sites More sharing options...
kordel33 0 Posted August 16, 2017 Share Posted August 16, 2017 I have bug with 6th slot :/ Link to comment https://metin2.dev/topic/16479-dead-download-link-c-6-inventory-safebox-we-need-you/#findComment-91830 Share on other sites More sharing options...
Premium mackabro2 225 Posted October 22, 2017 Premium Share Posted October 22, 2017 I think it's missing MySQL party. Link to comment https://metin2.dev/topic/16479-dead-download-link-c-6-inventory-safebox-we-need-you/#findComment-93990 Share on other sites More sharing options...
Active Member ReFresh 2684 Posted December 3, 2017 Active Member Share Posted December 3, 2017 Can someone fix this tutorial? I'll be always helpful! Link to comment https://metin2.dev/topic/16479-dead-download-link-c-6-inventory-safebox-we-need-you/#findComment-95680 Share on other sites More sharing options...
Xerneas 10 Posted December 7, 2017 Share Posted December 7, 2017 How can it works without datatype changes? I mean the databyte from the safebox is byte. Link to comment https://metin2.dev/topic/16479-dead-download-link-c-6-inventory-safebox-we-need-you/#findComment-95818 Share on other sites More sharing options...
Active Member ReFresh 2684 Posted February 22, 2018 Active Member Share Posted February 22, 2018 Can someone fix it? I'll be always helpful! Link to comment https://metin2.dev/topic/16479-dead-download-link-c-6-inventory-safebox-we-need-you/#findComment-99005 Share on other sites More sharing options...
Premium TAUMP 994 Posted February 22, 2018 Premium Share Posted February 22, 2018 22 minutes ago, ReFresh said: Can someone fix it? ne Link to comment https://metin2.dev/topic/16479-dead-download-link-c-6-inventory-safebox-we-need-you/#findComment-99007 Share on other sites More sharing options...
Forum Moderator Raylee 689 Posted February 22, 2018 Forum Moderator Share Posted February 22, 2018 vor 59 Minuten schrieb ReFresh: Can someone fix it? I think we have at the moment not enough programmers here on metin2dev what would spend time to fix it Best regards Raylee Link to comment https://metin2.dev/topic/16479-dead-download-link-c-6-inventory-safebox-we-need-you/#findComment-99008 Share on other sites More sharing options...
RcDragon 1 Posted July 31, 2018 Share Posted July 31, 2018 Hi guys, I've tried to put this on my server, it wasn't working so well with 6 pages, so I reduced it to just 5, and it worked perfectly but I've got a bug, when I try o take an item from the mall storeroom I get DC. So I've been thinking... The storage is an original part of Metin2, can't we just "expand" the number of pages with 2 or 3 simple changes? Link to comment https://metin2.dev/topic/16479-dead-download-link-c-6-inventory-safebox-we-need-you/#findComment-104138 Share on other sites More sharing options...
Active Member ReFresh 2684 Posted October 12, 2018 Active Member Share Posted October 12, 2018 I made it working for 550 slots but I can't use it for 600 slots. I can't move items on slots higher than 550 and I can't move items in safebox i must move them into a inventory and then again to safebox. Someone have fix for it? I'll be always helpful! Link to comment https://metin2.dev/topic/16479-dead-download-link-c-6-inventory-safebox-we-need-you/#findComment-107250 Share on other sites More sharing options...
genezis 0 Posted January 24, 2019 Share Posted January 24, 2019 9*5*6 = 270 DWORD's limit = 255.. Change DWORD to int. bool CSafebox::IsEmpty(DWORD dwPos, BYTE bSize) //Replace with: bool CSafebox::IsEmpty(DWORD dwPos, DWORD bSize) Remplace with : Code: bool CSafebox::IsEmpty(int dwPos, int bSize) Link to comment https://metin2.dev/topic/16479-dead-download-link-c-6-inventory-safebox-we-need-you/#findComment-111012 Share on other sites More sharing options...
metin2team 791 Posted January 24, 2019 Share Posted January 24, 2019 (edited) 7 hours ago, genezis said: DWORD's limit = 255.. Change DWORD to int. 255 is byte's max value. https://docs.microsoft.com/en-us/windows/desktop/WinProg/windows-data-types On 8/16/2017 at 1:05 PM, kordel33 said: I have bug with 6th slot this is a general word, you have to be more specific. Edited August 25, 2022 by Metin2 Dev Core X - External 2 Internal 1 Link to comment https://metin2.dev/topic/16479-dead-download-link-c-6-inventory-safebox-we-need-you/#findComment-111018 Share on other sites More sharing options...
Active Member hachiwari 142 Posted January 24, 2019 Active Member Share Posted January 24, 2019 8 godzin temu, genezis napisał: 9*5*6 = 270 DWORD's limit = 255.. Change DWORD to int. bool CSafebox::IsEmpty(DWORD dwPos, BYTE bSize) //Replace with: bool CSafebox::IsEmpty(DWORD dwPos, DWORD bSize) Remplace with : Code: bool CSafebox::IsEmpty(int dwPos, int bSize) X D 2 Link to comment https://metin2.dev/topic/16479-dead-download-link-c-6-inventory-safebox-we-need-you/#findComment-111021 Share on other sites More sharing options...
genezis 0 Posted January 24, 2019 Share Posted January 24, 2019 (edited) hace 1 hora, metin2team dijo: 255 is byte's max value. https://docs.microsoft.com/en-us/windows/desktop/WinProg/windows-data-types this is a general word, you have to be more specific. hace 1 hora, metin2team dijo: The bug is: - Have only 256 Slot (From 0 to 255) So the last 3 lines of slot doesen't work. doesen't take item. Justo ahora, genezis dijo: The bug is: - Have only 256 Slot (From 0 to 255) So the last 3 lines of slot doesen't work. doesen't take item. -- Dwork Limit in c++ is 255 Edited August 25, 2022 by Metin2 Dev Core X - External 2 Internal Link to comment https://metin2.dev/topic/16479-dead-download-link-c-6-inventory-safebox-we-need-you/#findComment-111028 Share on other sites More sharing options...
Active Member hachiwari 142 Posted January 24, 2019 Active Member Share Posted January 24, 2019 1 godzinę temu, genezis napisał: The bug is: - Have only 256 Slot (From 0 to 255) So the last 3 lines of slot doesen't work. doesen't take item. -- Dwork Limit in c++ is 255 You are crazy man Link to comment https://metin2.dev/topic/16479-dead-download-link-c-6-inventory-safebox-we-need-you/#findComment-111033 Share on other sites More sharing options...
ManiacRobert 466 Posted January 24, 2019 Share Posted January 24, 2019 dwork https://www.tutorialspoint.com/cplusplus/cpp_data_types.htm 1 1 Link to comment https://metin2.dev/topic/16479-dead-download-link-c-6-inventory-safebox-we-need-you/#findComment-111036 Share on other sites More sharing options...
Active Member ReFresh 2684 Posted February 8, 2019 Active Member Share Posted February 8, 2019 I will find solution alone. I'll be always helpful! Link to comment https://metin2.dev/topic/16479-dead-download-link-c-6-inventory-safebox-we-need-you/#findComment-111617 Share on other sites More sharing options...
Hiro 0 Posted November 23, 2023 Share Posted November 23, 2023 Hello, new link? On 7/31/2017 at 7:57 PM, Taz21 said: This is the hidden content, please Sign In or Sign Up Link to comment https://metin2.dev/topic/16479-dead-download-link-c-6-inventory-safebox-we-need-you/#findComment-161187 Share on other sites More sharing options...
Jimmermania 32 Posted March 20 Share Posted March 20 On 1/24/2019 at 10:55 PM, genezis said: The bug is: - Have only 256 Slot (From 0 to 255) So the last 3 lines of slot doesen't work. doesen't take item. -- Dwork Limit in c++ is 255 Have anyone fixed this problem? it still exists. “𝓐𝓵𝓵 𝔀𝓮 𝓱𝓪𝓿𝓮 𝓽𝓸 𝓭𝓮𝓬𝓲𝓭𝓮 𝓲𝓼 𝔀𝓱𝓪𝓽 𝓽𝓸 𝓭𝓸 𝔀𝓲𝓽𝓱 𝓽𝓱𝓮 𝓽𝓲𝓶𝓮 𝓽𝓱𝓪𝓽 𝓲𝓼 𝓰𝓲𝓿𝓮𝓷 𝓾𝓼.” ~ 𝓖𝓪𝓷𝓭𝓪𝓵𝓯 𝓽𝓱𝓮 𝓖𝓻𝓮𝔂 Link to comment https://metin2.dev/topic/16479-dead-download-link-c-6-inventory-safebox-we-need-you/#findComment-169981 Share on other sites More sharing options...
Recommended Posts
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 sign in to comment
You will be able to leave a comment after signing in
Sign In Now