Advertisement
Koridev

Untitled

Jan 5th, 2025
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.99 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. #if defined(ENABLE_CUBE_RENEWAL)
  32. #define ENABLE_CUBE_ATTR_SOCKET
  33. #endif
  34. #define ENABLE_QUIVER_SYSTEM
  35. #define __7AND8TH_SKILLS__
  36. #define ENABLE_NEW_GYEONGGONG_SKILL
  37. #define __SKILLBOOK_COMB_SYSTEM__
  38. #define __SKILLBOOK_TRADE_SYSTEM__
  39. #define ENABLE_COSTUME_MOUNT
  40. #define __BL_TRANSMUTATION__
  41. #define __ENABLE_DICE_SYSTEM__
  42. #define NEW_SKILL_KNOCKBACK
  43. #define __SKILL_MUYEONG_DAMAGE_WHILE_RIDING__
  44. #define __CHATTING_WINDOW_RENEWAL__
  45. #define __WJ_SHOW_MOB_INFO__
  46. #define __BL_OFFICIAL_LOOT_FILTER__
  47. #if defined(__BL_OFFICIAL_LOOT_FILTER__)
  48. # define __PREMIUM_LOOT_FILTER__ // Enable Premium Usage of the Loot Filter System
  49. #endif
  50. #define ENABLE_DS_SET
  51. #define ENABLE_SOULBIND_SYSTEM
  52. #define __SOUL_SYSTEM__ // Soul System
  53. #if defined(__SOUL_SYSTEM__)
  54. # define __SOUL_SYSTEM_CALC_FINAL_DAMAGE__
  55. #endif
  56. #define ITEM_TALISMAN_EQUIPMENT
  57. #if defined(ITEM_TALISMAN_EQUIPMENT)
  58. # define ELEMENT_NEW_BONUSES
  59. # define ELEMENT_TARGET
  60. #endif
  61. #define ENABLE_GOHOME_IF_MAP_NOT_EXIST
  62.  
  63. //Fixes
  64. #define __BL_LEVEL_FIX__
  65.  
  66. // Extra
  67. #define ENABLE_IGNORE_LOWER_BUFFS
  68. #define ENABLE_PENETRADE_EFFECT
  69. #define FLUSH_AT_SHUTDOWN
  70.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement