• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

[Release] Erynia Source

Junior Spellweaver
Joined
Feb 27, 2021
Messages
106
Reaction score
9
I publish that beceause i've found this in my driver it's source & resource of Erynia Flyff



password of .7z file : RageZone

DefineEry.h
Code:
#define __VER1
#define    __DAILY_NOTICE
#define __THEME_ERYNIA
#define __FIX

#ifdef __THEME_ERYNIA
    #define  __JOB_CREATE_CHAR
    #define  __TARGET_INF_V19   
    #define  __CHAT_V19     
    #define  __WINDOWS_V19    
    #define  __BUTTONS_V19    
    #define  __STATUS_V19    
    #define  __GAUGE_V19     
    #define  __MAP_V19
#endif //__THEME_ERYNIA

#ifdef __VER1
    #define  __ADVANCED_PVE_SYSTEM
    #define  __SPIRIT_SYSTEM
    #define  __ONLINEPLAYER_BONUS
    #define  __CRUCIFIX
    #define  __VENDOR_UPDATE
    #define  __SPAWN_NPC_DUNGEON
    #define  __VENDOR_UPDATE_R1    
    #define  __WORLDBOSS
    #define  __NEW_OTPION_INVENTORY
    #define  __CLIENT_SERVER_ENCRYPTION
    #define  __DEATH_MATCH
    #define  __CHAT_SPAM
    #define  __10MIN_CD_REGUILD
    //#define  __SECURITE_A_B_FLYFF
    #define  __HEAL_SHOW
    #define  __TICKETS_DETAILS
    #define  __GUILDTOWER
    #define  __ANTI_ALIASING
    #define  __BUFF_MINUTES
    #define  __SELECT_CHAR_V17
    #define  __STRUCTURE_CLIENT
    #define  __FAST_UPGRADE
    #define  __CRAFT_SYSTEM
    #define  __GUILDFINDER
    #define  __GUILDSKILLS
    #define  __SYS_280514
    #define  __SKILL_SOURCE
    #define  __CHANGEMENT_JOB
    #define  __WIKI_JOB
    #define  __CLIENT_LOAD_MIDDLE
    #define  __WIKI_ITEM
    #define  __MODEL_VIEW
    #define  __INFO_CONNECT_CHAT
    #define  __HONOR_TITLE
    #define  __AWAKE_SCROLL_X
    #define  __ADV_DUEL_PVP_SYSTEM
    #define  __DUNGEON_EXTENDED
    #define  __DROP_LOG
    #define  __SAVE_ACTIONS
    #define  __AELION_RAMASSEUR
    #define  __DST_CHANCEDROP_GOLD
    #define  __COOLTIME_WINDOW    
    #define  __MAX_AWAKE
    #define  __MESSAGE_SYSTEM   
    #define  __PARTYSKILL_REFRESH
    #define  __GAMEGUARD    
    #define  __PERIN_SHOP_SYS
    #define  __MVIP
    #define  __FLY_COUPON
    #define  __CASH_AREA
    #define  __PET_EXP_KILL
    #define  __ADDSHOPITEM
    #define  __PETFILTER    
    #define  __INVENTORY_MENU
    #define  __NO_SUB_LANG
    #define  __LECTURE_V19
    #define  __LECTURE_V18
    #define  __SHOW_ALL_STATS
    #define  __LECTURE_V17
    #define  __NEW_PROP_PARAMETER
    #define  __COLOSSEUM
    #define  __TRANSFER_AWAKE
    #define  __APP_TELEPORTER
    #define  __PERIN_CONVERTER
    #define  __PMA_PARTYFINDER
    #define  __FASHION_COMBINE
    #define  __NEW_WEAPON_GLOW
    #define  __SKILL_NEW
    #define  __IMPROVE_MAP_SYSTEM
    #define  __WELCOME_MSG
    #define  __TEXTURE_DIR
    #define  __3RD_LEGEND16
    #define  __CROSSBOW
    #define  __WINDOW_OPTION_EXTRA
    #define  __NEW_EXCHANGE_V19
    #define  __COOLDOWN_BUFFS
    #define  __RESDATA_INC_V17
    #define  __NO_AFTER_SKIN
#endif //__VER1

#ifdef __DAILY_NOTICE
    #define  __STA_DAILY_QUEST
    #define  __DAILY_REWARD
#endif

#ifdef __FIX
    #define  __S_BUG_GC
    #define  __VERFIX1 // (_AIInterface) && (_Common)
    #define  __VERFIX2 // (_Interface) && (Neuz) && (Folder Account, Database, Login, Cache, Certifier)
    #define  __VERFIX3 // ()
#endif //__FIX

/////////////////////////////DESACTIVER/////////////////////////////

//#define  __GAMEGUARD_LOGS    

/////////////////////////////DESACTIVER/////////////////////////////
 
Last edited:
Back
Top