Leaderboard
Popular Content
Showing content with the highest reputation on 11/04/2024 in all areas
-
Previews: [Hidden Content] [Hidden Content] [Hidden Content] [Hidden Content] [Hidden Content] [Hidden Content] [Hidden Content] [Hidden Content] [Hidden Content] [Hidden Content] [Hidden Content] Mysql 5.6 Freebsd 12+ If you need help with instalation, text me on discord metin2.network Download: Download Link Solana.rar Necesary Libs Libs.rar20 points
-
[Hidden Content] [Hidden Content] [Hidden Content] enjoy more than 3000systems goodluck all free [Hidden Content] soon I release my version 4.0 serverfiles free stay tuned in the discord4 points
-
Client windows animation, You see this other servers/forum but no one shared yet. I'll share you cuz i didn't see here [Hidden Content]2 points
-
2 points
-
A client-sided anti-cheat developed during a freelance project to "plug-in" to a proprietary client for a private server. Includes memory integrity checks, thread execution restrictions, hook detection, memory honeypots, and more. *Memory Integrity Check Gathers a collection of memory pages initially within the game's module (anticheat::cheat_monitor::init) and generates a CRC32 hash based on the memory contents of each page (calc_vpt_hashes) - each validated every cycle (anticheat::cheat_monitor::check_pages). *Thread Blocking Hooks RtlUserThreadStart and checks if the designated address of execution for the thread is within the correct memory bounds. In this case, it is called "image-only execution", where only threads within the primary image (and some other excluded images such as ucrtbased.dll) are allowed to have threads run. If a thread is running outside of these bounds then it is detected as malicious inside an invalid execution space. This also prevents debuggers from attaching the process since RtlUserThreadStart is executed before DbgUiRemoteBreakIn is called which executes outside of the secure boundaries. *Memory Honeypots Memory honeypots are created within the init routine, where memory pages aren't yet accessed, but when they are (which they shouldn't be), it is detected. Prevents "cheat" scanners. *Anti-Debugging Checks the PEB directly (instead of using IsDebuggerPresent, which can be easily looked up) for the value of the BeingDebugged flag as well as the value of NtGlobalFlag. Prone to just directly modifying the BeingDebugged flag to bypass this check though. DbgUiRemoteBreakIn is blocked because debug threads can't be executed in the process (DebugActiveProcess executes a thread within the process, but our process has memory bounds checking, simplified when thread scanning is mentioned.) TBA: Arbitrary Vectored Exception Handling Detection *Protected Functions Similar in concept to a memory integrity check, but specifically detects if Winsock routines designated as "protected" are hooked/modified, preventing user-mode packet modification and reading by software such as WPE Pro and rPE. *Process Scanner Scans each process based on the contents (process name, window name) and unique memory signature. *Module Scanner Scans the loaded modules in the process for any with blacklisted names. Download: RudiAC-master.zip1 point
-
Packages pkg install compat7x-i386 compat8x-i386 compat9x-i386 compat11x-i386 compat12x-i386 Download: [Hidden Content] Password 4Q5b7^!Rv@53L7R86d4d1 point
-
1 point
-
1 point
-
You can take all the zenaris graphics from here to added in your source + fix [Hidden Content] [Hidden Content]1 point
-
I have a very cool gift for you, the latest version of martysama with offline shop sonitex installed! Downlaod: [Hidden Content] [Hidden Content] Password: metin2.network@@@@Best Join our discord server: [Hidden Content]1 point
-
1 point
-
1 point
-
HELLO, THE INFRASTRUCTURE SERVER FILES I WILL SET GLOBALLY IN MY ARCHIVE ARE 8 DIFFERENT LANGUAGES. I ADDED 4-5 SYSTEMS TO THE FILES AND THERE ARE FIXES I HAVE APPLIED IN THE INFRASTRUCTURE. YOU CAN SET IT AS YOU WANT. THOSE WHO HAVE PROBLEMS IN THE INSTALLATION CAN WRITE IN A COMMENT. I WILL HELP YOU . YOU CAN FOLLOW THE CURRENT NOTES BY READING THE MADE IN IT. FREE BSD 12.2 MYSQL 5.6 VİSUAL STUDIO 2022 Download: [Hidden Content]1 point
-
Freebsd 13.2+ Mariadb 10.6.16 pkg install python3 Download: [Hidden Content]1 point
-
1 point
-
1 point
-
Now maybe some of you don't see it as a problem, maybe others do, I hope it helps you Replace in PythonPlayerInput.cpp function ::__OnPressGround With this void CPythonPlayer::__OnPressGround(CInstanceBase& rkInstMain, const TPixelPosition& c_rkPPosPickedGround) { __ClearReservedAction(); __ClearAutoAttackTargetActorID(); #ifdef ENABLE_METIN_QUEUE for (DWORD dwVirtualID : m_vecQuqueAutoAttack) { CInstanceBase* pkInstTarget = NEW_FindActorPtr(dwVirtualID); if (pkInstTarget) { pkInstTarget->SetAutoFarmAffect(false); } } m_vecQuqueAutoAttack.clear(); #endif if (NEW_CancelFishing()) return; if (!__IsMovableGroundDistance(rkInstMain, c_rkPPosPickedGround)) return; if (!rkInstMain.NEW_MoveToDestPixelPositionDirection(c_rkPPosPickedGround)) { __ReserveClickGround(c_rkPPosPickedGround); return; } }1 point
-
pkg install -y boost-all devil cryptopp openssl googletest gcc llvm gmake makedepend python python2 python27 mysql80-server gdb compat8x-amd64 Download: [Hidden Content]1 point
-
Download: [Hidden Content] Required bsd: [Hidden Content] Rar password: kaptanyosun extern for friends who get lib error /home directory and build the server. [Hidden Content] // costume_weapon system added. // quests replaced with martysama quests. // syseer dropping due to skilldesc has been fixed. // syseer was dropping due to missing items in the data file, the missing items have been fixed. // client png support has been added. // login interface has been changed. // Official-Additional-Equipment-Page-main has been added. // v24 item proto update has been made. //-----------------------------------------------------------------------------------// 01/08/2024 // 4 inventory systems have been added. // Official character interface has been added. (screen opened with the c key) //-----------------------------------------------------------------------------------// 03/08/2024 // costume_mount has been added. // All mounts from Official TR have been added. -------------------------------------------------------------------------------------// 05/08/2024 // costume_acce system has been removed from marty files and added. // all official generations have been added. // costume screen has been changed, aura infrastructure has been prepared. // added strength enchantment against texts. // added strong enchantment against bosses. //----------------------------------------------------------------------------------// 08/08/2024 // aura system removed from martysama. // acce and aura system's locale_strings adapted to files. // official character selection screen added. // skill proto issue fixed. //----------------------------------------------------------------------------------------------// 09/08/2024 // dracarys system options system added. // enviroment system added added. // Wide View Angle system added. // shadow setting added to game options. // hd shadow quality added. // effect accumulation fixed when client is minimized. // textures of 1st and 2nd villages changed. //----------------------------------------------------------------------------------------------// 10/08/2024 // __BL_CLIP_MASK__ -- A system was added that prevents text, buttons and images from extending outside the window in scrolling windows. // __BL_MOUSE_WHEEL_TOP_WINDOW__ -- Added a system that keeps scrolling using the mouse wheel on the last clicked window. // __BL_SMOOTH_SCROLL__ -- Added a system that allows the scroll bar to move smoothly. // __BL__DETAILS_UI__ -- Character details system added. // ENABLE_QUEST_RENEWAL -- Quest Page Renewal added. //--------------------------------------------------------------------------------------------// 11/08/2024 // ENABLE_CPP_PSM // fast loading added. // ENABLE_Storing_Affects // A system that allows you to control every effect on the character. // __BL_MOVE_CHANNEL__ // fast channel change system added. // WJ_NEW_DROP_DIALOG // wipe-sell system added. // ENABLE_ITEM_DELETE_SYSTEM // Bulk Delete-Sell module added. //--------------------------------------------------------------------------------------------// 15/08/2024 // (__BL_OFFICIAL_LOOT_FILTER__) // Enable Premium Usage of the Loot Filter System //--------------------------------------------------------------------------------------------// 17/08/2024 // ENABLE_SHOW_CHEST_DROP // Chest mirror system. // ENABLE_LARGE_DYNAMIC_PACKET // Large dynamic packet Utility. // Python-based auto collection system added. (Nonsense, I need a more proper auto collection, of course it will work compatible with loot filter.) // The problem with dragging and changing items from the inventory with the mouse has been fixed. // Loot filter has been added to game options. // Sequence has been completely removed. //------------------------------------------------------------------------------------------------// 24/08/2024 // official yohara system added // official 9th skills added //------------------------------------------------------------------------------------------------// 26/08/2024 // yohara debuf effects and exp problem solved // 9th skill deficiencies fixed, made psm compatible. // Emoji in TextLine added. // ctrl right x10 status giving added. //--------------------------------------------------------------------------------------------// 27/08/2024 // apply_mount reviewed, problems fixed. // infrastructure prepared for glove glove system gloves to glove converted client-server. // proto reader enchantment sorted checked again length.h char.h constad.cpp client packet.h all edited one by one and numbered. -------------------------------------------------------------------------------------// 31/08/2024 // apply_mount removed // all apply and point rows were compared and numbered on the client and game sides. // apply_random was added. // unused 3-4-5 count tables in the mysql item table were deleted. -------------------------------------------------------------------------------------// 02/09/2024 // __PENDANT_SYSTEM__ // official talisman system was added // __GLOVE_SYSTEM__ // official glove system was added // __ELEMENT_SYSTEM__ // official bonuses that came with 17.5 were added. // item_attr was corrected for talismans and gloves, set in completely official style. -------------------------------------------------------------------------------------// 03/09/2024 // official 6-7 enchantment adding system was added // locale_string adaptations were made. It was translated into Turkish. // missing locale_strings related to the acce system were added. // necessary arrangements were made to add 6-7 enchantments to gloves and talismans // problems in the chest mirror system were fixed, right click tooltip was added. // Teleportation quest has been edited. --------------------------------------------------------------------------------------------------// 04/09/2024 // WJ_ENABLE_TRADABLE_ICON added (effect of unsold, untradeable item) // __BL_ENABLE_PICKUP_ITEM_EFFECT__ system added (effect of new item added to inventory) // WJ_ENABLE_TRADABLE_ICON and __BL_ENABLE_PICKUP_ITEM_EFFECT__ systems adapted to aura, belt, clipmask and 6-7 enchantment systems // apply_random system adapted to aura system (only absorption adaptation was not made. I think it would be ridiculous to absorb bonuses that come with random into aura or belt.) --------------------------------------------------------------------------------------------------// 05/09/2024 // VIEW_TARGET_PLAYER_HP // Player HP Bar on TargetBoard * Author: N/A * // VIEW_TARGET_DECIMAL_HP // Monster HP Bar on TargetBoard * Author: N/A * // Fixed db syseri related to aura magic_pct. --------------------------------------------------------------------------------------------------// 07/09/2024 // ENABLE_DS_GRADE_MYTH // mitsi alchemy update // ENABLE_DS_SET // alchemy set bonus system // ENABLE_DSS_ACTIVE_EFFECT_BUTTON // active add-on for alchemy button in inventory while alchemy is open // ENABLE_DS_CHANGE_ATTR // added alchemy enchantment change system // Added an effect to appear in the alchemy window when alchemy is open // Belt bonus cleaning item problems have been resolved. // locale string adaptations of systems have been made and translated into Turkish --------------------------------------------------------------------------------------------------// 08/09/2024 // ENABLE_EXTENDED_DS_INVENTORY // alchemy inventory expansion plugin 3 inventory right now only 1. If you want to use it open (char_item.cpp WORD wBaseCell = ((192 + 32) * 0) + (ds_type * 32); ) edit // ENABLE_DRAGONSOUL_INVENTORY_BOX_SIZE // system that separates the alchemy inventory into sections and adds obstacles according to the fill rate when opening chests // ENABLE_REFINE_RENEWAL // addon that keeps the screen open for plus pressing screen // ENABLE_ELEMENTAL_TARGET // system that makes elements appear on TargetBoard (will be adjusted according to mob proto system) // WJ_SHOW_MOB_INFO // mob information system // ENABLE_SHOW_MOBAIFLAG // mob aggression feature on off // ENABLE_SHOW_MOBLEVEL // mob level feature on off // chest_drop system added occupancy query when opening cordraconis. When the inventory is full, it stops opening and items do not drop on the ground. // plus press screen added how many of the desired item are there system ------------------------------------------------------------------------------------- 12/09/2024 // __HIDE_COSTUME_SYSTEM__ // Costume Hide and Show added // ENABLE_FIX_MOBS_LAG // mob lag fix added // pet quest added a few pet quests have been added for now, but it would be nice if it was ported to C++, it will be researched.. // costume hide system has been adapted to weapon and acce ------------------------------------------------------------------------------------- 13/09/2024 // ENABLE_PET_SUMMON_AFTER_LOGIN // game entry pet control // ENABLE_PROTO_RENEWAL // levelless pet system c++ transportation quest deleted. // __COSTUME_ATTR_SYSTEM__ // official costume enchantment system added // ITEM_ANTIFLAG_TOOLTIP // item antiflag tooltip system added // ENABLE_7AND8TH_SKILLS // Official 7-8 Skill System added ------------------------------------------------------------------------------------- 20/09/2024 // ship_defese hydra dungeon added // hydra locale_string adapted // adapted for game and mysql frebsd work1 point
-
Good day, I offer my entire project called Fey for sale. Fey is a completely finished and ready-to-run oldschool server, which was online in live operation until a few days ago. Due to time constraints it was closed recently. The server is international and available in 5 different languages. English, German, Romanian, Turkish and Polish. What is included in the sale? - Serverfiles. - Source. - Client. - Tools. - Homepage. - Patcher. - Pre-configured firewalls. - All associated designs. - 100% support. As already mentioned, this is a complete project which will be delivered in one piece. The server files have already been online several times by me in live operation, which is why I can guarantee that they are not only secure, but also bug-free/clean and stable. Furthermore, there are several security measures in this project, which I will gladly go into in more detail privately. In addition I can offer to implement more systems and co to the buyer on request, or offer other development guarantees. These will of course be negotiated separately after the main sale. I don't want to see 5 different servers with my files, or 5 different servers with the same designs, and I don't want them to be made public. Therefore the sale is limited once. The whole project will only be sold once. As soon as the project has found a new owner, the sale will end! Here are some insights from the server presentation: (Click here to view the server presentation)1 point
-
1 point
-
Since the people try to bypass the topic saying thx and other spam stuff I created this topic related to this files: Quest part fix for FreeBSD servers running Zenaris Source: This fix addresses issues with certain quests not working as intended. If you're running your server on FreeBSD 13.1-RELEASE 64 bits and have encountered quest-related problems, this might be the solution you're looking for. **Download Quest Fix:** [Download New Germany Quest Fix]([Hidden Content]) **Applying the Quest Fix:** Follow these steps to apply the quest fix: 1. Stop the server. 2. Change germany folder to germany_old. 3. Upload the new germany folder. 4. Start the server. pkg info from .ova file: Happy gaming, and may your quests be bug-free! porexemplo0 points