Advertisement
Koridev

Untitled

Jan 5th, 2025
34
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1.  
  2. //GF Defines
  3. #define LOCALE_SERVICE_SINGAPORE // ½Ì°¡Æú
  4. #define ENABLE_COSTUME_SYSTEM
  5. #define ENABLE_ENERGY_SYSTEM
  6. #define ENABLE_DRAGON_SOUL_SYSTEM
  7. #define ENABLE_NEW_EQUIPMENT_SYSTEM
  8.  
  9. //Offical Updates / Patches
  10. #define __BL_MINIMAP_SMOOTH_ZOOM__
  11. #define __BL_CHAR_CONFIG__
  12. #define ENABLE_ADDITIONAL_EQUIPMENT_PAGE // Official Additional Equipment Page
  13. #define ENABLE_TAB_NEXT_TARGET
  14. #define ENABLE_REFINE_MSG_ADD
  15. #define __BL_ENABLE_PICKUP_ITEM_EFFECT__
  16. #define WJ_ENABLE_TRADABLE_ICON
  17. #define __BL_LOADING_TIP__
  18. #define __BL_67_ATTR__
  19. #define ENABLE_CHEQUE_SYSTEM
  20. #define ENABLE_GAYA_SYSTEM
  21. #define ENABLE_EXTEND_INVEN_SYSTEM
  22. #define ENABLE_SASH_SYSTEM
  23. #define ENABLE_OBJ_SCALLING
  24. #define ENABLE_COSTUME_WEAPON_SYSTEM
  25. #define ENABLE_DS_GRADE_MYTH
  26. #define ENABLE_DS_CHANGE_ATTR // Dragon Soul Change Attribute
  27. #define ENABLE_CUBE_RENEWAL
  28. #define ENABLE_QUIVER_SYSTEM
  29. #define ENABLE_7AND8TH_SKILLS
  30. #define ENABLE_NEW_GYEONGGONG_SKILL
  31. #define ENABLE_SKILLBOOK_COMB_SYSTEM
  32. #define ENABLE_SKILLBOOK_TRADE_SYSTEM
  33. #define ENABLE_COSTUME_MOUNT
  34. #define __BL_TRANSMUTATION__
  35. #define ENABLE_CHATTING_WINDOW_RENEWAL
  36. #define __BL_MOUSE_WHEEL_TOP_WINDOW__
  37. #define __BL_CLIP_MASK__
  38. #define __BL_FOG_FIX__
  39. #define __BL_ENVIRONMENT_EFFECT_OPTION__
  40. #define __BL_SHADOW_RENDER_QUALITY_OPTION__
  41. #define __BL_GRAPHIC_ON_OFF__
  42. #define WJ_SHOW_MOB_INFO
  43. #define __BL_OFFICIAL_LOOT_FILTER__
  44. #if defined(__BL_OFFICIAL_LOOT_FILTER__)
  45. # define ENABLE_PREMIUM_LOOT_FILTER // Enable Premium Usage of the Loot Filter System
  46. #endif
  47. #define ENABLE_QUEST_WIDTH_EXPANSION
  48. #if defined(__BL_CHAR_CONFIG__)
  49. #define __BL_ANIMATION_OPTIMIZATION__
  50. #endif
  51. #define ENABLE_DS_SET
  52. #define ENABLE_SOULBIND_SYSTEM
  53. #define ENABLE_SOUL_SYSTEM // Soul System
  54. #define ITEM_TALISMAN_EQUIPMENT
  55. #if defined(ITEM_TALISMAN_EQUIPMENT)
  56. # define ELEMENT_TARGET
  57. #endif
  58. #define ENABLE_CAMERA_ZOOM_OPTIMIZE
  59. #define __BL_ON_END_KEY_FRAME__
  60. #define ENABLE_TARGET_AFFECT
  61. #define __BL_SAVE_CAMERA_MODE__
  62. #define __BL_REFINED_EFFECT__
  63.  
  64.  
  65. // Fixes
  66. #define __BL_LEVEL_FIX__
  67. #define ENABLE_CHAT_LOG_FIX // Chat-log window fix
  68. #define __ENABLE_SHAMAN_ATTACK_FIX__
  69. //#define ENABLE_FIX_MOBS_LAG
  70.  
  71.  
  72. //#define ENABLE_DISCORD_RPC
  73.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement