/*** Wolfman Character ***/
#define ENABLE_WOLFMAN
/*** End Wolfman Character ***/
/*** Fake PC (Ditto) ***/
#define ENABLE_FAKE_PC
/*** End ***/
/*** Fake Buff (Buffi/Healer) ***/
#define ENABLE_FAKE_BUFF
/*** End ***/
/*** Dungeon Information ***/
#define ENABLE_DUNGEON_TIMER
/*** End ***/
/*** Buy With Items ***/
#define ENABLE_MULTISHOP
/*** End ***/
/*** Chest Drop Information ***/
#define ENABLE_SHOW_CHEST_DROP
/*** End ***/
/*** Team After Friend List ***/
#define ENABLE_MESSENGER_TEAM
/*** End ***/
/*** VIP System ***/
#define ENABLE_VIP_SYSTEM
/*** End ***/
/*** Send Target Information ***/
#define ENABLE_SEND_TARGET_INFO
/*** End ***/
/*** 7&8th Skills ***/
#define ENABLE_678TH_SKILL
/*** End ***/
/*** FoxFS ***/
#define ENABLE_FOX_FS
/*** End ***/
/*** Cython ***/
#define ENABLE_CYTHON
/*** End ***/
/*** New Quest Page ***/
#define ENABLE_QUEST_RENEWAL
/*** End ***/
/*** Copy Link In Chat ***/
#define ENABLE_LINK_IN_CHAT
/*** End ***/
/*** Hide Objects ***/
#define ENABLE_HIDE_OBJECTS
/*** End ***/
/*** New Bonus Against Chiefs & Stones ***/
#define ENABLE_BOSS_AND_STONE_BONUS
/*** End ***/
/*** Wheel Scroll Mouse ***/
#define ENABLE_WHEEL_MOUSE
/*** End ***/
/*** Permanent Items ***/
#define ENABLE_PERMANENT_EFFECT_ITEMS
/*** End ***/
/*** Special Storage ***/
#define ENABLE_SPECIAL_STORAGE
/*** End ***/
/*** Gaya Market ***/
#define ENABLE_GAYA_SYSTEM
/*** End ***/
/*** BattlePass ***/
#define ENABLE_BATTLE_PASS
/*** End ***/
/*** Extended Count Items ***/
#define ENABLE_EXTENDED_COUNT_ITEMS
/*** End ***/
/*** Sanii Switchbot ***/
#define ENABLE_SWITCHBOT
/*** End ***/
/*** Discord RPC ***/
///#define ENABLE_DISCORD_RPC
/*** End ***/
/*** Zodiac Temple ***/
#define ENABLE_ZODIAC_TEMPLE
/*** End ***/
/*** Hydra Dungeon ***/
#define ENABLE_HYDRA_DUNGEON
/*** End ***/
/*** Scaling For Mobs ***/
#define ENABLE_MOB_APPEARANCE
/*** End ***/
/*** Emoticon System (Spartan Files) ***/
#define ENABLE_EMOTICONS
/*** End ***/
/*** Skill Color System ***/
#define ENABLE_NEW_MODULE_CONFIG
#define ENABLE_SKILL_COLOR_SYSTEM
/*** End ***/
/*** Cube Renewal WorldArd ***/
#define ENABLE_CUBE_RENEWAL_WORLDARD
/*** End ***/
/*** Block Write Process ***/
#define BLOCK_WRITE_PROCESS_MEMORY
/*** End ***/
/*** Some Definitions with include ***/
#define ENABLE_MELEY_LAIR_DUNGEON
#ifdef ENABLE_MELEY_LAIR_DUNGEON
#define MELEY_LAIR_DUNGEON_STATUE 8104
#endif
/*** Client Version ***/
#define ENABLE_CLIENT_VERSION
#ifdef ENABLE_CLIENT_VERSION
#define CLIENT_VERSION "23"
#endif
/*** End ***/
/*** Teleport To A Friend ***/
#define ENABLE_TELEPORT_TO_A_FRIEND
/*** End ***/
/*** Admin Manager ***/
#define ENABLE_ADMIN_MANAGER
/*** End ***/
/*** Boss & Stone on Big Map ***/
#define ENABLE_SHOW_MAP_BOSS_AND_STONE
/*** End ***/
/*** Skill CoolTime Update ***/
#define SKILL_COOLTIME_UPDATE
/*** End ***/
/*** Render Target System ***/
#define ENABLE_RENDER_TARGET
#define __ENABLE_RENDER_TARGET_EXTENSION__
/*** End ***/
/*** Rune System ***/
#define ENABLE_RUNE_SYSTEM
/*** End ***/
/*** Wings Like Sash ***/
#define ENABLE_WINGS
/*** End ***/
/*** Chat Stack For Global Messages (!) ***/
#define ENABLE_CHAT_STACK
/*** End ***/
/*** Tab Targeting Like Official Metin2 ***/
#define ENABLE_TAB_NEXT_TARGET
/*** End ***/
/*** Bonus Page Like official Metin2 ***/
#define ENABLE_DETAILS_UI
/*** End ***/
/*** Dog Mode ***/
#define ENABLE_DOG_MODE
/*** End ***/
/*** Fog Fix ***/
#define ENABLE_FOG_FIX
/*** End ***/
/*** FOV Option (30 to 100 degree) ***/
#define ENABLE_FOV_OPTION
/*** End ***/
/*** Hide Pet / Mount System ***/
#define ENABLE_HIDE_MOB_SYSTEM
/*** End ***/
/*** PIN Login ***/
#define ENABLE_PIN_LOGIN
/*** End ***/
/*** Chromium Browser ***/
#define CEF_BROWSER
/*** End ***/
/*** Hardware ID ***/
#define ENABLE_HWID
/*** End ***/
/*** Fix Mobs Lag ***/
#define ENABLE_FIX_MOBS_LAG
/*** End ***/
/*** Costume Aura ***/
#define ENABLE_COSTUME_AURA_SYSTEM
/*** End ***/
/*** Automatic AFK System ***/
#define ENABLE_AFK_MODE_SYSTEM
/*** End ***/
/*** Extended Shop Buy ***/
#define ENABLE_EXTENDED_SHOP_BUY
/*** End ***/
/*** Boss Tracking ***/
#define ENABLE_BOSS_TRACKING
/*** End ***/
/*** Enable Legendary Skills ***/
#define ENABLE_SKILLS_LEVEL_OVER_P
/*** End ***/
/*** Auto Refine ***/
#define ENABLE_AUTO_REFINE
/*** End ***/
/*** Effects System ***/
#define ENABLE_EFFECT_SYSTEM
/*** End ***/
/*** New Pet System ***/
#define ENABLE_NEW_PET_SYSTEM
/*** End ***/
/*** Maintenance System ***/
#define ENABLE_MAINTENANCE_SYSTEM
/*** End ***/
/*** Emotion Hide Weapon ***/
#define ENABLE_EMOTION_HIDE_WEAPON
/*** End ***/
/*** No Colission For players in Safezone ***/
#define REMOVE_SAFEZONE_COLLISION
/*** End ***/
/*** Spcial Chat ***/
#define ENABLE_SPECIAL_CHAT
/*** End ***/
/*** Zorls work ***/
/*** C++17 ***/
// Steps if you want to disable this:
// -> Change C++ Standart Language in all projects properties to c++14 (or lower);
// -> Change std::mem_fn to std::void_mem_fun in all projects files;
// -> Disable this define: ENABLE_CPP_17;
#define ENABLE_CPP_17
#if defined(ENABLE_CPP_17)
#if !defined(_HAS_STD_BYTE)
#define _HAS_STD_BYTE 0
#endif
#endif
/*** End of C++17 ***/
#if defined(ENABLE_FIX_MOBS_LAG)
// -> The define ENABLE_FIX_MOBS_LAG have problems in device reseting.
// -> With this new define all this problems are fixed.
#define FIX_MOBS_LAG_FIX
#endif
/*** Sanii Switchbot ***/
#define ENABLE_SWITCHBOT
/*** End ***/
/*** Sort Inventory ***/
#define ENABLE_SORT_INVENTORY
/*** End ***/
/*** Hydra Dungeon ***/
#define ENABLE_HYDRA_DUNGEON
/*** End ***/
/*** Give Basic Items (Equipped) ***/
#define ENABLE_GIVE_BASIC_ITEMS
/*** End ***/
/*** Skill Color System ***/
#define ENABLE_SKILL_COLOR_SYSTEM
/*** End ***/
/*** Cube Renewal WorldArd ***/
#define ENABLE_CUBE_RENEWAL_WORLDARD
/*** End ***/
/*** World Bosses ***/
#define ENABLE_DAILY_BOSS
/*** End ***/
/*** Tanaka Event ***/
#define ENABLE_EVENT_TANAKA
/*** End ***/
/*** Auto Events ***/
#define ENABLE_AUTO_EVENTS
/*** End ***/
/*** Ira Rework (Offline Shop) ***/
#define ENABLE_IRA_REWORK
/*** End ***/
/*** Client Version ***/
#define ENABLE_CLIENT_VERSION
#ifdef ENABLE_CLIENT_VERSION
#define CLIENT_VERSION "23"
#endif
/*** End ***/
/*** Teleport To A Friend ***/
#define ENABLE_TELEPORT_TO_A_FRIEND
/*** End ***/
/*** iBeast work ***/
#define ENABLE_AFTERDEATH_SHIELD
#define ENABLE_MULTIPLE_STATUS_ADD
#ifdef ENABLE_MULTIPLE_STATUS_ADD
#define MAX_STATUS_POINTS 90
#endif
#define ENABLE_ATTR_ITEMS_PLUS
#ifdef ENABLE_ATTR_ITEMS_PLUS
#define ENCHANT_ITEM_PLUS_VNUM 71086
#define REINFORCE_ITEM_PLUS_VNUM 71087
#define MAX_ATTRS_BY_ITEM 4
#endif
/*** End if iBeast works ***/
/*** Admin Manager ***/
#define __ADMIN_MANAGER__
///// REMINDER FOR ADMIN MANAGER /////
///// You need to convert all registration name of accounts to lower case /////
///// E.g: $username = strtolower($_POST['username']); /////
/*** End ***/
/*** Alignment Bonus ***/
#define ENABLE_ALIGNMENT_BONUS
/*** End ***/
/*** Purge Mobs in SafeZone ***/
#define ENABLE_PURGE_MOBS_IN_SAFEZONE
/*** End ***/
/*** Boss & Stone on Big Map ***/
#define ENABLE_SHOW_MAP_BOSS_AND_STONE
/*** End ***/
/*** Skill CoolTime Update ***/
#define SKILL_COOLTIME_UPDATE
/*** End ***/
/*** Rune System ***/
#define ENABLE_RUNE_SYSTEM
/*** End ***/
/*** No Clear Buff When Monster Kill ***/
#define ENABLE_NO_CLEAR_BUFF_WHEN_MONSTER_KILL
/*** End ***/
/*** Discord RPC ***/
///*#define ENABLE_DISCORD_RPC
/*** End ***/
/*** PIN Login ***/
#define ENABLE_PIN_LOGIN
/*** End ***/
/*** Multiple Buy ***/
#define ENABLE_MULTIPLE_BUY
/*** End ***/
/*** Rejoin Dungeon ***/
#define ENABLE_DUNGEON_REJOIN
/*** End ***/
/*** Wolfman Character ***/
#define ENABLE_WOLFMAN
/*** End Wolfman Character ***/
/*** Fake PC (Ditto) ***/
#define ENABLE_FAKE_PC
/*** End ***/
/*** Fake Buff (Buffi/Healer) ***/
#define ENABLE_FAKE_BUFF
/*** End ***/
/*** Dungeon Information ***/
#define ENABLE_DUNGEON_TIMER
/*** End ***/
/*** Buy With Items ***/
#define ENABLE_MULTISHOP
/*** End ***/
/*** Chest Drop Information ***/
#define ENABLE_SHOW_CHEST_DROP
/*** End ***/
/*** Team After Friend List ***/
#define ENABLE_MESSENGER_TEAM
/*** End ***/
/*** VIP System ***/
#define ENABLE_VIP_SYSTEM
/*** End ***/
/*** Send Target Information ***/
#define ENABLE_SEND_TARGET_INFO
/*** End ***/
/*** 7&8th Skills ***/
#define ENABLE_678TH_SKILL
/*** End ***/
/*** FoxFS ***/
#define ENABLE_FOX_FS
/*** End ***/
/*** Cython ***/
#define ENABLE_CYTHON
/*** End ***/
/*** New Quest Page ***/
#define ENABLE_QUEST_RENEWAL
/*** End ***/
/*** Copy Link In Chat ***/
#define ENABLE_LINK_IN_CHAT
/*** End ***/
/*** Hide Objects ***/
#define ENABLE_HIDE_OBJECTS
/*** End ***/
/*** New Bonus Against Chiefs & Stones ***/
#define ENABLE_BOSS_AND_STONE_BONUS
/*** End ***/
/*** Wheel Scroll Mouse ***/
#define ENABLE_WHEEL_MOUSE
/*** End ***/
/*** Permanent Items ***/
#define ENABLE_PERMANENT_EFFECT_ITEMS
/*** End ***/
/*** Special Storage ***/
#define ENABLE_SPECIAL_STORAGE
/*** End ***/
/*** Gaya Market ***/
#define ENABLE_GAYA_SYSTEM
/*** End ***/
/*** BattlePass ***/
#define ENABLE_BATTLE_PASS
/*** End ***/
/*** Extended Count Items ***/
#define ENABLE_EXTENDED_COUNT_ITEMS
/*** End ***/
/*** Sanii Switchbot ***/
#define ENABLE_SWITCHBOT
/*** End ***/
/*** Discord RPC ***/
///#define ENABLE_DISCORD_RPC
/*** End ***/
/*** Zodiac Temple ***/
#define ENABLE_ZODIAC_TEMPLE
/*** End ***/
/*** Hydra Dungeon ***/
#define ENABLE_HYDRA_DUNGEON
/*** End ***/
/*** Scaling For Mobs ***/
#define ENABLE_MOB_APPEARANCE
/*** End ***/
/*** Emoticon System (Spartan Files) ***/
#define ENABLE_EMOTICONS
/*** End ***/
/*** Skill Color System ***/
#define ENABLE_NEW_MODULE_CONFIG
#define ENABLE_SKILL_COLOR_SYSTEM
/*** End ***/
/*** Cube Renewal WorldArd ***/
#define ENABLE_CUBE_RENEWAL_WORLDARD
/*** End ***/
/*** Block Write Process ***/
#define BLOCK_WRITE_PROCESS_MEMORY
/*** End ***/
/*** Some Definitions with include ***/
#define ENABLE_MELEY_LAIR_DUNGEON
#ifdef ENABLE_MELEY_LAIR_DUNGEON
#define MELEY_LAIR_DUNGEON_STATUE 8104
#endif
/*** Client Version ***/
#define ENABLE_CLIENT_VERSION
#ifdef ENABLE_CLIENT_VERSION
#define CLIENT_VERSION "23"
#endif
/*** End ***/
/*** Teleport To A Friend ***/
#define ENABLE_TELEPORT_TO_A_FRIEND
/*** End ***/
/*** Admin Manager ***/
#define ENABLE_ADMIN_MANAGER
/*** End ***/
/*** Boss & Stone on Big Map ***/
#define ENABLE_SHOW_MAP_BOSS_AND_STONE
/*** End ***/
/*** Skill CoolTime Update ***/
#define SKILL_COOLTIME_UPDATE
/*** End ***/
/*** Render Target System ***/
#define ENABLE_RENDER_TARGET
#define __ENABLE_RENDER_TARGET_EXTENSION__
/*** End ***/
/*** Rune System ***/
#define ENABLE_RUNE_SYSTEM
/*** End ***/
/*** Wings Like Sash ***/
#define ENABLE_WINGS
/*** End ***/
/*** Chat Stack For Global Messages (!) ***/
#define ENABLE_CHAT_STACK
/*** End ***/
/*** Tab Targeting Like Official Metin2 ***/
#define ENABLE_TAB_NEXT_TARGET
/*** End ***/
/*** Bonus Page Like official Metin2 ***/
#define ENABLE_DETAILS_UI
/*** End ***/
/*** Dog Mode ***/
#define ENABLE_DOG_MODE
/*** End ***/
/*** Fog Fix ***/
#define ENABLE_FOG_FIX
/*** End ***/
/*** FOV Option (30 to 100 degree) ***/
#define ENABLE_FOV_OPTION
/*** End ***/
/*** Hide Pet / Mount System ***/
#define ENABLE_HIDE_MOB_SYSTEM
/*** End ***/
/*** PIN Login ***/
#define ENABLE_PIN_LOGIN
/*** End ***/
/*** Chromium Browser ***/
#define CEF_BROWSER
/*** End ***/
/*** Hardware ID ***/
#define ENABLE_HWID
/*** End ***/
/*** Fix Mobs Lag ***/
#define ENABLE_FIX_MOBS_LAG
/*** End ***/
/*** Costume Aura ***/
#define ENABLE_COSTUME_AURA_SYSTEM
/*** End ***/
/*** Automatic AFK System ***/
#define ENABLE_AFK_MODE_SYSTEM
/*** End ***/
/*** Extended Shop Buy ***/
#define ENABLE_EXTENDED_SHOP_BUY
/*** End ***/
/*** Boss Tracking ***/
#define ENABLE_BOSS_TRACKING
/*** End ***/
/*** Enable Legendary Skills ***/
#define ENABLE_SKILLS_LEVEL_OVER_P
/*** End ***/
/*** Auto Refine ***/
#define ENABLE_AUTO_REFINE
/*** End ***/
/*** Effects System ***/
#define ENABLE_EFFECT_SYSTEM
/*** End ***/
/*** New Pet System ***/
#define ENABLE_NEW_PET_SYSTEM
/*** End ***/
/*** Maintenance System ***/
#define ENABLE_MAINTENANCE_SYSTEM
/*** End ***/
/*** Emotion Hide Weapon ***/
#define ENABLE_EMOTION_HIDE_WEAPON
/*** End ***/
/*** No Colission For players in Safezone ***/
#define REMOVE_SAFEZONE_COLLISION
/*** End ***/
/*** Spcial Chat ***/
#define ENABLE_SPECIAL_CHAT
/*** End ***/
/*** Zorls work ***/
/*** C++17 ***/
// Steps if you want to disable this:
// -> Change C++ Standart Language in all projects properties to c++14 (or lower);
// -> Change std::mem_fn to std::void_mem_fun in all projects files;
// -> Disable this define: ENABLE_CPP_17;
#define ENABLE_CPP_17
#if defined(ENABLE_CPP_17)
#if !defined(_HAS_STD_BYTE)
#define _HAS_STD_BYTE 0
#endif
#endif
/*** End of C++17 ***/
#if defined(ENABLE_FIX_MOBS_LAG)
// -> The define ENABLE_FIX_MOBS_LAG have problems in device reseting.
// -> With this new define all this problems are fixed.
#define FIX_MOBS_LAG_FIX
#endif
/*** Sanii Switchbot ***/
#define ENABLE_SWITCHBOT
/*** End ***/
/*** Sort Inventory ***/
#define ENABLE_SORT_INVENTORY
/*** End ***/
/*** Hydra Dungeon ***/
#define ENABLE_HYDRA_DUNGEON
/*** End ***/
/*** Give Basic Items (Equipped) ***/
#define ENABLE_GIVE_BASIC_ITEMS
/*** End ***/
/*** Skill Color System ***/
#define ENABLE_SKILL_COLOR_SYSTEM
/*** End ***/
/*** Cube Renewal WorldArd ***/
#define ENABLE_CUBE_RENEWAL_WORLDARD
/*** End ***/
/*** World Bosses ***/
#define ENABLE_DAILY_BOSS
/*** End ***/
/*** Tanaka Event ***/
#define ENABLE_EVENT_TANAKA
/*** End ***/
/*** Auto Events ***/
#define ENABLE_AUTO_EVENTS
/*** End ***/
/*** Ira Rework (Offline Shop) ***/
#define ENABLE_IRA_REWORK
/*** End ***/
/*** Client Version ***/
#define ENABLE_CLIENT_VERSION
#ifdef ENABLE_CLIENT_VERSION
#define CLIENT_VERSION "23"
#endif
/*** End ***/
/*** Teleport To A Friend ***/
#define ENABLE_TELEPORT_TO_A_FRIEND
/*** End ***/
/*** iBeast work ***/
#define ENABLE_AFTERDEATH_SHIELD
#define ENABLE_MULTIPLE_STATUS_ADD
#ifdef ENABLE_MULTIPLE_STATUS_ADD
#define MAX_STATUS_POINTS 90
#endif
#define ENABLE_ATTR_ITEMS_PLUS
#ifdef ENABLE_ATTR_ITEMS_PLUS
#define ENCHANT_ITEM_PLUS_VNUM 71086
#define REINFORCE_ITEM_PLUS_VNUM 71087
#define MAX_ATTRS_BY_ITEM 4
#endif
/*** End if iBeast works ***/
/*** Admin Manager ***/
#define __ADMIN_MANAGER__
///// REMINDER FOR ADMIN MANAGER /////
///// You need to convert all registration name of accounts to lower case /////
///// E.g: $username = strtolower($_POST['username']); /////
/*** End ***/
/*** Alignment Bonus ***/
#define ENABLE_ALIGNMENT_BONUS
/*** End ***/
/*** Purge Mobs in SafeZone ***/
#define ENABLE_PURGE_MOBS_IN_SAFEZONE
/*** End ***/
/*** Boss & Stone on Big Map ***/
#define ENABLE_SHOW_MAP_BOSS_AND_STONE
/*** End ***/
/*** Skill CoolTime Update ***/
#define SKILL_COOLTIME_UPDATE
/*** End ***/
/*** Rune System ***/
#define ENABLE_RUNE_SYSTEM
/*** End ***/
/*** No Clear Buff When Monster Kill ***/
#define ENABLE_NO_CLEAR_BUFF_WHEN_MONSTER_KILL
/*** End ***/
/*** Discord RPC ***/
///*#define ENABLE_DISCORD_RPC
/*** End ***/
/*** PIN Login ***/
#define ENABLE_PIN_LOGIN
/*** End ***/
/*** Multiple Buy ***/
#define ENABLE_MULTIPLE_BUY
/*** End ***/
/*** Rejoin Dungeon ***/
#define ENABLE_DUNGEON_REJOIN
/*** End ***/
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.