Guest User

Untitled

a guest
Jun 21st, 2018
105
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.86 KB | None | 0 0
  1. // Sorceress config file
  2.  
  3. /* Brief instructions:
  4. * Notepad++ is HIGHLY recommended to use for editing these files. Visit http://notepad-plus-plus.org/
  5. * To comment out something, put // in front of that line
  6. * !!!Never comment out something you're not sure about, set it to false or disable as noted in description if you don't want to use it.
  7. * true and false are case sensitive. Good: Config.SomeVar = true; Bad: Config.SomeVar = True;
  8. */
  9.  
  10. function LoadConfig() {
  11. /* Sequence config
  12. * Set to true if you want to run it, set to false if not.
  13. * If you want to change the order of the scripts, just change the order of their lines by using cut and paste.
  14. */
  15.  
  16. // User addon script. Read the description in libs/bots/UserAddon.js
  17. Scripts.UserAddon = false; // !!!YOU MUST SET THIS TO FALSE IF YOU WANT TO RUN BOSS/AREA SCRIPTS!!!
  18.  
  19. // Battle orders script - Use this for 2+ characters (for example BO barb + sorc)
  20. Scripts.BattleOrders = true;
  21. Config.BattleOrders.Mode = 1; // 0 = give BO, 1 = get BO
  22. Config.BattleOrders.Wait = false; // Idle until the player that received BO leaves.
  23. Config.BattleOrders.Getters = []; // List of players to wait for before casting Battle Orders (mode 0). All players must be in the same area as the BOer.
  24.  
  25.  
  26. // Team MF system
  27. Config.MFLeader = false; // Set to true if you have one or more MFHelpers. Opens TP and gives commands when doing normal MF runs.
  28.  
  29. // Boss/area scripts
  30.  
  31.  
  32. Scripts.Travincal = false;
  33. Config.Travincal.PortalLeech = false; // Set to true to open a portal for leechers.
  34.  
  35. Scripts.Andariel = true;
  36.  
  37.  
  38.  
  39. Scripts.Mephisto = true;
  40. Config.Mephisto.MoatTrick = false;
  41. Config.Mephisto.KillCouncil = false;
  42. Config.Mephisto.TakeRedPortal = true;
  43.  
  44. Scripts.Mausoleum = true;
  45. Config.Mausoleum.KillBloodRaven = false;
  46. Config.Mausoleum.ClearCrypt = false;
  47.  
  48.  
  49.  
  50. Scripts.AncientTunnels = true;
  51. Config.AncientTunnels.OpenChest = true; // Open special chest in Lost City
  52. Config.AncientTunnels.KillDarkElder = false;
  53.  
  54.  
  55. Scripts.ChestMania = true; // Open chests in configured areas. See sdk/areas.txt
  56. Config.ChestMania.Act1 = []; // List of act 1 areas to open chests in
  57. Config.ChestMania.Act2 = []; // List of act 2 areas to open chests in
  58. Config.ChestMania.Act3 = [79, 80, 81]; // List of act 3 areas to open chests in
  59. Config.ChestMania.Act4 = []; // List of act 4 areas to open chests in
  60. Config.ChestMania.Act5 = []; // List of act 5 areas to open chests in
  61.  
  62.  
  63.  
  64. // *** act 1 ***
  65. Scripts.Corpsefire = false;
  66. Config.Corpsefire.ClearDen = false;
  67. Scripts.Rakanishu = false;
  68. Config.Rakanishu.KillGriswold = true;
  69. Scripts.UndergroundPassage = false;
  70. Scripts.Coldcrow = false;
  71. Scripts.Tristram = false;
  72. Config.Tristram.PortalLeech = false; // Set to true to open a portal for leechers.
  73. Scripts.Pit = false;
  74. Config.Pit.ClearPit1 = true;
  75. Scripts.Treehead = false;
  76. Scripts.Smith = false;
  77. Scripts.BoneAsh = false;
  78. Scripts.Countess = false;
  79. Config.Countess.KillGhosts = false;
  80.  
  81.  
  82. Scripts.Cows = false;
  83.  
  84. // *** act 2 ***
  85. Scripts.Radament = false;
  86. Scripts.Coldworm = false;
  87. Config.Coldworm.KillBeetleburst = false;
  88. Config.Coldworm.ClearMaggotLair = false; // Clear all 3 levels
  89. Scripts.Summoner = false;
  90. Config.Summoner.FireEye = false;
  91. Scripts.Tombs = false;
  92. Scripts.Duriel = false;
  93.  
  94. // *** act 3 ***
  95. Scripts.Stormtree = false;
  96. Scripts.KurastTemples = false;
  97. Scripts.Icehawk = false;
  98. Scripts.Endugu = false;
  99.  
  100.  
  101. // *** act 4 ***
  102. Scripts.OuterSteppes = false;
  103. Scripts.Izual = false;
  104. Scripts.Hephasto = false;
  105. Scripts.Vizier = false; // Intended for classic sorc, kills Vizier only.
  106. Scripts.FastDiablo = false;
  107. Scripts.Diablo = false;
  108. Config.Diablo.Entrance = false; // Start from entrance
  109. Config.Diablo.SealWarning = "";
  110. Config.Diablo.EntranceTP = "";
  111. Config.Diablo.StarTP = "";
  112. Config.Diablo.DiabloMsg = "";
  113. Scripts.SealLeader = false; // Clear a safe spot around seals and invite leechers in. Leechers should run SealLeecher script. Don't run with Diablo or FastDiablo.
  114.  
  115. // *** act 5 ***
  116. Scripts.Pindleskin = false;
  117. Config.Pindleskin.UseWaypoint = false;
  118. Config.Pindleskin.KillNihlathak = true;
  119. Config.Pindleskin.ViperQuit = false; // End script if Tomb Vipers are found.
  120. Scripts.Nihlathak = false;
  121. Config.Nihlathak.ViperQuit = false; // End script if Tomb Vipers are found.
  122. Scripts.Eldritch = false;
  123. Config.Eldritch.OpenChest = true;
  124. Config.Eldritch.KillShenk = true;
  125. Config.Eldritch.KillDacFarren = true;
  126. Scripts.Eyeback = false;
  127. Scripts.SharpTooth = false;
  128. Scripts.ThreshSocket = false;
  129. Scripts.Abaddon = false;
  130. Scripts.Frozenstein = false;
  131. Config.Frozenstein.ClearFrozenRiver = true;
  132. Scripts.Bonesaw = false;
  133. Config.Bonesaw.ClearDrifterCavern = false;
  134. Scripts.Snapchip = false;
  135. Config.Snapchip.ClearIcyCellar = true;
  136. Scripts.Worldstone = false;
  137. Scripts.Baal = false;
  138. Config.Baal.HotTPMessage = "Hot TP!";
  139. Config.Baal.SafeTPMessage = "Safe TP!";
  140. Config.Baal.BaalMessage = "Baal!";
  141. Config.Baal.SoulQuit = false; // End script if Souls (Undead Soul Killers) are found.
  142. Config.Baal.DollQuit = false; // End script if Dolls (Undead Stigyan Dolls) are found.
  143. Config.Baal.KillBaal = true; // Kill Baal. Leaves game after wave 5 if false.
  144.  
  145. /* ### leeching section ###
  146. * Unless stated otherwise, leader's character name isn't needed on order to run.
  147. * Don't use more scripts of the same type! (Run AutoBaal OR BaalHelper, not both)
  148. */
  149.  
  150. Config.Leader = ""; // Leader's ingame character name. Leave blank to try auto-detection (works in AutoBaal, Wakka, MFHelper)
  151. Config.QuitList = [""]; // List of character names to quit with. Example: Config.QuitList = ["MySorc", "MyDin"];
  152. Config.QuitListMode = 0; // 0 = use character names; 1 = use profile names (all profiles must run on the same computer).
  153.  
  154. Scripts.TristramLeech = false; // Enters Tristram, attempts to stay close to the leader and will try and help kill.
  155. Scripts.TravincalLeech = false; // Enters portal at back of Travincal.
  156. Config.TravincalLeech.Helper = true; // If set to true the character will teleport to the stairs and help attack.
  157. Scripts.MFHelper = false; // Run the same MF run as the MFLeader. Leader must have Config.MFLeader = true
  158. Scripts.Wakka = false; // Walking chaos leecher with auto leader assignment, stays at safe distance from the leader
  159. Scripts.SealLeecher = false; // Enter safe portals to Chaos. Leader should run SealLeader.
  160. Scripts.DiabloHelper = false; // Chaos helper, kills monsters and doesn't open seals on its own.
  161. Config.DiabloHelper.Wait = 120; // Seconds to wait for a runner to be in Chaos. If Config.Leader is set, it will wait only for the leader.
  162. Config.DiabloHelper.Entrance = true; // Start from entrance. Set to false to start from star.
  163. Config.DiabloHelper.SkipTP = false; // Don't wait for town portal and directly head to chaos. It will clear monsters around chaos entrance and wait for the runner.
  164. Config.DiabloHelper.SkipIfBaal = false; // End script if there are party members in a Baal run.
  165. Scripts.AutoBaal = false; // Baal leecher with auto leader assignment
  166. Config.AutoBaal.FindShrine = false; // false = disabled, 1 = search after hot tp message, 2 = search as soon as leader is found
  167. Config.AutoBaal.LeechSpot = [15115, 5050]; // X, Y coords of Throne Room leech spot
  168. Config.AutoBaal.LongRangeSupport = false; // Cast long distance skills from a safe spot
  169. Scripts.BaalHelper = false;
  170. Config.BaalHelper.Wait = 120; // Seconds to wait for a runner to be in Throne
  171. Config.BaalHelper.KillNihlathak = false; // Kill Nihlathak before going to Throne
  172. Config.BaalHelper.FastChaos = false; // Kill Diablo before going to Throne
  173. Config.BaalHelper.DollQuit = false; // End script if Dolls (Undead Soul Killers) are found.
  174. Config.BaalHelper.KillBaal = true; // Kill Baal. If set to false, you must configure Config.QuitList or the bot will wait indefinitely.
  175. Config.BaalHelper.SkipTP = false; // Don't wait for a TP, go to WSK3 and wait for someone to go to throne. Anti PK measure.
  176. Scripts.Follower = false; // Script that follows a manually played leader around like a merc. For a list of commands, see Follower.js
  177.  
  178. // *** special scripts ***
  179. Scripts.WPGetter = false; // Get missing waypoints
  180. Scripts.GetKeys = false; // Hunt for T/H/D keys
  181. Scripts.OrgTorch = false;
  182. Config.OrgTorch.MakeTorch = true; // Convert organ sets to torches
  183. Config.OrgTorch.WaitForKeys = true; // Enable Torch System to get keys from other profiles. See libs/TorchSystem.js for more info
  184. Config.OrgTorch.WaitTimeout = 15; // Time in minutes to wait for keys before moving on
  185. Config.OrgTorch.UseSalvation = true; // Use Salvation aura on Mephisto (if possible)
  186. Config.OrgTorch.GetFade = false; // Get fade by standing in a fire. You MUST have Last Wish or Treachery on your character being worn.
  187. Scripts.Rusher = false; // Rush bot. For a list of commands, see Rusher.js
  188. Config.Rusher.WaitPlayerCount = 0; // Wait until game has a certain number of players (0 - don't wait, 8 - wait for full game).
  189. Config.Rusher.Radament = false; // Do Radament quest.
  190. Config.Rusher.LamEsen = false; // Do Lam Esen quest.
  191. Config.Rusher.Izual = false; // Do Izual quest.
  192. Config.Rusher.Shenk = false; // Do Shenk quest.
  193. Config.Rusher.Anya = false; // Do Anya quest.
  194. Config.Rusher.LastRun = ""; // End rush after this run. List of runs: http://pastebin.com/Uez3nZ6g
  195. Scripts.Rushee = false; // Automatic rushee, works with Rusher. Set Rusher's character name as Config.Leader
  196. Config.Rushee.Quester = false; // Enter portals and get quest items.
  197. Config.Rushee.Bumper = false; // Do Ancients and Baal. Minimum levels: 20 - norm, 40 - nightmare
  198. Scripts.CrushTele = false; // classic rush teleporter. go to area of interest and press "-" numpad key
  199. Scripts.Questing = false; // solves missing quests (skill/stat+shenk)
  200. Scripts.Gamble = false; // Gambling system, other characters will mule gold into your game so you can gamble infinitely. See Gambling.js
  201. Scripts.Crafting = false; // Crafting system, other characters will mule crafting ingredients. See CraftingSystem.js
  202. Scripts.GhostBusters = false; // Kill ghosts in most areas that contain them
  203. Scripts.Enchant = false;
  204. Config.Enchant.Triggers = ["chant", "cows", "wps"]; // Chat commands for enchant, cow level and waypoint giving
  205. Config.Enchant.GetLeg = false; // Get Wirt's Leg from Tristram. If set to false, it will check for the leg in town.
  206. Config.Enchant.AutoChant = false; // Automatically enchant nearby players and their minions
  207. Config.Enchant.GameLength = 20; // Game length in minutes
  208. Scripts.IPHunter = false;
  209. Config.IPHunter.IPList = []; // List of IPs to look for. example: [165, 201, 64]
  210. Config.IPHunter.GameLength = 3; // Number of minutes to stay in game if ip wasn't found
  211. Scripts.KillDclone = false; // Kill Diablo Clone by using Arcane Sanctuary waypoint. Diablo needs to walk the Earth in the game.
  212. Scripts.ShopBot = false; // Shopbot script. Automatically uses shopbot.nip and ignores other pickits.
  213. // Supported NPCs: Akara, Charsi, Gheed, Elzix, Fara, Drognan, Ormus, Asheara, Hratli, Jamella, Halbu, Anya. Multiple NPCs are also supported, example: ["Elzix", "Fara"]
  214. // Use common sense when combining NPCs. Shopping in different acts will probably lead to bugs.
  215. Config.ShopBot.ShopNPC = "Anya";
  216. // Put item classid numbers or names to scan (remember to put quotes around names). Leave blank to scan ALL items. See libs/config/templates/ShopBot.txt
  217. Config.ShopBot.ScanIDs = [];
  218. Config.ShopBot.CycleDelay = 0; // Delay between shopping cycles in milliseconds, might help with crashes.
  219. Config.ShopBot.QuitOnMatch = false; // Leave game as soon as an item is shopped.
  220. Scripts.ClearAnyArea = false; // Clear any area. Uses Config.ClearType to determine which type of monsters to kill.
  221. Config.ClearAnyArea.AreaList = []; // List of area ids to clear. See sdk/areas.txt
  222.  
  223. // *** Guest scripts ***
  224.  
  225. // Baal Assistant by YourGreatestMember
  226. Scripts.BaalAssistant = false; // Used to leech or help in baal runs.
  227. Config.BaalAssistant.Wait = 120; // Seconds to wait for a runner to be in the throne / portal wait / safe TP wait / hot TP wait...
  228. Config.BaalAssistant.KillNihlathak = false; // Kill Nihlathak before going to Throne
  229. Config.BaalAssistant.FastChaos = false; // Kill Diablo before going to Throne
  230. Config.BaalAssistant.Helper = true; // Set to true to help attack, set false to to leech.
  231. Config.BaalAssistant.GetShrine = false; // Set to true to get a experience shrine at the start of the run.
  232. Config.BaalAssistant.GetShrineWaitForHotTP = false; // Set to true to get a experience shrine after leader shouts the hot tp message as defined in Config.BaalAssistant.HotTPMessage
  233. Config.BaalAssistant.SkipTP = false; // Set to true to enable the helper to skip the TP and teleport down to the throne room.
  234. Config.BaalAssistant.WaitForSafeTP = false; // Set to true to wait for a safe TP message (defined in SafeTPMessage)
  235. Config.BaalAssistant.DollQuit = false; // Quit on dolls. (Hardcore players?)
  236. Config.BaalAssistant.SoulQuit = false; // Quit on Souls. (Hardcore players?)
  237. Config.BaalAssistant.KillBaal = true; // Set to true to kill baal, if you set to false you MUST configure Config.QuitList or Config.BaalAssistant.NextGameMessage or the bot will wait indefinitely.
  238. Config.BaalAssistant.HotTPMessage = ["Hot"]; // Configure safe TP messages.
  239. Config.BaalAssistant.SafeTPMessage = ["Safe", "Clear"]; // Configure safe TP messages.
  240. Config.BaalAssistant.BaalMessage = ["Baal"]; // Configure baal messages, this is a precautionary measure.
  241. Config.BaalAssistant.NextGameMessage = ["Next Game", "Next", "New Game"]; // Next Game message, this is a precautionary quit command, Reccomended setting up: Config.QuitList
  242.  
  243. // Town settings
  244. Config.HealHP = 50; // Go to a healer if under designated percent of life.
  245. Config.HealMP = 0; // Go to a healer if under designated percent of mana.
  246. Config.UseMerc = true; // Use merc. This is ignored and always false in d2classic.
  247. Config.MercWatch = false; // Instant merc revive during battle.
  248.  
  249. // Potion settings
  250. Config.UseHP = 75; // Drink a healing potion if life is under designated percent.
  251. Config.UseRejuvHP = 40; // Drink a rejuvenation potion if life is under designated percent.
  252. Config.UseMP = 30; // Drink a mana potion if mana is under designated percent.
  253. Config.UseRejuvMP = 0; // Drink a rejuvenation potion if mana is under designated percent.
  254. Config.UseMercHP = 75; // Give a healing potion to your merc if his/her life is under designated percent.
  255. Config.UseMercRejuv = 20; // Give a rejuvenation potion to your merc if his/her life is under designated percent.
  256. Config.RejuvBuffer = 0; // Number of rejuvenation potions to keep in inventory.
  257.  
  258. // Chicken settings
  259. Config.LifeChicken = 20; // Exit game if life is less or equal to designated percent.
  260. Config.ManaChicken = 0; // Exit game if mana is less or equal to designated percent.
  261. Config.MercChicken = 0; // Exit game if merc's life is less or equal to designated percent.
  262. Config.TownHP = 0; // Go to town if life is under designated percent.
  263. Config.TownMP = 0; // Go to town if mana is under designated percent.
  264.  
  265. /* Inventory lock configuration. !!!READ CAREFULLY!!!
  266. * 0 = item is locked and won't be moved. If item occupies more than one slot, ALL of those slots must be set to 0 to lock it in place.
  267. * Put 0s where your torch, annihilus and everything else you want to KEEP is.
  268. * 1 = item is unlocked and will be dropped, stashed or sold.
  269. * If you don't change the default values, the bot won't stash items.
  270. */
  271. Config.Inventory[0] = [1,1,1,1,1,1,0,0,0,0];
  272. Config.Inventory[1] = [1,1,1,1,1,1,0,0,0,0];
  273. Config.Inventory[2] = [1,1,1,1,1,1,0,0,0,0];
  274. Config.Inventory[3] = [1,1,1,1,1,1,0,0,0,0];
  275.  
  276. Config.StashGold = 50000; // Minimum amount of gold to stash.
  277.  
  278. /* Potion types for belt columns from left to right.
  279. * Rejuvenation potions must always be rightmost.
  280. * Supported potions - Healing ("hp"), Mana ("mp") and Rejuvenation ("rv")
  281. */
  282. Config.BeltColumn[0] = "hp";
  283. Config.BeltColumn[1] = "mp";
  284. Config.BeltColumn[2] = "mp";
  285. Config.BeltColumn[3] = "rv";
  286.  
  287. /* Minimum amount of potions. If we have less, go to vendor to purchase more.
  288. * Set rejuvenation columns to 0, because they can't be bought.
  289. */
  290. Config.MinColumn[0] = 3;
  291. Config.MinColumn[1] = 3;
  292. Config.MinColumn[2] = 3;
  293. Config.MinColumn[3] = 0;
  294.  
  295. // Pickit config
  296. Config.PickitFiles.push("magicoraro.nip");
  297. Config.PickitFiles.push("unicos.nip");
  298. Config.PickitFiles.push("normal.nip");
  299. Config.PickitFiles.push("set.nip");
  300. Config.PickitFiles.push("craft.nip");
  301. Config.PickRange = 40; // Pick radius
  302. Config.FastPick = false; // Check and pick items between attacks
  303.  
  304. // Additional item info log settings. All info goes to \logs\ItemLog.txt
  305. Config.ItemInfo = false; // Log stashed, skipped (due to no space) or sold items.
  306. Config.ItemInfoQuality = []; // The quality of sold items to log. See NTItemAlias.dbl for values. Example: Config.ItemInfoQuality = [6, 7, 8];
  307.  
  308. // Item identification settings
  309. Config.CainID.Enable = false; // Identify items at Cain
  310. Config.CainID.MinGold = 2500000; // Minimum gold (stash + character) to have in order to use Cain.
  311. Config.CainID.MinUnids = 3; // Minimum number of unid items in order to use Cain.
  312. Config.FieldID = false; // Identify items in the field instead of going to town.
  313. Config.DroppedItemsAnnounce.Enable = false; // Announce Dropped Items to in-game newbs
  314. Config.DroppedItemsAnnounce.Quality = []; // Quality of item to announce. See NTItemAlias.dbl for values. Example: Config.DroppedItemsAnnounce.Quality = [6, 7, 8];
  315.  
  316. // Repair settings
  317. Config.CubeRepair = false; // Repair weapons with Ort and armor with Ral rune. Don't use it if you don't understand the risk of losing items.
  318. Config.RepairPercent = 40; // Durability percent of any equipped item that will trigger repairs.
  319.  
  320. // Gambling config
  321. Config.Gamble = true;
  322. Config.GambleGoldStart = 2500000;
  323. Config.GambleGoldStop = 500000;
  324.  
  325. // List of item names or classids for gambling. Check libs/NTItemAlias.dbl file for other item classids.
  326. Config.GambleItems.push("Amulet");
  327. Config.GambleItems.push("Ring");
  328. Config.GambleItems.push("Circlet");
  329. Config.GambleItems.push("Coronet");
  330.  
  331. /* Cubing config. All recipe names are available in Templates/Cubing.txt. For item names/classids check NTItemAlias.dbl
  332. * The format is Config.Recipes.push([recipe_name, item_name_or_classid, etherealness]). Etherealness is optional and only applies to some recipes.
  333. */
  334. Config.Cubing = false; // Set to true to enable cubing.
  335.  
  336. // Ingredients for the following recipes will be auto-picked, for classids check libs/NTItemAlias.dbl
  337.  
  338. //Config.Recipes.push([Recipe.Gem, "Flawless Amethyst"]); // Make Perfect Amethyst
  339. //Config.Recipes.push([Recipe.Gem, "Flawless Topaz"]); // Make Perfect Topaz
  340. //Config.Recipes.push([Recipe.Gem, "Flawless Sapphire"]); // Make Perfect Sapphire
  341. //Config.Recipes.push([Recipe.Gem, "Flawless Emerald"]); // Make Perfect Emerald
  342. //Config.Recipes.push([Recipe.Gem, "Flawless Ruby"]); // Make Perfect Ruby
  343. //Config.Recipes.push([Recipe.Gem, "Flawless Diamond"]); // Make Perfect Diamond
  344. //Config.Recipes.push([Recipe.Gem, "Flawless Skull"]); // Make Perfect Skull
  345.  
  346. //Config.Recipes.push([Recipe.Token]); // Make Token of Absolution
  347.  
  348. //Config.Recipes.push([Recipe.Rune, "Pul Rune"]); // Upgrade Pul to Um
  349. //Config.Recipes.push([Recipe.Rune, "Um Rune"]); // Upgrade Um to Mal
  350. //Config.Recipes.push([Recipe.Rune, "Mal Rune"]); // Upgrade Mal to Ist
  351. //Config.Recipes.push([Recipe.Rune, "Ist Rune"]); // Upgrade Ist to Gul
  352. //Config.Recipes.push([Recipe.Rune, "Gul Rune"]); // Upgrade Gul to Vex
  353.  
  354. //Config.Recipes.push([Recipe.Caster.Amulet]); // Craft Caster Amulet
  355. //Config.Recipes.push([Recipe.Blood.Ring]); // Craft Blood Ring
  356. //Config.Recipes.push([Recipe.Blood.Helm, "Armet"]); // Craft Blood Armet
  357. //Config.Recipes.push([Recipe.HitPower.Gloves, "Vambraces"]); // Craft Hit Power Vambraces
  358.  
  359. // The gems not used by other recipes will be used for magic item rerolling.
  360.  
  361. //Config.Recipes.push([Recipe.Reroll.Magic, "Diadem"]); // Reroll magic Diadem
  362. //Config.Recipes.push([Recipe.Reroll.Magic, "Grand Charm"]); // Reroll magic Grand Charm (ilvl 91+)
  363.  
  364. //Config.Recipes.push([Recipe.Reroll.Rare, "Diadem"]); // Reroll rare Diadem
  365.  
  366. /* Base item for the following recipes must be in pickit. The rest of the ingredients will be auto-picked.
  367. * Use Roll.Eth, Roll.NonEth or Roll.All to determine what kind of base item to roll - ethereal, non-ethereal or all.
  368. */
  369. //Config.Recipes.push([Recipe.Socket.Weapon, "Thresher", Roll.Eth]); // Socket ethereal Thresher
  370. //Config.Recipes.push([Recipe.Socket.Weapon, "Cryptic Axe", Roll.Eth]); // Socket ethereal Cryptic Axe
  371. //Config.Recipes.push([Recipe.Socket.Armor, "Sacred Armor", Roll.Eth]); // Socket ethereal Sacred Armor
  372. //Config.Recipes.push([Recipe.Socket.Armor, "Archon Plate", Roll.Eth]); // Socket ethereal Archon Plate
  373.  
  374. //Config.Recipes.push([Recipe.Unique.Armor.ToExceptional, "Heavy Gloves", Roll.NonEth]); // Upgrade Bloodfist to Exceptional
  375. //Config.Recipes.push([Recipe.Unique.Armor.ToExceptional, "Light Gauntlets", Roll.NonEth]); // Upgrade Magefist to Exceptional
  376. //Config.Recipes.push([Recipe.Unique.Armor.ToElite, "Sharkskin Gloves", Roll.NonEth]); // Upgrade Bloodfist or Grave Palm to Elite
  377. //Config.Recipes.push([Recipe.Unique.Armor.ToElite, "Battle Gauntlets", Roll.NonEth]); // Upgrade Magefist or Lavagout to Elite
  378. //Config.Recipes.push([Recipe.Unique.Armor.ToElite, "War Boots", Roll.NonEth]); // Upgrade Gore Rider to Elite
  379.  
  380. /* Runeword config. All recipes are available in Templates/Runewords.txt
  381. * Keep lines follow pickit format and any given runeword is tested vs ALL lines so you don't need to repeat them
  382. */
  383. Config.MakeRunewords = false; // Set to true to enable runeword making/rerolling
  384.  
  385. //Config.Runewords.push([Runeword.Insight, "Thresher"]); // Make Insight Thresher
  386. //Config.Runewords.push([Runeword.Insight, "Cryptic Axe"]); // Make Insight Cryptic Axe
  387.  
  388. //Config.KeepRunewords.push("[type] == polearm # [meditationaura] == 17");
  389.  
  390. //Config.Runewords.push([Runeword.Spirit, "Monarch"]); // Make Spirit Monarch
  391. //Config.Runewords.push([Runeword.Spirit, "Sacred Targe"]); // Make Spirit Sacred Targe
  392.  
  393. //Config.KeepRunewords.push("[type] == shield || [type] == auricshields # [fcr] == 35");
  394.  
  395. // Public game options
  396.  
  397. // If Config.Leader is set, the bot will only accept invites from leader. If Config.PublicMode is not 0, Baal and Diablo script will open Town Portals.
  398. Config.PublicMode = 3; // 1 = invite and accept, 2 = accept only, 3 = invite only, 0 = disable
  399. // Party message settings. Each setting represents an array of messages that will be randomly chosen.
  400. // $name, $level, $class and $killer are replaced by the player's name, level, class and killer
  401. Config.Greetings = []; // Example: ["Hello, $name (level $level $class)"]
  402. Config.DeathMessages = []; // Example: ["Watch out for that $killer, $name!"]
  403. Config.Congratulations = []; // Example: ["Congrats on level $level, $name!"]
  404. Config.ShitList = false; // Blacklist hostile players so they don't get invited to party.
  405. Config.UnpartyShitlisted = false; // Leave party if someone invited a blacklisted player.
  406.  
  407. // General config
  408. Config.AutoMap = false; // Set to true to open automap at the beginning of the game.
  409. Config.LastMessage = ""; // Message or array of messages to say at the end of the run. Use $nextgame to say next game - "Next game: $nextgame" (works with lead entry point)
  410. Config.MinGameTime = 180; // Min game time in seconds. Bot will TP to town and stay in game if the run is completed before.
  411. Config.MaxGameTime = 600; // Maximum game time in seconds. Quit game when limit is reached.
  412. Config.TeleSwitch = false; // Switch to slot II when teleporting more than 1 node.
  413. Config.OpenChests = true; // Open chests. Controls key buying.
  414. Config.MiniShopBot = false; // Scan items in NPC shops.
  415. Config.PacketShopping = false; // Use packets to shop. Improves shopping speed.
  416. Config.TownCheck = true; // Go to town if out of potions
  417. Config.LogExperience = true; // Print experience statistics in the manager.
  418. Config.PingQuit = [{Ping: 500, Duration: 10}]; // Quit if ping is over the given value for over the given time period in seconds.
  419.  
  420. // Shrine Scanner - scan for shrines while moving.
  421. // Put the shrine types in order of priority (from highest to lowest). For a list of types, see sdk/shrines.txt
  422. Config.ScanShrines = [15];
  423.  
  424. // MF Switch
  425. Config.MFSwitchPercent = 0; // Boss life % to switch weapons at. Set to 0 to disable.
  426. Config.MFSwitch = 0; // MF weapon slot: 0 = slot I, 1 = slot II
  427.  
  428. // Speedup config. Full packet casting is not recommended for melee skills.
  429. Config.FCR = 200; // 0 - disable, 1 to 255 - set value of Faster Cast Rate.
  430. Config.FHR = 90; // 0 - disable, 1 to 255 - set value of Faster Hit Recovery.
  431. Config.FBR = 0; // 0 - disable, 1 to 255 - set value of Faster Block Recovery.
  432. Config.IAS = 0; // 0 - disable, 1 to 255 - set value of Increased Attack Speed.
  433. Config.PacketCasting = 1; // 0 = disable, 1 = packet teleport, 2 = full packet casting.
  434. Config.WaypointMenu = true;
  435.  
  436. // Anti-hostile config
  437. Config.AntiHostile = false; // Enable anti-hostile.
  438. Config.HostileAction = 0; // 0 - quit immediately, 1 - quit when hostile player is sighted, 2 - attack hostile.
  439. Config.TownOnHostile = false; // Go to town instead of quitting when HostileAction is 0 or 1.
  440. Config.RandomPrecast = false; // Anti-PK measure, only supported in Baal and BaalHelper and BaalAssisstant at the moment.
  441. Config.ViperCheck = false; // Quit if revived Tomb Vipers are sighted.
  442.  
  443. // DClone config
  444. Config.StopOnDClone = true; // Go to town and idle as soon as Diablo walks the Earth
  445. Config.SoJWaitTime = 5; // Time in minutes to wait for another SoJ sale before leaving game. 0 = disabled
  446. Config.KillDclone = false; // Go to Palace Cellar 3 and try to kill Diablo Clone. Pointless if you already have Annihilus.
  447. Config.DCloneQuit = false; // 1 = quit when Diablo walks, 2 = quit on soj sales, 0 = disabled
  448.  
  449. // Monster skip config
  450. // Skip immune monsters. Possible options: "fire", "cold", "lightning", "poison", "physical", "magic".
  451. // You can combine multiple resists with "and", for example - "fire and cold", "physical and cold and poison"
  452. Config.SkipImmune = ["cold"];
  453. // Skip enchanted monsters. Possible options: "extra strong", "extra fast", "cursed", "magic resistant", "fire enchanted", "lightning enchanted", "cold enchanted", "mana burn", "teleportation", "spectral hit", "stone skin", "multiple shots".
  454. // You can combine multiple enchantments with "and", for example - "cursed and extra fast", "mana burn and extra strong and lightning enchanted"
  455. Config.SkipEnchant = [];
  456. // Skip monsters with auras. Possible options: "fanaticism", "might", "holy fire", "blessed aim", "holy freeze", "holy shock". Conviction is bugged, don't use it.
  457. Config.SkipAura = [];
  458.  
  459. /* Attack config
  460. * To disable an attack, set it to -1
  461. * Skills MUST be POSITIVE numbers. For reference see http://pastebin.com/baShRwWM
  462. */
  463. Config.AttackSkill[0] = -1; // Preattack skill.
  464. Config.AttackSkill[1] = 59; // Primary skill to bosses.
  465. Config.AttackSkill[2] = 55; // Primary untimed skill to bosses. Keep at -1 if Config.AttackSkill[1] is untimed skill.
  466. Config.AttackSkill[3] = 59; // Primary skill to others.
  467. Config.AttackSkill[4] = 55; // Primary untimed skill to others. Keep at -1 if Config.AttackSkill[3] is untimed skill.
  468. Config.AttackSkill[5] = 42; // Secondary skill if monster is immune to primary.
  469. Config.AttackSkill[6] = -1; // Secondary untimed skill if monster is immune to primary untimed.
  470.  
  471. // Low mana skills - these will be used if main skills can't be cast.
  472. Config.LowManaSkill[0] = -1; // Timed low mana skill.
  473. Config.LowManaSkill[1] = -1; // Untimed low mana skill.
  474.  
  475. /* Advanced Attack config. Allows custom skills to be used on custom monsters.
  476. * Format: "Monster Name": [timed skill id, untimed skill id]
  477. * Example: "Baal": [38, -1] to use charged bolt on Baal
  478. * Multiple entries are separated by commas
  479. */
  480. Config.CustomAttack = {
  481. //"Monster Name": [-1, -1]
  482. };
  483.  
  484. Config.Dodge = true; // Move away from monsters that get too close. Don't use with short-ranged attacks like Poison Dagger.
  485. Config.DodgeRange = 9; // Distance to keep from monsters.
  486. Config.DodgeHP = 75; // Dodge only if HP percent is less than or equal to Config.DodgeHP. 100 = always dodge.
  487. Config.BossPriority = false; // Set to true to attack Unique/SuperUnique monsters first when clearing
  488. Config.ClearType = 0xF; // Monster spectype to kill in level clear scripts (ie. Mausoleum). 0xF = skip normal, 0x7 = champions/bosses, 0 = all
  489. Config.TeleStomp = true; // Use merc to attack bosses if they're immune to attacks, but not to physical damage
  490.  
  491. // Wereform setup. Make sure you read Templates/Attacks.txt for attack skill format.
  492. Config.Wereform = false; // 0 / false - don't shapeshift, 1 / "Werewolf" - change to werewolf, 2 / "Werebear" - change to werebear
  493.  
  494. // Class specific config
  495. Config.CastStatic = 60; // Cast static until the target is at designated life percent. 100 = disabled.
  496. Config.StaticList = []; // List of monster NAMES or CLASSIDS to static. Example: Config.StaticList = ["Andariel", 243];
  497.  
  498.  
  499. // AutoBuild System ( See /d2bs/kolbot/libs/config/Builds/README.txt for instructions )
  500. Config.AutoBuild.Enabled = false; // This will enable or disable the AutoBuild system
  501.  
  502. Config.AutoBuild.Template = "BuildName"; // The name of the build associated with an existing
  503. // template filename located in libs/config/Builds/
  504.  
  505. Config.AutoBuild.Verbose = true; // Allows script to print messages in console
  506. Config.AutoBuild.DebugMode = true; // Debug mode prints a little more information to console and
  507. // logs activity to /logs/AutoBuild.CharacterName._MM_DD_YYYY.log
  508. // It automatically enables Config.AutoBuild.Verbose
  509. }
Add Comment
Please, Sign In to add comment