Advertisement
Koridev

Untitled

Dec 23rd, 2024
29
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. #ifndef __INC_SERVICE_H__
  2. #define __INC_SERVICE_H__
  3.  
  4. #define ENABLE_AUTODETECT_INTERNAL_IP
  5. #define ENABLE_PROXY_IP
  6. #define ENABLE_PORT_SECURITY
  7. #define _IMPROVED_PACKET_ENCRYPTION_ // ÆÐŶ ¾Ïȣȭ °³¼±
  8. //#define __AUCTION__
  9. #define __PET_SYSTEM__
  10. #define __UDP_BLOCK__
  11. #endif
  12.  
  13.  
  14. // Offical Updates
  15. #define ENABLE_ADDITIONAL_EQUIPMENT_PAGE // Official Additional Equipment Page
  16. #define ENABLE_REFINE_MSG_ADD
  17. #define __BL_ENABLE_PICKUP_ITEM_EFFECT__
  18. #define WJ_ENABLE_TRADABLE_ICON
  19. #define ENABLE_RING_OF_SECRETS
  20. #define __BL_LOADING_TIP__
  21. #define __BL_67_ATTR__
  22. #define ENABLE_CHEQUE_SYSTEM
  23. #define ENABLE_SHOP_USE_CHEQUE
  24. #define ENABLE_GAYA_SYSTEM
  25. #define ENABLE_EXTEND_INVEN_SYSTEM
  26. #define __SASH_SYSTEM__
  27. #define __WEAPON_COSTUME_SYSTEM__
  28. #define ENABLE_DS_GRADE_MYTH
  29. #define __DS_CHANGE_ATTR__ // Dragon Soul Change Attribute
  30. #define ENABLE_CUBE_RENEWAL
  31. #define ENABLE_QUIVER_SYSTEM
  32. #define __7AND8TH_SKILLS__
  33. #define ENABLE_NEW_GYEONGGONG_SKILL
  34. #define __SKILLBOOK_COMB_SYSTEM__
  35. #define __SKILLBOOK_TRADE_SYSTEM__
  36. #define ENABLE_COSTUME_MOUNT
  37. #define __BL_TRANSMUTATION__
  38. #define __ENABLE_DICE_SYSTEM__
  39. #define NEW_SKILL_KNOCKBACK
  40. #define __SKILL_MUYEONG_DAMAGE_WHILE_RIDING__
  41. #define __CHATTING_WINDOW_RENEWAL__
  42. #define __WJ_SHOW_MOB_INFO__
  43. #define __BL_OFFICIAL_LOOT_FILTER__
  44. #if defined(__BL_OFFICIAL_LOOT_FILTER__)
  45. # define __PREMIUM_LOOT_FILTER__ // Enable Premium Usage of the Loot Filter System
  46. #endif
  47. //Fixes
  48. #define __BL_LEVEL_FIX__
  49.  
  50. // Extra
  51. #define ENABLE_IGNORE_LOWER_BUFFS
  52. #define ENABLE_PENETRADE_EFFECT
  53. #define FLUSH_AT_SHUTDOWN
  54.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement