Advertisement
Koridev

Untitled

Dec 23rd, 2024
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.71 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. // Fixes
  48. #define __BL_LEVEL_FIX__
  49. #define ENABLE_CHAT_LOG_FIX // Chat-log window fix
  50. #define __ENABLE_SHAMAN_ATTACK_FIX__
  51. //#define ENABLE_FIX_MOBS_LAG
  52.  
  53.  
  54. //#define ENABLE_DISCORD_RPC
  55.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement