Advertisement
Guest User

Untitled

a guest
May 24th, 2018
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. #ifndef __INC_SERVICE_H__
  2. #define __INC_SERVICE_H__
  3.  
  4. #define _IMPROVED_PACKET_ENCRYPTION_ // 패킷 암호화 개선
  5. //#define __AUCTION__
  6. #define __PET_SYSTEM__
  7. #define __UDP_BLOCK__
  8. /* OFFLINE SHOPS */
  9. #define OFFLINE_SHOP // Offline shops system
  10. #define GIFT_SYSTEM // gift system enable
  11. #define FULL_YANG // Enable support for yang type long long
  12. #define SHOP_TIME_REFRESH 1*60 // time for cycle checking older shops
  13. #define SHOP_BLOCK_GAME99 //Blocking create shops on channel 99
  14. #define SHOP_DISTANCE // Show shops in pos distance like WoM2
  15. #define SHOP_AUTO_CLOSE //Enable auto closing shop after sell last item
  16. #define SHOP_ONLY_ALLOWED_INDEX //Enable limiting for other map index which is not defined in player.shop_limit
  17. //#define SHOP_HIDE_NAME // Enable hidding shop npc names like "Player's shop"
  18. #define SHOP_GM_PRIVILEGES GM_IMPLEMENTOR //Minimum GM privileges to using Shop GM Panel
  19. #define SHOP_SEARCH
  20. #define SHOP_SEARCH_PRICE_MIN //Price in gui is a minimum eq. price >= item_price if is commented price in gui is a maximum
  21. #define ENABLE_EXTEND_INVEN_SYSTEM
  22. #define __SEND_TARGET_INFO__
  23. #define __SASH_SYSTEM__
  24. #define __BOSS_SECURITY__
  25. #ifndef __MOB_DISAPPEAR_FAST__
  26. #define __MOB_DISAPPEAR_FAST__
  27. #define __MOB_DISAPPEAR_FAST__VALUE 1
  28. #endif
  29. #define ENABLE_INFORMATION_NEXT_READ_BOOK
  30. #define __HIGHLIGHT_SYSTEM__
  31. #define ENABLE_LOCALIZATION_SYSTEM
  32. #define __WEAPON_COSTUME_SYSTEM__
  33. #define WJ_ENABLE_TRADABLE_ICON
  34. //#define ENABLE_QUIVER_SYSTEM
  35. #define __7AND8TH_SKILLS__
  36. #define __NEWPET_SYSTEM__
  37. //#define ENABLE_SKILL_PET_IN_BOX
  38. #define __CHANGELOOK_SYSTEM__
  39. #define ENABLE_BIOLOG_SYSTEM
  40. #define ENABLE_BIOLOG_SYSTEM_TIME
  41. #define ENABLE_EXTENDED_ITEMNAME_ON_GROUND
  42. #define ENABLE_IGNORE_LOWER_BUFFS
  43. #define __DUNGEON_FOR_GUILD__
  44. #ifdef __DUNGEON_FOR_GUILD__
  45. #define __MELEY_LAIR_DUNGEON__
  46. #ifdef __MELEY_LAIR_DUNGEON__
  47. #define __DESTROY_INFINITE_STATUES_GM__
  48. #define __LASER_EFFECT_ON_75HP__
  49. #define __LASER_EFFECT_ON_50HP__
  50. #endif
  51. #endif
  52. #define __VERSION_162__
  53. #ifdef __VERSION_162__
  54. #define HEALING_SKILL_VNUM 265
  55. #endif
  56. #define ENABLE_FIX_QUICK_SLOT
  57. #define __FIX_CHANGE_SEX_WITHOUT_RELOG__
  58. #define __FIX_PACKET_ID_CHECKED__
  59. #define __FIX_COMMON_DROP_ITEM_FILE__
  60. #define __FIX_NOTIF_GUILD_DECLARE_WAR_ON_CHAT__
  61. #define __FIX_L_SHURA
  62. #define __FIX_ANTI_YANG_BUG__
  63. #define __FIX_EXP_GRUP__
  64. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement