Guest User

Config File from Antibot system (NeverMore)

a guest
Mar 6th, 2013
671
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.73 KB | None | 0 0
  1. # ---------------------------------------------------------------------------
  2. # -------------- Antibot System Engine created by NeverMore --------------
  3. # ---------------------------------------------------------------------------
  4.  
  5. # ---------------------------------------------------------------------------
  6. # Antibot System General Settings
  7. # ---------------------------------------------------------------------------
  8. # Control all antibot systems
  9. # This option will affect all antibot systems
  10. # Default: False
  11. EnableAntibotSystems = True
  12.  
  13. # This option will affect gm characters also
  14. # default: False
  15. EnableAntibotForGms = False
  16.  
  17. # ---------------------------------------------------------------------------
  18. # Antibot Farm System
  19. # ---------------------------------------------------------------------------
  20. # Antibot farm system activation
  21. # default: False
  22. EnableAntibotFarmSystem = True
  23.  
  24. # Antibot system, jail after all tries fail in seconds
  25. # Default: 180
  26. JailTimer = 100
  27.  
  28. # In case of antibot farm is enabled
  29. # There are 2 options 0 and 1
  30. # 0 is to make antibot farm system to count mobs
  31. # 1 is to make antibot create a chance by each kill
  32. # Default: 0
  33. AntibotFarmType = 0
  34.  
  35. # In case of antibot farm system activation and type 0
  36. # Default: 100
  37. AntibotMobCounter = 200
  38.  
  39. # In case of antibot farm system activation and type 1
  40. # Default: 50
  41. AntibotFarmChance = 50
  42.  
  43. # This will enable or disable specific mobs for antibot farm system
  44. # default: False
  45. EnableAntibotSpecificMobs = False
  46.  
  47. # In case of enable specific mobs
  48. # Example: 22320;22327;22765
  49. FarmMobsIds = 22320;22327;22765;22325;22763;22321;22760;22324;22762;22761
  50.  
  51. # ---------------------------------------------------------------------------
  52. # Antibot Enchant System
  53. # ---------------------------------------------------------------------------
  54. # Antibot enchant system activation
  55. # Default: False
  56. EnableAntibotEnchantSystem = False
  57.  
  58. # Antibot system, this will set every how many seconds enchant chance will gets low
  59. # Default: 20
  60. EnchantChanceTimer = 20
  61.  
  62. # Antibot system, this will set from what chance enchant chance will start
  63. # Default: 80
  64. EnchantChancePercentToStart = 80
  65.  
  66. # Antibot system, this will set how much % enchant chance will get low in every
  67. # EnchantChanceTimer cycle
  68. # Default: 10
  69. EnchantChancePercentToLow = 10
  70.  
  71. # In case of antibot enchant is enabled
  72. # There are 2 options 0 and 1
  73. # 0 is to make antibot enchant system to count enchants
  74. # 1 is to make antibot create a chance by each scroll
  75. # Default: 0
  76. AntibotEnchantType = 0
  77.  
  78. # In case of antibot enchant system activation and type 0
  79. # Default: 100
  80. AntibotEnchantCounter = 200
  81.  
  82. # In case of antibot enchant system activation and type 1
  83. # Default: 100
  84. AntibotEnchantChance = 100
Advertisement
Add Comment
Please, Sign In to add comment