Active+ Member jking 428 Posted November 1, 2024 Active+ Member Share Posted November 1, 2024 Hello, I’d like to share my location-saving and teleportation system with you. The system uses pseudo-caching, so it doesn’t overload the database. It has been tested on a server with over 1,000 players online without any issues. Preview: You can find it on GitHub: This is the hidden content, please Sign In or Sign Up or via metin2.download This is the hidden content, please Sign In or Sign Up Metin2 Download 46 14 Link to comment https://metin2.dev/topic/33167-saved-locations-system-with-pseudo-caching/ Share on other sites More sharing options...
ARK 0 Posted November 3, 2024 Share Posted November 3, 2024 thanks for release bro but main question is When Sanctum s3? 1 Link to comment https://metin2.dev/topic/33167-saved-locations-system-with-pseudo-caching/#findComment-167899 Share on other sites More sharing options...
TIMEK 0 Posted December 8, 2024 Share Posted December 8, 2024 saved_locations_manager.cpp:322:6: error: use of undeclared identifier 'IS_REQUIRED_ITEM_MAP' Gdzie to zadeklarować ? Link to comment https://metin2.dev/topic/33167-saved-locations-system-with-pseudo-caching/#findComment-168543 Share on other sites More sharing options...
Active+ Member jking 428 Posted December 8, 2024 Author Active+ Member Share Posted December 8, 2024 (edited) 1 hour ago, TIMEK said: saved_locations_manager.cpp:322:6: error: use of undeclared identifier 'IS_REQUIRED_ITEM_MAP' Gdzie to zadeklarować ? char.h: // find: extern int g_nPortalLimitTime; // add below: extern bool IS_REQUIRED_ITEM_MAP(DWORD dwMapIndex); char.cpp: // add under includes: bool IS_REQUIRED_ITEM_MAP(DWORD dwMapIndex); bool IS_REQUIRED_ITEM_MAP(DWORD dwMapIndex) { switch (dwMapIndex) { case 71: // pajaki v2 case 72: // grota case 73: // grota v2 return true; } if (dwMapIndex > 10000) { return true; } return false; } Edited December 8, 2024 by jking Link to comment https://metin2.dev/topic/33167-saved-locations-system-with-pseudo-caching/#findComment-168546 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