Advertisement
Guest User

aiplayerbot

a guest
May 5th, 2019
996
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.74 KB | None | 0 0
  1. ##########################################
  2. # MANGOS Ai Playerbot Configuration file #
  3. ##########################################
  4.  
  5. [AiPlayerbotConf]
  6. ConfVersion=2010102201
  7.  
  8. # Enable or disable AI Playerbot
  9. AiPlayerbot.Enabled = 1
  10.  
  11. # Enable random bot system
  12. AiPlayerbot.RandomBotAutologin = 1
  13.  
  14. # Log on all random bots on start
  15. AiPlayerbot.RandomBotLoginAtStartup = 1
  16.  
  17. # Delete all random bot accounts (reset randombots)
  18. AiPlayerbot.DeleteRandomBotAccounts = 0
  19.  
  20. # auto-login all player alts as bots on player login
  21. AiPlayerbot.BotAutologin = 0
  22.  
  23. # Guild Task system
  24. AiPlayerbot.EnableGuildTasks = 1
  25.  
  26. # Create random bot characters automatically
  27. #AiPlayerbot.RandomBotAutoCreate = 1
  28.  
  29. # Random bot count
  30. AiPlayerbot.MinRandomBots = 50
  31. AiPlayerbot.MaxRandomBots = 200
  32. AiPlayerbot.RandomBotMinLevel = 5
  33. AiPlayerbot.RandomBotMaxLevel = 15
  34.  
  35. # Accounts to create for random bots
  36. AiPlayerbot.RandomBotAccountPrefix = rndbot
  37. AiPlayerbot.RandomBotAccountCount = 50
  38.  
  39. # Random bot guild count
  40. AiPlayerbot.RandomBotGuildCount = 50
  41.  
  42. # Delete all random bot guilds
  43. AiPlayerbot.DeleteRandomBotGuilds = 0
  44.  
  45. # Maps to teleport random bots
  46. AiPlayerbot.RandomBotMaps = 0,1
  47.  
  48. # Change random bot has lower gear
  49. AiPlayerbot.RandomGearLoweringChance = 0.15
  50.  
  51. # Chance random bot has max level on first randomize
  52. AiPlayerbot.RandomBotMaxLevelChance = 0.15
  53.  
  54. # Show progress bars for random bots (disabled by default)
  55. AiPlayerbot.ShowProgressBars = 1
  56.  
  57. # Enable immersive system for random bots
  58. AiPlayerbot.RandomBotImmersive = 0
  59.  
  60. # Set randombots movement speed to walking anywhere
  61. AiPlayerbot.RandombotsWalkingRPG = 0
  62.  
  63. # Set randombots movement speed to walking only inside buildings
  64. AiPlayerbot.RandombotsWalkingRPG.InDoors = 1
  65.  
  66. # Bots greet to the players
  67. AiPlayerbot.EnableGreet = 1
  68.  
  69. # Show helmet and cloak on randombots (reset required)
  70. AiPlayerbot.RandomBotShowHelmet = 1
  71. AiPlayerbot.RandomBotShowCloak = 1
  72.  
  73. # Disable random levels for randombots
  74. <<<<<<< HEAD
  75. # Every bots started on the same level like other players
  76. # and level up by killing mobs.
  77. AiPlayerbot.DisableRandomLevels = 1
  78. =======
  79. # Every bots started on the specified level and level up by killing mobs.
  80. AiPlayerbot.DisableRandomLevels = 0
  81. >>>>>>> f09cd6e18775b330476cfa1551d59f39c46fe7a2
  82.  
  83. # Set randombots starting level here if "AiPlayerbot.DisableRandomLevels" enabled
  84. # Recommended: 5+
  85. AiPlayerbot.randombotStartingLevel = 15
  86.  
  87. # Set kill XP rate for bots (default: 10)
  88. # Server XP Rate * AiPlayerbot.KillXPRate
  89. AiPlayerbot.KillXPRate = 10
  90.  
  91. # Set minimum level of randombots where gets enchants on items
  92. # Default: 60
  93. AiPlayerbot.minEnchantingBotLevel = 15
  94.  
  95. ##################################################################################
  96. # #
  97. # All other parameters are optional but can be changed by uncommenting them here #
  98. # #
  99. ##################################################################################
  100.  
  101. # Warrior
  102. AiPlayerbot.RandomClassSpecProbability.1.0 = 20
  103. AiPlayerbot.RandomClassSpecProbability.1.1 = 30
  104. AiPlayerbot.RandomClassSpecProbability.1.2 = 50
  105. # Paladin
  106. AiPlayerbot.RandomClassSpecProbability.2.0 = 20
  107. AiPlayerbot.RandomClassSpecProbability.2.1 = 50
  108. AiPlayerbot.RandomClassSpecProbability.2.2 = 30
  109. # Hunter
  110. AiPlayerbot.RandomClassSpecProbability.3.0 = 25
  111. AiPlayerbot.RandomClassSpecProbability.3.1 = 50
  112. AiPlayerbot.RandomClassSpecProbability.3.2 = 25
  113. # Rogue
  114. AiPlayerbot.RandomClassSpecProbability.4.0 = 40
  115. AiPlayerbot.RandomClassSpecProbability.4.1 = 50
  116. AiPlayerbot.RandomClassSpecProbability.4.2 = 10
  117. # Priest
  118. AiPlayerbot.RandomClassSpecProbability.5.0 = 40
  119. AiPlayerbot.RandomClassSpecProbability.5.1 = 40
  120. AiPlayerbot.RandomClassSpecProbability.5.2 = 20
  121. # Shaman
  122. AiPlayerbot.RandomClassSpecProbability.7.0 = 10
  123. AiPlayerbot.RandomClassSpecProbability.7.1 = 45
  124. AiPlayerbot.RandomClassSpecProbability.7.2 = 45
  125. # Mage
  126. AiPlayerbot.RandomClassSpecProbability.8.0 = 20
  127. AiPlayerbot.RandomClassSpecProbability.8.1 = 10
  128. AiPlayerbot.RandomClassSpecProbability.8.2 = 70
  129. # Warlock
  130. AiPlayerbot.RandomClassSpecProbability.9.0 = 33
  131. AiPlayerbot.RandomClassSpecProbability.9.1 = 33
  132. AiPlayerbot.RandomClassSpecProbability.9.2 = 33
  133. # Druid
  134. AiPlayerbot.RandomClassSpecProbability.11.0 = 10
  135. AiPlayerbot.RandomClassSpecProbability.11.1 = 45
  136. AiPlayerbot.RandomClassSpecProbability.11.2 = 45
  137.  
  138. # Prefix for bot chat commands (e.g. follow, stay)
  139. #AiPlayerbot.CommandPrefix =
  140.  
  141. # Max AI iterations per tick
  142. #AiPlayerbot.IterationsPerTick = 10
  143.  
  144. # Allow/deny bots from your guild
  145. #AiPlayerbot.AllowGuildBots = 1
  146.  
  147. # Delay between two short-time spells cast
  148. #AiPlayerbot.GlobalCooldown = 500
  149.  
  150. # Max wait time when moving
  151. #AiPlayerbot.MaxWaitForMove = 5000
  152.  
  153. # Delay between two bot actions
  154. #AiPlayerbot.ReactDelay = 100
  155.  
  156. # Inactivity delay
  157. #AiPlayerbot.PassiveDelay = 10000
  158.  
  159. # Minimum delay between repeating actions (chat messages, emotes etc)
  160. #AiPlayerbot.RepeatDelay = 3000
  161.  
  162. #AiPlayerbot.RpgDelay = 3000
  163.  
  164. #AiPlayerbot.SitDelay = 60000
  165.  
  166. # Distances
  167. #AiPlayerbot.SightDistance = 75.0
  168. #AiPlayerbot.SpellDistance = 30.0
  169. #AiPlayerbot.ReactDistance = 150.0
  170. #AiPlayerbot.GrindDistance = 100.0
  171. #AiPlayerbot.LootDistance = 20.0
  172. #AiPlayerbot.FleeDistance = 20.0
  173. #AiPlayerbot.TooCloseDistance = 7.0
  174. #AiPlayerbot.MeleeDistance = 1.0
  175. #AiPlayerbot.FollowDistance = 1.5
  176. #AiPlayerbot.WhisperDistance = 6000.0
  177. #AiPlayerbot.ContactDistance = 0.5
  178. #AiPlayerbot.AoeRadius = 10
  179. #AiPlayerbot.RpgDistance = 80
  180.  
  181. # Bot can flee for enemy
  182. #AiPlayerbot.FleeingEnabled = 1
  183.  
  184. # Health/Mana levels
  185. #AiPlayerbot.CriticalHealth = 25
  186. #AiPlayerbot.LowHealth = 45
  187. #AiPlayerbot.MediumHealth = 65
  188. #AiPlayerbot.AlmostFullHealth = 85
  189. #AiPlayerbot.LowMana = 15
  190. #AiPlayerbot.MediumMana = 40
  191.  
  192. # Random bot default strategies (applied after defaults)
  193. #AiPlayerbot.RandomBotCombatStrategies = +dps,+dps assist,-threat
  194. #AiPlayerbot.RandomBotNonCombatStrategies = +grind,+loot,+rpg,+custom::say
  195. #AiPlayerbot.CombatStrategies = +custom::say
  196. #AiPlayerbot.NonCombatStrategies = +custom::say
  197.  
  198.  
  199. # How often tasks are changed
  200. #AiPlayerbot.MinGuildTaskChangeTime = 172800
  201. #AiPlayerbot.MaxGuildTaskChangeTime = 432000
  202. # Mail spam interval
  203. #AiPlayerbot.MinGuildTaskAdvertisementTime = 300
  204. #AiPlayerbot.MaxGuildTaskAdvertisementTime = 28800
  205. # Delay before reward is sent
  206. #AiPlayerbot.MinGuildTaskRewardTime = 300
  207. #AiPlayerbot.MaxGuildTaskRewardTime = 3600
  208.  
  209. # Quest items to leave (do not destroy)
  210. #AiPlayerbot.RandomBotQuestItems = 6948,5175,5176,5177,5178
  211.  
  212. # Spells every random bot will learn on randomize (54197 - cold weather flying)
  213. #AiPlayerbot.RandomBotSpellIds = 54197
  214.  
  215. # Enable LFG for random bots
  216. #AiPlayerbot.RandomBotJoinLfg = 1
  217.  
  218. # Level diff between random bots and nearby creatures for random teleports
  219. #AiPlayerbot.RandomBotTeleLevel = 3
  220.  
  221. #AiPlayerbot.OpenGoSpell = 6477
  222.  
  223. # Intervals
  224. #AiPlayerbot.RandomBotUpdateInterval = 60
  225. #AiPlayerbot.RandomBotCountChangeMinInterval = 86400
  226. #AiPlayerbot.RandomBotCountChangeMaxInterval = 259200
  227. #AiPlayerbot.MinRandomBotInWorldTime = 7200
  228. #AiPlayerbot.MaxRandomBotInWorldTime = 1209600
  229. #AiPlayerbot.MinRandomBotRandomizeTime = 7200
  230. #AiPlayerbot.MaxRandomRandomizeTime = 1209600
  231. #AiPlayerbot.RandomBotsPerInterval = 50
  232. #AiPlayerbot.MinRandomBotsPriceChangeInterval = 7200
  233. #AiPlayerbot.MaxRandomBotsPriceChangeInterval = 172800
  234.  
  235. # How far random bots are teleported after death
  236. #AiPlayerbot.RandomBotTeleportDistance = 1000
  237.  
  238. # Debug switches
  239. #AiPlayerbot.SpellDump = 0
  240. #AiPlayerbot.LogInGroupOnly = 1
  241. #AiPlayerbot.LogValuesPerTick = 0
  242. #AiPlayerbot.RandomChangeMultiplier = 1
  243.  
  244. # Command server port, 0 - disabled
  245. #AiPlayerbot.CommandServerPort = 8888
  246.  
  247. #AiPlayerbot.PerfMonEnabled = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement