Advertisement
Guest User

Untitled

a guest
Oct 14th, 2019
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.72 KB | None | 0 0
  1. #ifndef __INC_SERVICE_H__
  2. #define __INC_SERVICE_H__
  3.  
  4. //#define ENABLE_CHEQUE_SYSTEM
  5. #define ENABLE_PORT_SECURITY
  6. #define ENABLE_YMIR_AFFECT_FIX
  7. #define NEW_PET_SYSTEM
  8. #define NEW_ADD_INVENTORY
  9.  
  10. /* OFFLINE SHOPS */
  11. #define OFFLINE_SHOP // Offline shops system
  12. #define GIFT_SYSTEM // gift system enable
  13. //#define FULL_YANG // Enable support for yang type long long
  14. #define SHOP_TIME_REFRESH 1*60 // time for cycle checking older shops
  15. #define SHOP_BLOCK_GAME99 //Blocking create shops on channel 99
  16. //#define SHOP_DISTANCE // Show shops in pos distance like WoM2
  17. #define SHOP_AUTO_CLOSE //Enable auto closing shop after sell last item
  18. //#define SHOP_ONLY_ALLOWED_INDEX //Enable limiting for other map index which is not defined in player.shop_limit
  19. //#define SHOP_HIDE_NAME // Enable hidding shop npc names like "Player's shop"
  20. #define SHOP_GM_PRIVILEGES GM_IMPLEMENTOR //Minimum GM privileges to using Shop GM Panel
  21. #define SHOP_SEARCH
  22. #define __CHANGELOOK_SYSTEM__
  23. #define ENABLE_SPECIAL_STORAGE
  24. #define ENABLE_PENDANT_SYSTEM
  25. #define __TITLE_SYSTEM__
  26. #define ENABLE_SORT_INVENTORY
  27. #define ENABLE_SHOW_CHEST_DROP
  28. #define ENABLE_EXTENDED_ALIGNMENT_SYSTEM
  29. #define ENABLE_IGNORE_LOWER_BUFFS
  30. #define ENABLE_MULTISHOP
  31.  
  32.  
  33. enum eCommonDefines {
  34. MAP_ALLOW_LIMIT = 64, // 32 default
  35. };
  36.  
  37. // #define __AUCTION__
  38. #define _IMPROVED_PACKET_ENCRYPTION_
  39. #define __PET_SYSTEM__
  40. #define __UDP_BLOCK__
  41. #define __SASH_SYSTEM__
  42. #define __HIGHLIGHT_SYSTEM__
  43. #define __ANTI_RESIST_MAGIC_BONUS__
  44. #define __NEW_ARROW_SYSTEM__
  45. #define __WEAPON_COSTUME_SYSTEM__
  46. #define __7AND8TH_SKILLS__
  47. #define __NEW_EXCHANGE_WINDOW__
  48. #define __WJ_SHOW_MOB_INFO__
  49. #define __WHISPER_LOG__
  50. #define __SEND_TARGET_INFO__
  51. #define __ITEM_SHINING__
  52. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement