Jump to content
Metin2 Network
Create New...
  • Download unlimited resources when you are a Premium Member, Buy now!

Sura_head Clean Serverfile


CallMeDaddy

Recommended Posts

It can be run on Windows and FreeBSD. ( BSD 12.3+ i386 - VS22)

Tested!

Client source/Defines.h

//#define ENABLE_OPEN_MULTIPLE
//#define _IMPROVED_PACKET_ENCRYPTION_
//#define ENABLE_SEQUENCE_SYSTEM
//#define ENABLE_GUI_SHOWER

//#define ENABLE_WOLFMAN

#define CHARACTER_NAME_MAX_LEN    48
#define MAX_HIT_COUNT 24 //16
#define HORSE_SKILL_SLOT 107
#define LSS_SECURITY_KEY "1234abcd5678efgh"
#define CLIENT_VERSION "20181010"
#define LOAD_FROM_D_PATH false // TRUE or FALSE
#define HIDE_GRANNY_SYSERR
#define ENABLE_TARGET_INFO
#define ENABLE_SHINING_SYSTEM
#define ENABLE_LZ4_PACK_COMPRESSION
#define ENABLE_ELEMENT_TARGET
#define ENABLE_STOP_COLISSION_GLOBAL
#define ENABLE_PACKET_LIMIT
#define ENABLE_RENDERING_ONLY_IN_AREA
#define ITEM_CHECKINOUT_UPDATE
#define ENABLE_TEXT_RENEWAL
#define ENABLE_LOCAL_FILE_LOADING
#define ENABLE_CHEST_DROP
//#define ENABLE_NEW_CHARSELECT
#define ENABLE_MULTILANGUAGE
#define ENABLE_ITEMSHOP



Server source/service.h

#pragma once

enum 
{
    PARTY_CAN_JOIN_MAX_LEVEL    = 30,
    DEFAULT_ATTACK_SPEED        = 100,
    DEFAULT_MOVE_SPEED            = 200,
    MOVEMENT_SPEED_LIMIT        = 250,
    MAX_MEMBER_INTRO_PARTY        = 8,
    MAX_ITEM_STACK                = 5000,
};

//#define _IMPROVED_PACKET_ENCRYPTION_
//#define ENABLE_MIRRORING_PROTO
//#define ENABLE_SEQUENCE_SYSTEM
//#define ENABLE_WOLFMAN
//#define ENABLE_OPEN_MULTIPLE

#define ENABLE_UDP_BLOCK
#define CLIENT_VERSION "20181010"
#define LSS_SECURITY_KEY "1234abcd5678efgh"

#define ENABLE_TARGET_INFO
#define ENABLE_MASTER_SKILLBOOK_NO_STEPS
#define ITEM_CHECKINOUT_UPDATE
#define ENABLE_INSTANT_5_BONUS
#define ENABLE_XOSHIRO
#define ENABLE_PERFORMANCE_TEST
//#define ENABLE_NEW_CHARSELECT // sql add part_weapon
#define ENABLE_MULTILANGUAGE
#define ENABLE_ITEMSHOP

 

This is the hidden content, please

  • Like 6
  • Thanks 3
  • Sad 1
Link to comment
Share on other sites

On 12/29/2023 at 12:46 AM, CallMeDaddy said:

It can be run on Windows and FreeBSD. ( BSD 12.3+ i386 - VS22)

Tested!

Client source/Defines.h

//#define ENABLE_OPEN_MULTIPLE
//#define _IMPROVED_PACKET_ENCRYPTION_
//#define ENABLE_SEQUENCE_SYSTEM
//#define ENABLE_GUI_SHOWER

//#define ENABLE_WOLFMAN

#define CHARACTER_NAME_MAX_LEN    48
#define MAX_HIT_COUNT 24 //16
#define HORSE_SKILL_SLOT 107
#define LSS_SECURITY_KEY "1234abcd5678efgh"
#define CLIENT_VERSION "20181010"
#define LOAD_FROM_D_PATH false // TRUE or FALSE
#define HIDE_GRANNY_SYSERR
#define ENABLE_TARGET_INFO
#define ENABLE_SHINING_SYSTEM
#define ENABLE_LZ4_PACK_COMPRESSION
#define ENABLE_ELEMENT_TARGET
#define ENABLE_STOP_COLISSION_GLOBAL
#define ENABLE_PACKET_LIMIT
#define ENABLE_RENDERING_ONLY_IN_AREA
#define ITEM_CHECKINOUT_UPDATE
#define ENABLE_TEXT_RENEWAL
#define ENABLE_LOCAL_FILE_LOADING
#define ENABLE_CHEST_DROP
//#define ENABLE_NEW_CHARSELECT
#define ENABLE_MULTILANGUAGE
#define ENABLE_ITEMSHOP



