CallMeDaddy 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 Posted December 29, 2023 Share Posted December 29, 2023 Ty Quote Link to comment Share on other sites More sharing options...
TeamKek Posted December 30, 2023 Share Posted December 30, 2023 ty Quote Link to comment Share on other sites More sharing options...
SpykeMetin Posted January 1 Share Posted January 1 ty Quote Link to comment Share on other sites More sharing options...
Snus Posted January 2 Share Posted January 2 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 Posted January 15 Share Posted January 15 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 Posted January 15 Share Posted January 15 thx Quote Link to comment Share on other sites More sharing options...
yeu3k Posted January 20 Share Posted January 20 . Quote Link to comment Share on other sites More sharing options...
Coner Posted January 22 Share Posted January 22 ty Quote Link to comment Share on other sites More sharing options...
SuperWeed Posted January 25 Share Posted January 25 thsnk Quote Link to comment Share on other sites More sharing options...
CmdDante Posted February 1 Share Posted February 1 ty Quote Link to comment Share on other sites More sharing options...
SuperWeed Posted February 6 Share Posted February 6 ty Quote Link to comment Share on other sites More sharing options...
gamebob1 Posted February 6 Share Posted February 6 ty Quote Link to comment Share on other sites More sharing options...
sarbadelin12 Posted February 6 Share Posted February 6 gg Quote Link to comment Share on other sites More sharing options...
lLoki Posted February 12 Share Posted February 12 hi Quote Link to comment Share on other sites More sharing options...
Mokuba Posted February 13 Share Posted February 13 ty Quote Link to comment Share on other sites More sharing options...
Krini Posted February 13 Share Posted February 13 ^^ Quote Link to comment Share on other sites More sharing options...
amphylein Posted February 20 Share Posted February 20 thanks for share Quote Link to comment Share on other sites More sharing options...
WolfCode Posted March 2 Share Posted March 2 thx Quote Link to comment Share on other sites More sharing options...
Anhur1992 Posted March 4 Share Posted March 4 Tjy Quote Link to comment Share on other sites More sharing options...
x0R Posted March 5 Share Posted March 5 ty Quote Link to comment Share on other sites More sharing options...
tosbaq Posted March 9 Share Posted March 9 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 Posted March 12 Share Posted March 12 ty Quote Link to comment Share on other sites More sharing options...
xXNerOXx Posted March 13 Share Posted March 13 thx Quote Link to comment Share on other sites More sharing options...
iboret Posted March 14 Share Posted March 14 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.