Advertisement
Guest User

Untitled

a guest
Jan 20th, 2018
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.85 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. /// ============== [ FIX BUGS / EXPLOIT ] =============== //
  9. #define __FIX_KICK__HACK // FIX Kick Hack Tiger
  10. #define __FIX_INVIZIBILITATE__SPAWN // Fix invizibilitate
  11. #define __FIX_CHANGE_EQUIP // Schimba equipament-ul cu inventar-ul full
  12. #define __FIX_BONUS // Bug bonusuri fixat
  13. #define __FIX_BLOCK_COSTUME // Fix blocheaza echiparea unui costum de nunta si a unui costum normal in acelasti timp
  14. #define __FIX_BUG_STONE // Fixed bug pietre
  15. #define __FIX_BUG_IMUN // Fix bug imun scut
  16. #define __FIX_GUILD_INVITE // Fix invitatie mob/npc crash
  17. #define __FIX_EMPIRE_CHAT // Chat liber intre regate
  18. #define __FIX_STICLA_CUNOASTERI // fix sticla cunoasteri
  19. #define __FIX_CUBE_CRASH // fix crafting crash core
  20. #define __FIX_SQL_INJECT_DB // SQL Inject varianta 1 :D
  21. #define __FIX_KICK_HACK_NEW // Fix Kick Hack 2017
  22. #define __FIX_BUG_SELECT // Fix bug armuri select
  23. #define __FIX_TAIS_SURA // fix skill sura
  24. #define __FIX_AURA_WAR // fix skill war
  25. #define __FIX_TIME_BONUS // Fix schimbare bonus
  26. #define __FIX_COMAND_GUILD_CRASH // fix post command flood
  27. #define __FIX_PK_MODE // Nu poate sa-te omoare 5 secunde dupa ce reinvii
  28. #define __FIX_ITEM_RING // fix itemele de type 33 acadea / site aparare
  29. #define __FIX_QUIT_PCFLAG // questPCGetFlag Crash
  30. #define __FIX_QUICK_SLOT // Fix Bug Official iteme in slot-ul de jos
  31. #define __FIX_SKILL_RISIPIRE // fix Diferenta de level se aplicata doar atacatorilor mai mici decat tinta aleasa. Acest codat a fost creat de Martysama
  32. #define __FIX_SPAM_CHAT // faci spam pe chat de 10 ori kick
  33. #define __FIX_TIME_GUILD // timp 0 dupa ce ai sters breasla
  34. #define __FIX_INJECT_MESAGER_SQL // Fix inject mesaje sql
  35. #define __FIX_HP_SPAWN // Nu ai Hp negativ cand mori
  36. #define __FIX_EMOTION_MASC // Poti folosi emotile fara masca emotiei
  37. #define __FIX_WAR_GUILD // Fix war bresle
  38. #define __FIX_SQL_INJECT_3 // FIX SQL INJECT 3
  39. #define __FIX_RELOAD_Q // fic crash reload q
  40. #define __FIX_YANG_BUG // fix bugul yang cand ai un item in shop cu 0 yang nu merge cumparat
  41. #define __FIX_MARMURA_SHOP_BLES // Fix adaugare marmura bles in shop
  42. #define __FIX_SPAWN_HP // spawn cu 100 la viata
  43. #define __FIX_API_TOOL_ADMIN // fix api tool
  44. #define __FIX_BUG_CTRL_G_MOUNT // fix bug ctrl +g mount
  45. #define __FIX_BUG_6_7_ON_COSTUME // fix bonusuri 6 / 7 costume
  46. #define __FIX_BUG_6_7_ON_ITEMS // fix bug 6/7 iteme
  47. #define __FIX_BELT_INVENTORY_SLOT // fix slot curele
  48. #define __FIX_BELT_INVENTORY_ITEM // Fix belt inventory vnum bug
  49. #define __FIX_BELT_INVENTORY_EQUIP // fix belt echipat bug
  50. #define __FIX_YMIR_AFFECT_FIX // FIX Bug Roua
  51. /// ============== [ END FIX BUG / EXPLOIT ]/// ============== [
  52.  
  53. /// ============== [ Protection ] ==================== //
  54. #define __PROTECTION_STARTER_NAME // Verifica numele la starter
  55. #define __PROTECTION_GM_GIVE // restrictie gm sa deie iteme etc
  56. // =============== [ End Protection ] ================ //
  57.  
  58. // =============== [ Systems / effect ] ============== //
  59. #define ENABLE_EFFECT_TRADE // effect negot
  60. #define ENABLE_PVP_ADVANCED // System PVP
  61. #define ENABLE_MAINTENANCE_SYSTEM // System Mentenanta
  62. #define ENABLE_PENETRATE_EFFECT // Penetrate Effect
  63. #define ENABLE_PROFILE_SYSTEM // System Profil
  64. #ifdef ENABLE_PVP_ADVANCED // System PvP
  65. #define BLOCK_CHANGEITEM "pvp.BlockChangeItem"
  66. #define BLOCK_BUFF "pvp.BlockBuff"
  67. #define BLOCK_POTION "pvp.BlockPotion"
  68. #define BLOCK_RIDE "pvp.BlockRide"
  69. #define BLOCK_PET "pvp.BlockPet"
  70. #define BLOCK_POLY "pvp.BlockPoly"
  71. #define BLOCK_PARTY "pvp.BlockParty"
  72. #define BLOCK_EXCHANGE_ "pvp.BlockExchange"
  73. #define BLOCK_EQUIPMENT_ "pvp.BLOCK_VIEW_EQUIPMENT"
  74. #define BET_WINNER "pvp.BetMoney"
  75. #define CHECK_IS_FIGHT "pvp.IsFight"
  76. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement