CallMeDaddy 196 Posted December 28, 2023 Share Posted December 28, 2023 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 Sign In or Sign Up 6 3 1 Quote Link to comment Share on other sites More sharing options...
recepkerim 1 Posted December 29, 2023 Share Posted December 29, 2023 Ty Quote Link to comment Share on other sites More sharing options...
TeamKek 0 Posted December 30, 2023 Share Posted December 30, 2023 ty Quote Link to comment Share on other sites More sharing options...
SpykeMetin 0 Posted January 1, 2024 Share Posted January 1, 2024 ty Quote Link to comment Share on other sites More sharing options...
Snus 2 Posted January 2, 2024 Share Posted January 2, 2024 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 Quote Link to comment Share on other sites More sharing options...
Kurma 3 Posted January 15, 2024 Share Posted January 15, 2024 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 Quote Link to comment Share on other sites More sharing options...
Sapphire5008 0 Posted January 15, 2024 Share Posted January 15, 2024 thx Quote Link to comment Share on other sites More sharing options...
yeu3k 0 Posted January 20, 2024 Share Posted January 20, 2024 . Quote Link to comment Share on other sites More sharing options...
Coner 0 Posted January 22, 2024 Share Posted January 22, 2024 ty Quote Link to comment Share on other sites More sharing options...
SuperWeed 60 Posted January 25, 2024 Share Posted January 25, 2024 thsnk Quote Link to comment Share on other sites More sharing options...
CmdDante 0 Posted February 1, 2024 Share Posted February 1, 2024 ty Quote Link to comment Share on other sites More sharing options...
SuperWeed 60 Posted February 6, 2024 Share Posted February 6, 2024 ty Quote Link to comment Share on other sites More sharing options...
gamebob1 0 Posted February 6, 2024 Share Posted February 6, 2024 ty Quote Link to comment Share on other sites More sharing options...
sarbadelin12 41 Posted February 6, 2024 Share Posted February 6, 2024 gg Quote Link to comment Share on other sites More sharing options...
lLoki 0 Posted February 12, 2024 Share Posted February 12, 2024 hi Quote Link to comment Share on other sites More sharing options...
Mokuba 0 Posted February 13, 2024 Share Posted February 13, 2024 ty Quote Link to comment Share on other sites More sharing options...
Krini 19 Posted February 13, 2024 Share Posted February 13, 2024 ^^ Quote Link to comment Share on other sites More sharing options...
amphylein 0 Posted February 20, 2024 Share Posted February 20, 2024 thanks for share Quote Link to comment Share on other sites More sharing options...
WolfCode 0 Posted March 2, 2024 Share Posted March 2, 2024 thx Quote Link to comment Share on other sites More sharing options...
Anhur1992 0 Posted March 4, 2024 Share Posted March 4, 2024 Tjy Quote Link to comment Share on other sites More sharing options...
x0R 0 Posted March 5, 2024 Share Posted March 5, 2024 ty Quote Link to comment Share on other sites More sharing options...
tosbaq 0 Posted March 9, 2024 Share Posted March 9, 2024 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 Quote Link to comment Share on other sites More sharing options...
tarata12 0 Posted March 12, 2024 Share Posted March 12, 2024 ty Quote Link to comment Share on other sites More sharing options...
xXNerOXx 0 Posted March 13, 2024 Share Posted March 13, 2024 thx Quote Link to comment Share on other sites More sharing options...
iboret 0 Posted March 14, 2024 Share Posted March 14, 2024 thanks Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.