Server source/service.h

#pragma once

enum 
{
    PARTY_CAN_JOIN_MAX_LEVEL    = 30,
    DEFAULT_ATTACK_SPEED        = 100,
    DEFAULT_MOVE_SPEED            = 200,
    MOVEMENT_SPEED_LIMIT        = 250,
    MAX_MEMBER_INTRO_PARTY        = 8,
    MAX_ITEM_STACK                = 5000,
};

//#define _IMPROVED_PACKET_ENCRYPTION_
//#define ENABLE_MIRRORING_PROTO
//#define ENABLE_SEQUENCE_SYSTEM
//#define ENABLE_WOLFMAN
//#define ENABLE_OPEN_MULTIPLE

#define ENABLE_UDP_BLOCK
#define CLIENT_VERSION "20181010"
#define LSS_SECURITY_KEY "1234abcd5678efgh"

#define ENABLE_TARGET_INFO
#define ENABLE_MASTER_SKILLBOOK_NO_STEPS
#define ITEM_CHECKINOUT_UPDATE
#define ENABLE_INSTANT_5_BONUS
#define ENABLE_XOSHIRO
#define ENABLE_PERFORMANCE_TEST
//#define ENABLE_NEW_CHARSELECT // sql add part_weapon
#define ENABLE_MULTILANGUAGE
#define ENABLE_ITEMSHOP

 

 

Hidden Content

  • Reply to this topic to see the hidden content.

 

ty

Link to comment
Share on other sites

  • 2 weeks later...
On 12/29/2023 at 12:46 AM, CallMeDaddy said:

It can be run on Windows and FreeBSD. ( BSD 12.3+ i386 - VS22)

Tested!

Client source/Defines.h

//#define ENABLE_OPEN_MULTIPLE
//#define _IMPROVED_PACKET_ENCRYPTION_
//#define ENABLE_SEQUENCE_SYSTEM
//#define ENABLE_GUI_SHOWER

//#define ENABLE_WOLFMAN

#define CHARACTER_NAME_MAX_LEN    48
#define MAX_HIT_COUNT 24 //16
#define HORSE_SKILL_SLOT 107
#define LSS_SECURITY_KEY "1234abcd5678efgh"
#define CLIENT_VERSION "20181010"
#define LOAD_FROM_D_PATH false // TRUE or FALSE
#define HIDE_GRANNY_SYSERR
#define ENABLE_TARGET_INFO
#define ENABLE_SHINING_SYSTEM
#define ENABLE_LZ4_PACK_COMPRESSION
#define ENABLE_ELEMENT_TARGET
#define ENABLE_STOP_COLISSION_GLOBAL
#define ENABLE_PACKET_LIMIT
#define ENABLE_RENDERING_ONLY_IN_AREA
#define ITEM_CHECKINOUT_UPDATE
#define ENABLE_TEXT_RENEWAL
#define ENABLE_LOCAL_FILE_LOADING
#define ENABLE_CHEST_DROP
//#define ENABLE_NEW_CHARSELECT
#define ENABLE_MULTILANGUAGE
#define ENABLE_ITEMSHOP



Server source/service.h

#pragma once

enum 
{
    PARTY_CAN_JOIN_MAX_LEVEL    = 30,
    DEFAULT_ATTACK_SPEED        = 100,
    DEFAULT_MOVE_SPEED            = 200,
    MOVEMENT_SPEED_LIMIT        = 250,
    MAX_MEMBER_INTRO_PARTY        = 8,
    MAX_ITEM_STACK                = 5000,
};

//#define _IMPROVED_PACKET_ENCRYPTION_
//#define ENABLE_MIRRORING_PROTO
//#define ENABLE_SEQUENCE_SYSTEM
//#define ENABLE_WOLFMAN
//#define ENABLE_OPEN_MULTIPLE

#define ENABLE_UDP_BLOCK
#define CLIENT_VERSION "20181010"
#define LSS_SECURITY_KEY "1234abcd5678efgh"

#define ENABLE_TARGET_INFO
#define ENABLE_MASTER_SKILLBOOK_NO_STEPS
#define ITEM_CHECKINOUT_UPDATE
#define ENABLE_INSTANT_5_BONUS
#define ENABLE_XOSHIRO
#define ENABLE_PERFORMANCE_TEST
//#define ENABLE_NEW_CHARSELECT // sql add part_weapon
#define ENABLE_MULTILANGUAGE
#define ENABLE_ITEMSHOP

 

 

Hidden Content

  • Reply to this topic to see the hidden content.

 

ty

Link to comment
Share on other sites

  • 2 weeks later...
On 12/29/2023 at 12:46 AM, CallMeDaddy said:

It can be run on Windows and FreeBSD. ( BSD 12.3+ i386 - VS22)

Tested!

Client source/Defines.h

//#define ENABLE_OPEN_MULTIPLE
//#define _IMPROVED_PACKET_ENCRYPTION_
//#define ENABLE_SEQUENCE_SYSTEM
//#define ENABLE_GUI_SHOWER

//#define ENABLE_WOLFMAN

#define CHARACTER_NAME_MAX_LEN    48
#define MAX_HIT_COUNT 24 //16
#define HORSE_SKILL_SLOT 107
#define LSS_SECURITY_KEY "1234abcd5678efgh"
#define CLIENT_VERSION "20181010"
#define LOAD_FROM_D_PATH false // TRUE or FALSE
#define HIDE_GRANNY_SYSERR
#define ENABLE_TARGET_INFO
#define ENABLE_SHINING_SYSTEM
#define ENABLE_LZ4_PACK_COMPRESSION
#define ENABLE_ELEMENT_TARGET
#define ENABLE_STOP_COLISSION_GLOBAL
#define ENABLE_PACKET_LIMIT
#define ENABLE_RENDERING_ONLY_IN_AREA
#define ITEM_CHECKINOUT_UPDATE
#define ENABLE_TEXT_RENEWAL
#define ENABLE_LOCAL_FILE_LOADING
#define ENABLE_CHEST_DROP
//#define ENABLE_NEW_CHARSELECT
#define ENABLE_MULTILANGUAGE
#define ENABLE_ITEMSHOP



Server source/service.h

#pragma once

enum 
{
    PARTY_CAN_JOIN_MAX_LEVEL    = 30,
    DEFAULT_ATTACK_SPEED        = 100,
    DEFAULT_MOVE_SPEED            = 200,
    MOVEMENT_SPEED_LIMIT        = 250,
    MAX_MEMBER_INTRO_PARTY        = 8,
    MAX_ITEM_STACK                = 5000,
};

//#define _IMPROVED_PACKET_ENCRYPTION_
//#define ENABLE_MIRRORING_PROTO
//#define ENABLE_SEQUENCE_SYSTEM
//#define ENABLE_WOLFMAN
//#define ENABLE_OPEN_MULTIPLE

#define ENABLE_UDP_BLOCK
#define CLIENT_VERSION "20181010"
#define LSS_SECURITY_KEY "1234abcd5678efgh"

#define ENABLE_TARGET_INFO
#define ENABLE_MASTER_SKILLBOOK_NO_STEPS
#define ITEM_CHECKINOUT_UPDATE
#define ENABLE_INSTANT_5_BONUS
#define ENABLE_XOSHIRO
#define ENABLE_PERFORMANCE_TEST
//#define ENABLE_NEW_CHARSELECT // sql add part_weapon
#define ENABLE_MULTILANGUAGE
#define ENABLE_ITEMSHOP

 

 

Hidden Content

  • Reply to this topic to see the hidden content.

 

ty

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.



  • Available Subscriptions

  • Topics

  • Posts

    • Since we couldn't fit everything in the presentation, we attached some previews that are also available on our This is the hidden content, please Sign In or Sign Up DUNGEON INFO Demon Tower - Dungeon Introducing the Demon Tower Dungeon, an intense adventure unlocked at level 40. This Dungeon challenges players with three progressive floors to conquer: Floor 1: Destroy the Stones Floor 2: Defeat the Monsters Floor 3: Defeat the Demon King Floor 4: Timed Challenge Floor 5: Unlock the Seals Floor 6: Destroy the Stones and Defeat the Demon King Floor 7: Stone Challenge Floor 8: Final Boss: The Reaper Prepare yourself for the ultimate test within the Demon Tower Dungeon! With each floor presenting new and ever-greater challenges, only the bravest and most skilled heroes will make it to the top. Ork Maze - Dungeon Introducing the Ork Maze Dungeon, an intense adventure unlocked at level 50. This Dungeon challenges players with three progressive floors to conquer:   Floor 1: Destory the Stones Floor 2: Unlock the Seal Floor 3: Final Boss: Ork Prepare for an intense challenge in the Ork Maze Dungeon! Only the bravest can conquer all three floors and face the final boss.   Spider Queens's Nest - Dungeon Introducing the Spider Queens's Nest, an intense adventure unlocked at level 60.This Dungeon challenges players with two progressive floors to conquer: Floor 1: Defeat the Spider Baron Floor 2:  Defeat the Spider Baroness Get ready for a tough challenge in the Spider Queen's Nest! Each floor gets harder, and only the strongest heroes will make it all the way to the top.     Devil's Catacomb - Dungeon Introducing the Devil's Catacomb, an intense adventure unlocked at level 75. This Dungeon challenges players with three progressive floors to conquer:   Floor 1: Unlock the Sigil Floor 2: Defeat Erebos Floor 3: Defeat Charon Floor 4: Multiple Taks - Defeat 3 waves of monsters, defeat minibosses and defeat final boss Azrael Brace yourselves for the ultimate test of strength and strategy, only the bravest will emerge victorious from the Devil's Catacomb!    Dragon's Temple - Dungeon Introducing the Dragon's Temple, an intense adventure unlocked at level 75. This Dungeon challenges players with three progressive floors to conquer:   Floor 1: Unlock the Sigil Floor 2: Destroy the Stones Floor 3:  Defeat the Beran-Setaou Ghost and Beran-Setaou Brace yourself for the ultimate test in the Dragon's Temple! With escalating challenges on each of the three floors, only the strongest will prevail.   Temple of Enigma - Dungeon Introducing the Temple of Enigma, an intense adventure unlocked at level 85. This Dungeon challenges players with three progressive floors to conquer:   Floor 1: Destroy the Stone Floor 2: Defeat the Stone & Destroy the Pillar & Find the Correct Stone Floor 3: Defeat the Secret Warrior   QoL Features & Improvements BattlePass - System The Battle Pass window is unique, featuring three categories:   Free Premium Events Additionally, you will see missions displayed to complete the Battle Pass.   Wikipedia - Guide We present the improved Wikipedia guide that provides all the necessary information about the most hidden secrets of the game. This version of the wiki also includes several QoL features worth mentioning: Home button. Search and exact search. Model preview with zoom in and zoom out. Interactive buttons in the wiki that will take you to the selected category.   Split Items - QoL You can now split items, select them individually, and use the multi-split function.   Biologist - System The Biologist system is integrated into the game as a Quality of Life (QoL) feature, providing detailed information about the bonuses you will receive upon mission completion, as well as the items required.   Create Personal Shop - Window Create your own personal shop and enjoy significant enhancements, including an offline setup with a variety of QoL features.   Time does not pass while you’re offline; it only counts down while you're actively online. Items can be arranged as you wish. Prices can be adjusted in real-time. Real-time notifications for sold items. Teleport function to the shop. View offers from other players on items listed in your shop. Integrated shop search button. A 3% fee will be charged when withdrawing money from the shop. You can expand the slots in your shop. You can extend the shop's offline time.   Crafting Window - QoL Here is the crafting window along with its quality of life (QoL) features:   Hovering over categories will display the crafting requirements. Quick tips are accessible via the "?" button. A close-all button to collapse all crafting items.
  • Global Statistics

    • Total Posts
      22,557
    • Total Topics
      1,530
    • Total Members
      1,866
    • Total Banned
      3
    • Most Online
      1,293

    Newest Member
    costica
    Joined
×
×
  • Create New...

Important Information

Terms of Service

Write what you are looking for and press enter or click the search icon to begin your search