Advertisement
Guest User

Untitled

a guest
Feb 16th, 2018
975
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.35 KB | None | 0 0
  1. ##############################################
  2. # SingleCore Ai Playerbot Configuration file #
  3. ##############################################
  4.  
  5. [AiPlayerbotConf]
  6. ConfVersion=20171208
  7.  
  8. # Enable or disable AI Playerbot
  9. # Can do huge lag and "Recieving Characters" issue on first run
  10. AiPlayerbot.Enabled = 1
  11.  
  12. # This option turning off the RandomBots and
  13. # auto-login all of the player characters from the same account as a bot.
  14. Classic.Playerbots.Mode = 0
  15.  
  16. # Enable random bot system
  17. AiPlayerbot.RandomBotAutologin = 1
  18.  
  19. # AI Playerbots can join in Battlegrounds
  20. AiPlayerbot.RandomBotJoinBG = 1
  21.  
  22. # Enable LFG for random bots (buggy, use it only if you not playing in party)
  23. AiPlayerbot.RandomBotJoinLfg = 1
  24.  
  25. # Show helmet and cloak on randombots (reset required)
  26. AiPlayerbot.randomBotShowHelmet = 1
  27.  
  28. # Server won't randomize randombots inventory
  29. AiPlayerbot.NotSoRandom = 0
  30.  
  31. # Randombots can get quests (do more lag on first run)
  32. AiPlayerbot.randomBotInitQuest = 1
  33.  
  34. # All race, all class mode for bots (need the client mod too)
  35. AiPlayerbot.ARAC = 0
  36.  
  37. # Accounts to create for random bots
  38. AiPlayerbot.RandomBotAccountPrefix = rndbot
  39. AiPlayerbot.RandomBotAccountCount = 100
  40.  
  41. # Random bot count
  42. AiPlayerbot.MinRandomBots = 500
  43. AiPlayerbot.MaxRandomBots = 500
  44. AiPlayerbot.RandomBotMinLevel = 80
  45. AiPlayerbot.RandomBotMaxLevel = 80
  46.  
  47. # Custom strategies (check in database)
  48. AiPlayerbot.CombatStrategies = +custom::say
  49. AiPlayerbot.NonCombatStrategies = +custom::say
  50.  
  51. # Allow/deny bots from your guild
  52. AiPlayerbot.AllowGuildBots = 1
  53.  
  54. # Level diff to invite randombots (default = 5)
  55. AiPlayerbot.InvLevel = 0
  56.  
  57. # Randombots can refuse to DO ANYTHING (While in party) because of loot options(default = 0)
  58. AiPlayerbot.LootRestrictions = 1
  59.  
  60. # Delete all random bot accounts
  61. AiPlayerbot.DeleteRandomBotAccounts = 0
  62.  
  63. # Delete all random bot guilds
  64. AiPlayerbot.DeleteRandomBotGuilds = 0
  65.  
  66.  
  67. ##############################################
  68. # Nothing interested down below #
  69. ##############################################
  70.  
  71.  
  72. # Warrior
  73. AiPlayerbot.RandomClassSpecProbability.1.0 = 20
  74. AiPlayerbot.RandomClassSpecProbability.1.1 = 30
  75. AiPlayerbot.RandomClassSpecProbability.1.2 = 50
  76. # Paladin
  77. AiPlayerbot.RandomClassSpecProbability.2.0 = 20
  78. AiPlayerbot.RandomClassSpecProbability.2.1 = 50
  79. AiPlayerbot.RandomClassSpecProbability.2.2 = 30
  80. # Hunter
  81. AiPlayerbot.RandomClassSpecProbability.3.0 = 25
  82. AiPlayerbot.RandomClassSpecProbability.3.1 = 50
  83. AiPlayerbot.RandomClassSpecProbability.3.2 = 25
  84. # Rogue
  85. AiPlayerbot.RandomClassSpecProbability.4.0 = 40
  86. AiPlayerbot.RandomClassSpecProbability.4.1 = 50
  87. AiPlayerbot.RandomClassSpecProbability.4.2 = 10
  88. # Priest
  89. AiPlayerbot.RandomClassSpecProbability.5.0 = 40
  90. AiPlayerbot.RandomClassSpecProbability.5.1 = 40
  91. AiPlayerbot.RandomClassSpecProbability.5.2 = 20
  92. # DeathKnight
  93. AiPlayerbot.RandomClassSpecProbability.6.0 = 33
  94. AiPlayerbot.RandomClassSpecProbability.6.1 = 33
  95. AiPlayerbot.RandomClassSpecProbability.6.2 = 33
  96. # Shaman
  97. AiPlayerbot.RandomClassSpecProbability.7.0 = 10
  98. AiPlayerbot.RandomClassSpecProbability.7.1 = 45
  99. AiPlayerbot.RandomClassSpecProbability.7.2 = 45
  100. # Mage
  101. AiPlayerbot.RandomClassSpecProbability.8.0 = 20
  102. AiPlayerbot.RandomClassSpecProbability.8.1 = 10
  103. AiPlayerbot.RandomClassSpecProbability.8.2 = 70
  104. # Warlock
  105. AiPlayerbot.RandomClassSpecProbability.9.0 = 33
  106. AiPlayerbot.RandomClassSpecProbability.9.1 = 33
  107. AiPlayerbot.RandomClassSpecProbability.9.2 = 33
  108. # Druid
  109. AiPlayerbot.RandomClassSpecProbability.11.0 = 10
  110. AiPlayerbot.RandomClassSpecProbability.11.1 = 45
  111. AiPlayerbot.RandomClassSpecProbability.11.2 = 45
  112.  
  113. # no idea - TC was requesting these.. so..
  114. AiPlayerbot.RandomClassSpecProbability.0.0 = 33
  115. AiPlayerbot.RandomClassSpecProbability.0.1 = 33
  116. AiPlayerbot.RandomClassSpecProbability.0.2 = 33
  117. AiPlayerbot.RandomClassSpecProbability.10.0 = 33
  118. AiPlayerbot.RandomClassSpecProbability.10.1 = 33
  119. AiPlayerbot.RandomClassSpecProbability.10.2 = 33
  120.  
  121. #
  122. # All other parameters are optional but can be changed by uncommenting them here
  123. #
  124.  
  125. # Prefix for bot chat commands (e.g. follow, stay)
  126. AiPlayerbot.CommandPrefix =
  127.  
  128. # Max AI iterations per tick
  129. AiPlayerbot.IterationsPerTick = 100
  130.  
  131. # Delay between two short-time spells cast
  132. AiPlayerbot.GlobalCooldown = 50
  133.  
  134. # Max wait time when moving
  135. AiPlayerbot.MaxWaitForMove = 300
  136.  
  137. # Delay between two bot actions
  138. AiPlayerbot.ReactDelay = 10
  139.  
  140. # Distances
  141. AiPlayerbot.SightDistance = 35.0
  142. AiPlayerbot.SpellDistance = 35.0
  143. AiPlayerbot.ShootDistance = 35.0
  144. AiPlayerbot.ReactDistance = 150.0
  145. AiPlayerbot.GrindDistance = 100.0
  146. AiPlayerbot.LootDistance = 15.0
  147. AiPlayerbot.FleeDistance = 5.0
  148. AiPlayerbot.TooCloseDistance = 5.0
  149. AiPlayerbot.MeleeDistance = 5.0
  150. AiPlayerbot.FollowDistance = 1.0
  151. AiPlayerbot.WhisperDistance = 6000.0
  152. AiPlayerbot.ContactDistance = 0.5
  153.  
  154. # Bot can flee for enemy
  155. AiPlayerbot.FleeingEnabled = 0
  156.  
  157. # Health/Mana levels
  158. AiPlayerbot.CriticalHealth = 20
  159. AiPlayerbot.LowHealth = 50
  160. AiPlayerbot.MediumHealth = 70
  161. AiPlayerbot.AlmostFullHealth = 85
  162. AiPlayerbot.LowMana = 15
  163. AiPlayerbot.MediumMana = 40
  164.  
  165. # Random bot default strategies (applied after defaults)
  166. AiPlayerbot.RandomBotCombatStrategies = +dps,+dps assist,-threat
  167. AiPlayerbot.RandomBotNonCombatStrategies = +grind,+move random,+loot
  168.  
  169. # Create random bot characters automatically
  170. AiPlayerbot.RandomBotAutoCreate = 1
  171.  
  172. # Random bot guild count
  173. AiPlayerbot.RandomBotGuildCount = 50
  174.  
  175. # Guild Task system
  176. AiPlayerbot.EnableGuildTasks = 1
  177.  
  178. # How often tasks are changed
  179. AiPlayerbot.MinGuildTaskChangeTime = 172800
  180. AiPlayerbot.MaxGuildTaskChangeTime = 432000
  181. # Mail spam interval
  182. AiPlayerbot.MinGuildTaskAdvertisementTime = 28800
  183. AiPlayerbot.MaxGuildTaskAdvertisementTime = 345600
  184. # Delay before reward is sent
  185. AiPlayerbot.MinGuildTaskRewardTime = 60
  186. AiPlayerbot.MaxGuildTaskRewardTime = 600
  187.  
  188. # Maps to teleport random bots (0,1,530,571)
  189. AiPlayerbot.RandomBotMaps = 4197
  190.  
  191. # Change random bot has lower gear
  192. AiPlayerbot.RandomGearLoweringChance = 0
  193.  
  194. # Chance random bot has max level on first randomize
  195. AiPlayerbot.RandomBotMaxLevelChance = 100
  196.  
  197. # Quest items to leave (do not destroy)
  198. AiPlayerbot.RandomBotQuestItems = 6948,5175,5176,5177,5178
  199.  
  200. # Spells every random bot will learn on randomize (54197 - cold weather flying)
  201. AiPlayerbot.RandomBotSpellIds = 54197
  202.  
  203. # Level diff between random bots and nearby creatures for random teleports
  204. AiPlayerbot.RandomBotTeleLevel = 0
  205.  
  206. # Intervals
  207. AiPlayerbot.RandomBotUpdateInterval = 60
  208. AiPlayerbot.RandomBotCountChangeMinInterval = 86400
  209. AiPlayerbot.RandomBotCountChangeMaxInterval = 259200
  210. AiPlayerbot.MinRandomBotInWorldTime = 86400
  211. AiPlayerbot.MaxRandomBotInWorldTime = 1209600
  212. AiPlayerbot.MinRandomBotRandomizeTime = 7200
  213. AiPlayerbot.MaxRandomRandomizeTime = 1209600
  214. AiPlayerbot.MinRandomBotsPerInterval = 50
  215. AiPlayerbot.MaxRandomBotsPerInterval = 100
  216. AiPlayerbot.MinRandomBotsPriceChangeInterval = 7200
  217. AiPlayerbot.MaxRandomBotsPriceChangeInterval = 172800
  218. AiPlayerbot.MinRandomBotReviveTime = 10
  219. AiPlayerbot.MaxRandomReviveTime = 50
  220.  
  221. # Log on all random bots on start
  222. AiPlayerbot.RandomBotLoginAtStartup = 1
  223.  
  224. # How far random bots are teleported after death
  225. AiPlayerbot.RandomBotTeleportDistance = 50
  226.  
  227. # Debug switches
  228. AiPlayerbot.SpellDump = 0
  229. AiPlayerbot.LogInGroupOnly = 1
  230. AiPlayerbot.LogValuesPerTick = 0
  231. AiPlayerbot.RandomChangeMultiplier = 1
  232.  
  233. # Command server port, 0 - disabled
  234. AiPlayerbot.CommandServerPort = 0
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement