Advertisement
Guest User

Untitled

a guest
Mar 20th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 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_LANG_BR
  20. #ifdef SHOP_LANG_BR
  21. #define SHOP_SUCCESS_CLOSE "Loja Fechada com Sucesso."
  22. #define SHOP_MAX_ERR "Maximo de lojas permitidas atingido."
  23. #define INVENTORY_FULL_ERROR "Infelizmente, voce nao tem espaco suficiente em seu inventario."
  24. #define UNKNOW_ERROR "Erro desconhecido"
  25. #define SHOP_YANG_ADD "O Gold foi adicionado ao seu inventario com sucesso."
  26. #define SHOP_CASH_ADD "O Gold foi adicionado a sua conta com sucesso."
  27. #define SHOP_TIMEOUT "Tempo da Loja expirou."
  28. #define GIFT_NOT_EXISTS "Infelizmente, o item que voce especificou nao existe."
  29. #define GIFT_ADD_SUCCESS "Item selecionado, foi adicionado ao seu inventario."
  30. #define SHOP_REASON "Fechamento da Loja."
  31. #define SHOP_ITEM_REASON "O Item foi removido da loja."
  32. #define SHOP_NAME "#PLAYER_NAME#"
  33. #define SHOP_PRIV_ERROR "Voce nao tem permissao para abrir uma loja!"
  34. #define SHOP_CANNOT_OPEN_HERE "Infelizmente, neste lugar, voce nao pode abrir a loja."
  35. #define SHOP_OX_ERROR "Infelizmente, neste lugar, voce nao pode abrir a loja."
  36. #define SHOP_MAP_MAX "Foi atingido o maximo de lojas para este mapa."
  37. #define SHOP_TEMP_OFF "Infelizmente o sistema de loja esta desativado."
  38. #define SHOP_EDIT_SUCCESS "Loja Editada com Sucesso."
  39. #define SHOP_NEED_MONEY "Necess?io gold para abrir a loja."
  40. #define GIFT_ADD_ALL_SUCCESS "Todos os Itens foram adicionados ao invent?io"
  41. #endif
  42. #define SHOP_SEARCH
  43. #define SHOP_SEARCH_PRICE_MIN //Price in gui is a minimum eq. price >= item_price if is commented price in gui is a maximum
  44. #define NEW_ADD_INVENTORY
  45. #define __SEND_TARGET_INFO__
  46. #define __SASH_SYSTEM__
  47. #define __BOSS_SECURITY__
  48. #ifndef __MOB_DISAPPEAR_FAST__
  49. #define __MOB_DISAPPEAR_FAST__
  50. #define __MOB_DISAPPEAR_FAST__VALUE 1
  51. #endif
  52. #define ENABLE_INFORMATION_NEXT_READ_BOOK
  53. #define __HIGHLIGHT_SYSTEM__
  54. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement