Guest User

CHAR SETTINGS

a guest
Jun 5th, 2022
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.65 KB | None | 0 0
  1. --[[ #### Script Selection ####
  2. Set true to run the script. Set false to not run the script.
  3. DO NOT CHANGE BOT ORDER - THIS WILL MAKE ERRORS ]]--
  4.  
  5. --[[ ACT 1 ]]--
  6. Config.Scripts.Corpsefire.Enabled = false
  7. Config.Scripts.Corpsefire.ClearDen = false
  8.  
  9. Config.Scripts.Tristram.Enabled = false
  10. Config.Scripts.Tristram.KillRakanishu = false
  11.  
  12. Config.Scripts.Cows.Enabled = false
  13. Config.Scripts.Cows.KillRakanishu = false
  14.  
  15. Config.Scripts.Mausoleum.Enabled = false
  16. Config.Scripts.Mausoleum.ClearCrypt = false
  17.  
  18. Config.Scripts.Countess.Enabled = false
  19.  
  20. Config.Scripts.UndergroundPassage.Enabled = false
  21.  
  22. Config.Scripts.Pits.Enabled = false
  23. Config.Scripts.Pits.ClearPits1 = false
  24.  
  25. Config.Scripts.Andariel.Enabled = false
  26.  
  27. --[[ ACT 2 ]]--
  28. Config.Scripts.Radament.Enabled = false
  29.  
  30. Config.Scripts.Coldworm.Enabled = false
  31. Config.Scripts.Coldworm.KillBeetleburst = false
  32. Config.Scripts.Coldworm.ClearMaggotLair1 = false
  33. Config.Scripts.Coldworm.ClearMaggotLair2 = false
  34. Config.Scripts.Coldworm.ClearMaggotLair3 = false
  35.  
  36. Config.Scripts.StonyTombs.Enabled = false
  37. Config.Scripts.StonyTombs.ClearStonyTombs2 = false
  38.  
  39. Config.Scripts.AncientTunnels.Enabled = false
  40.  
  41. Config.Scripts.Arcane.Enabled = false
  42.  
  43. Config.Scripts.Summoner.Enabled = false
  44. Config.Scripts.Summoner.KillDuriel = false
  45.  
  46. Config.Scripts.Tombs.Enabled = false
  47.  
  48. Config.Scripts.Duriel.Enabled = false
  49.  
  50. --[[ ACT 3 ]]--
  51. Config.Scripts.ArachnidLair.Enabled = false
  52.  
  53. Config.Scripts.SwampyPits.Enabled = false
  54. Config.Scripts.SwampyPits.ClearSwampyPits2 = false
  55. Config.Scripts.SwampyPits.ClearSwampyPits3 = false
  56.  
  57. Config.Scripts.DisusedFane.Enabled = false
  58.  
  59. Config.Scripts.RuinedTemple.Enabled = false
  60.  
  61. Config.Scripts.ForgottenReliquary.Enabled = false
  62.  
  63. Config.Scripts.A3Sewers.Enabled = false
  64.  
  65. -- get area id -> https://github.com/kolton/d2bot-with-kolbot/blob/master/d2bs/kolbot/sdk/areas.txt
  66. Config.Scripts.ChestMania.Enabled = false
  67. Config.Scripts.ChestMania.Act1 = { }
  68. Config.Scripts.ChestMania.Act2 = { }
  69. Config.Scripts.ChestMania.Act3 = { }
  70. Config.Scripts.ChestMania.Act4 = { }
  71. Config.Scripts.ChestMania.Act5 = { }
  72.  
  73. Config.Scripts.Travincal.Enabled = false
  74.  
  75. Config.Scripts.Mephisto.Enabled = false
  76. Config.Scripts.Mephisto.MoatTrick = false
  77. Config.Scripts.Mephisto.KillCouncil = false
  78. Config.Scripts.Mephisto.TakeRedPortal = false
  79.  
  80. --[[ ACT 4 ]]--
  81. Config.Scripts.OuterSteppes.Enabled = false
  82.  
  83. Config.Scripts.Izual.Enabled = false
  84.  
  85. Config.Scripts.Hephasto.Enabled = false
  86. Config.Scripts.Hephasto.ClearRiver = false
  87.  
  88. Config.Scripts.Diablo.Enabled = false
  89. Config.Scripts.Diablo.Entrance = false
  90. Config.Scripts.Diablo.LastSealID = false
  91.  
  92. Config.Scripts.FastDiablo.Enabled = false
  93. Config.Scripts.FastDiablo.LastSealID = false
  94.  
  95. --[[ ACT 5 ]]--
  96. Config.Scripts.Abaddon.Enabled = false
  97.  
  98. Config.Scripts.PitOfAcheron.Enabled = false
  99.  
  100. Config.Scripts.InfernalPit.Enabled = false
  101.  
  102. Config.Scripts.DrifterCavern.Enabled = false
  103.  
  104. Config.Scripts.IcyCellar.Enabled = false
  105.  
  106. Config.Scripts.Eldritch.Enabled = false
  107. Config.Scripts.Eldritch.KillShenk = false
  108.  
  109. Config.Scripts.Pindleskin.Enabled = false
  110. Config.Scripts.Pindleskin.KillNihlathak = false
  111.  
  112. Config.Scripts.Nihlathak.Enabled = false
  113.  
  114. Config.Scripts.Worldstone.Enabled = false
  115.  
  116. Config.Scripts.Baal.Enabled = true
  117. Config.Scripts.Baal.DollQuit = false
  118. Config.Scripts.Baal.SoulQuit = false
  119. Config.Scripts.Baal.SellItem = false
  120. Config.Scripts.Baal.KillBaal = true
  121.  
  122. --[[ EXTRA ]] --
  123.  
  124. -- get area id -> https://github.com/kolton/d2bot-with-kolbot/blob/master/d2bs/kolbot/sdk/areas.txt
  125. Config.Scripts.ClearAnyArea.Enabled = false
  126. Config.Scripts.ClearAnyArea.AreaList = { }
  127.  
  128. Config.Scripts.GhostBusters.Enabled = false
  129. Config.Scripts.GhostBusters.AreaList = { }
  130.  
  131. -- #### Character Settings ####
  132. Config.ClassID = 3 -- [Sorceress: 1 | Paladin: 3]
  133. Config.CharacterName = "removed for support on forum" -- Name of the character. Bot will automatically find character and select it. **** CASE SENSITIVE ***
  134.  
  135. -- #### General Settings ####
  136. Config.Mode = 1 -- [Single Player: 0 | Battle.net: 1]
  137. Config.Difficulty = 2 -- [NormaL: 0 | Nightmare: 1 | Hell: 2]
  138. Config.PublicMode = true -- Normal botting, no open tp: false | Town portal for Chaos and Baal: true
  139. Config.GameType = 1 -- [Quick Play: 0 | Lobby: 1 (requires GameName)]
  140. Config.GameName = "i tele baal" -- Game name the bot will use. Bot will add numbers at the end automatically.
  141. Config.GamePassword = "" -- Game password, set to "" for no password.
  142. Config.MinGameTime = 80 -- Minimum game time in seconds. If the bot finishes the run early it will wait in town until the time is reached.
  143. Config.MaxGameTime = 500 -- Max game time in seconds. If the bot has not finished the run before this time is reached, it will quit the game.
  144. Config.MakeWalk = false -- Restrict char from teleporting. Useful for low level/low mana chars.
  145.  
  146. -- #### DClone Settings ####
  147. Config.StopOnDClone = false
  148. Config.WarnSOJSelled = false
  149.  
  150. -- #### Chicken Settings ####
  151. Config.LifeChicken = 35 -- Exit game if life is less or equal to designated percent.
  152. Config.ManaChicken = 0 -- Exit game if mana is less or equal to designated percent.
  153. Config.MercChicken = 0 -- Exit game if merc's life is less or equal to designated percent.
  154. Config.TownHP = 47 -- Go to town if life is under designated percent.
  155. Config.TownMP = 15 -- Go to town if mana is under designated percent.
  156.  
  157. -- #### Town Settings ####
  158. Config.HealHP = 85 -- Go to a healer if under designated percent of life.
  159. Config.HealMP = 85 -- Go to a healer if under designated percent of mana.
  160. Config.HealStatus = true -- Go to a healer if poisoned or cursed.
  161. Config.UseMerc = true -- Use merc.
  162. Config.MercWatch = true -- Instant merc revive during battle.
  163. Config.TownCheck = true -- Go to town if out of potions.
  164. Config.StashGold = 300000 -- Minimum amount of gold to stash.
  165. Config.RepairPercent = 35 -- Durability percent of any equipped item that will trigger repairs.
  166.  
  167. -- #### Potion Settings ####
  168. Config.UseHP = 85 -- Drink a healing potion if life is under designated percent.
  169. Config.UseRejuvHP = 40 -- Drink a rejuvenation potion if life is under designated percent.
  170. Config.UseMP = 30 -- Drink a mana potion if mana is under designated percent.
  171. Config.UseRejuvMP = 10 -- Drink a rejuvenation potion if mana is under designated percent.
  172. Config.UseMercHP = 70 -- Give a healing potion to your merc if his/her life is under designated percent.
  173. Config.UseMercRejuv = 35 -- Give a rejuvenation potion to your merc if his/her life is under designated percent.
  174.  
  175. -- Potion types for belt columns from left to right. Rejuvenation potions must always be rightmost.
  176. -- Supported potions - Healing ("hp"), Mana ("mp") and Rejuvenation ("rv")
  177. Config.BeltColumn = { "hp", "hp", "hp", "mp" }
  178.  
  179. -- Minimum amount of potions from left to right. If we have less, go to vendor to purchase more.
  180. -- Set rejuvenation columns to 0, because they can't be bought.
  181. Config.MinColumn = { 2, 1, 1, 2 }
  182.  
  183. --[[ #### Inventory Setting ####
  184. *** READ VERY CAREFULLY, OTHERWISE THE BOT WILL SELL YOUR ANNI / TORCH / GHEED ***
  185. 0 means the area is LOCKED. 1 means the area is NOT LOCKED.
  186. LOCKED area should have your charms, tomes, and keys (ID tome required*).
  187. NOT LOCKED area will be DROPPED / STASHED / SOLD. ]]--
  188. Config.Inventory = {
  189. { 0, 0, 0, 0, 0, 0, 1, 1, 1, 1 },
  190. { 0, 0, 0, 0, 0, 0, 1, 1, 1, 1 },
  191. { 0, 0, 0, 0, 0, 0, 1, 1, 1, 1 },
  192. { 0, 0, 0, 0, 0, 0, 1, 1, 1, 1 },
  193. }
  194.  
  195. -- #### Pickit Settings ####
  196. Config.PickRange = 40 -- Pick radius.
  197. Config.FastPick = true -- Check and pick items between attacks.
  198.  
  199. Config.CainID.Enabled = false -- Identify items at Cain
  200. Config.CainID.MinGold = 2500000 -- Minimum gold (stash + character) to have in order to use Cain.
  201. Config.CainID.MinUnids = 3 -- Minimum number of unid items in order to use Cain.
  202.  
  203. Config.FieldID.Enabled = true -- Identify items while in the field and drop if it is item that is not want keep for your pickit
  204. Config.FieldID.UsedSpace = 80 -- how much space has been used before trying to field id, set to 0 to id after every item picked
  205. Config.FieldID.MinSell = 20000 -- bot is not drop item that is sell more big this price
  206. Config.FieldID.FastPick = true -- use for own risk if you are died because this is run for inside so much monster no complain!
  207. Config.FieldID.MonsterRadius = 5 -- What radius around the player to take in account for monsters count.
  208. Config.FieldID.MonsterThreshold = 5 -- If is more monster for close MonsterRadius bot is NOT ID item
  209.  
  210. Config.DroppedItemsLog.Enabled = false -- Announce Dropped Items to in-game newbs
  211. Config.DroppedItemsLog.Quality = { -- Quality of item to announce.
  212.  
  213. -- 1 = low quality
  214. -- 2 = normal
  215. -- 3 = superior
  216. -- 4 = magic
  217. -- 5 = set
  218. -- 6 = rare
  219. -- 7 = unique
  220. -- 8 = crafted
  221.  
  222. 3, 4, 5, 6, 7, 8
  223. }
  224.  
  225. Config.OpenChests.Enabled = false -- Open chests. Controls key buying.
  226. Config.OpenChests.Range = 15 -- radius to scan for chests while pathing
  227. Config.OpenChests.Types = {
  228. -- which chests to open, use "all" to open all chests. See sdk/chests.txt for full list of chest names
  229. "chest", "chest3", "armorstand", "weaponrack"
  230. }
  231.  
  232. Config.PickitFiles = {
  233. -- You can use a relative file path. To add multiple pickits with folders use double backslash in path.
  234. "pickits\\leafpickit.nip",
  235. }
  236.  
  237. -- #### Gamble Settings ####
  238. Config.Gamble = false
  239. Config.GambleGoldStart = 2400000
  240. Config.GambleGoldStop = 1800000
  241. Config.GambleItems = { "ring", "amulet" }
  242.  
  243. --[[ #### Shrine Settings ####
  244. 1 = Refilling
  245. 2 = Health
  246. 3 = Mana
  247. 4 = NOT EXIST !! NOT USE
  248. 5 = NOT EXIST !! NOT USE
  249. 6 = Armor
  250. 7 = Combat
  251. 8 = Resist Fire
  252. 9 = Resist Cold
  253. 10 = Resist Lightning
  254. 11 = Resist Poison
  255. 12 = Skill
  256. 13 = Mana Recharge
  257. 14 = Stamina
  258. 15 = Experience
  259. 16 = NOT EXIST !! NOT USE
  260. 17 = Portal
  261. 18 = Gem
  262. 19 = Fire
  263. 20 = Monster
  264. 21 = Exploding
  265. 22 = Poison ]]--
  266. Config.ScanShrines = { 15, 12, 13, 6, 11, 10, 8, 9, 7 }
  267.  
  268. --[[ #### Attack Setting ####
  269. To disable an attack use -1.
  270. Use the skill number for skill ID. See _skills.txt for skill IDs. EXAMPLE: Blizzard = 59.
  271. You can set two kinds of spells: timed (blizzard, meteor) and untimed (fireball, chain lightning).
  272. If you do not use timed spells, just use the untimed skill ID. ]]--
  273. Config.AttackSkill = {
  274. 149, -- Preattack skill
  275. 130, -- Primary skill for bosses
  276. 149, -- Primary untimed skill for bosses. Use -1 if above skill is an untimed skill
  277. 130, -- Primary skill for other monsters
  278. 130, -- Primary untimed skill for other monsters. Use -1 if above skill is an untimed skill
  279. -1, -- Alternate skill for immune monsters
  280. -1, -- Alternate untimed skill for immune monsters. Use -1 if above skill is an untimed skill
  281. }
  282.  
  283. --[[ #### Custom Attack Setting ####
  284. Allows custom skills to be used on custom monsters. See _monsters.txt for monster IDs
  285. Format: [ID] = {timed skill id, untimed skill id}
  286. Example: [156] = {38, -1} -- use Charged Bolt on Andariel ]]--
  287. Config.CustomAttack = {
  288.  
  289. }
  290.  
  291. -- #### Low Mana Skill Setting ####
  292. Config.LowManaSkill = {
  293. -1, -- Skill to use when out of mana (timed)
  294. -1, -- Second skill to use when out of mana (untimed)
  295. }
  296.  
  297. --[[ #### Skip Immune Setting ####
  298. Possible options: "fire", "cold", "lightning", "poison", "physical", "magic".
  299. To skip enemies with dual immunes put both types in brackets on one line, e.g. { "cold", "fire" }. ]]--
  300. Config.SkipImmune = {
  301. { "magic" },
  302. }
  303.  
  304. --[[ #### Skip Enchant Setting ####
  305. Possible options: "extra strong", "extra fast", "cursed", "magic resistant", "fire enchanted", "lightning enchanted",
  306. "cold enchanted", "mana burn", "teleportation", "spectral hit", "stone skin", "multiple shots".
  307. Can be combined with the same format as Immunities. ]]--
  308. Config.SkipEnchant = {
  309.  
  310. }
  311.  
  312. --[[ #### Skip Aura Setting ####
  313. Possible options: "fanaticism", "might" ]]--
  314. Config.SkipAura = {
  315.  
  316. }
  317.  
  318. -- #### Class Settings ####
  319. Config.Paladin.Vigor = false -- Use Vigor when running
  320. Config.Paladin.Charge = false -- Use Charge when running
  321. Config.Paladin.Redemption = { 45, 25 } -- Use Redemption when HP or MP percent is less than or equal to designated percent. { life, mana }
  322.  
  323. -- #### SafeCast Settings ####
  324. -- This option should be used if you want to cast skills at a safe distance when there are many monsters.
  325. -- Whenever the bot has to cast a skill, he wil try to find a safe position instead of standing too close to a cluster of monster.
  326. Config.SafeCastEnabled = false -- Whether SafeCast is enabled or not. ONLY WORKS FOR SORCERESS
  327. Config.SafeCastRadius = 5 -- What radius around the player to take in account for monsters count.
  328. Config.SafeCastMonsterThreshold = 15 -- How many monsters has to be in the SafeCastRadius to trigger a re-position. This is weigthed against your HP. [5 = Low Gear | 10 = CTA or MaxBlock | 15 = CTA and MaxBlock]
  329.  
  330. -- #### Dodge Settings ####
  331. Config.Dodge = false -- Move away from monsters that get too close. Don't use with short-ranged attacks.
  332. Config.DodgeRange = 15 -- How far to move away when dodging. [Nova: 7 | Otherwise: 15]
  333. Config.DodgeMonsterRange = 5 -- How close a monster can get before dodging. [Nova: 6 | Otherwise: 10]
  334. Config.DodgeHP = 50 -- Dodge only if HP percent is less than or equal to designated percent.
  335.  
  336. -- #### Cast Settings ####
  337. Config.PacketCasting = 2 -- [Disable: 0 | Teleport only: 1 | All skills: 2]
  338. Config.PrimarySlot = -1 -- Primary weapon slot: -1 = disabled (will try to determine primary slot by using non-cta slot that's not empty), 0 = slot I, 1 = slot II
  339. Config.PrecastRange = 20 -- Precast skills (BOs, Shields, ...) will be used when a monster is this far away.
  340. Config.PrecastForce = true -- Enable to force precast on each new script start, otherwise will only refresh 30s before expiration.
  341. Config.TeleStomp = true -- Use merc to attack monsters if they're immune to attacks but not to physical damage.
  342.  
  343. -- #### Clear Settings ####
  344. Config.ClearType = 0xF -- What kind of monsters to attack. [0x0 = all | 0x7 = champion + unique + boss | 0xF = unique + boss]
  345. Config.BossPriority = false -- Set to true to attack Unique/SuperUnique monsters first when clearing.
  346. Config.ClearPath.Enabled = false -- Set true to enable the bot clearing enemies while pathfinding.
  347. Config.ClearPath.Range = 0 -- How far away to check for monsters while traveling.
  348. Config.ClearPath.SpecType = 0xF -- What kind of monsters to attack. [0x0 = all | 0x7 = champion + unique + boss | 0xF = unique + boss]
  349. Config.ClearPath.Areas = { }
  350.  
  351. -- #### Crafting Constants ####
  352. Roll = {
  353. All = 0,
  354. Eth = 1,
  355. NonEth = 2
  356. }
  357.  
  358. Recipe = {
  359. Gem = 0,
  360. HitPower = {
  361. Helm = 1,
  362. Boots = 2,
  363. Gloves = 3,
  364. Belt = 4,
  365. Shield = 5,
  366. Body = 6,
  367. Amulet = 7,
  368. Ring = 8,
  369. Weapon = 9
  370. },
  371. Blood = {
  372. Helm = 10,
  373. Boots = 11,
  374. Gloves = 12,
  375. Belt = 13,
  376. Shield = 14,
  377. Body = 15,
  378. Amulet = 16,
  379. Ring = 17,
  380. Weapon = 18
  381. },
  382. Caster = {
  383. Helm = 19,
  384. Boots = 20,
  385. Gloves = 21,
  386. Belt = 22,
  387. Shield = 23,
  388. Body = 24,
  389. Amulet = 25,
  390. Ring = 26,
  391. Weapon = 27
  392. },
  393. Safety = {
  394. Helm = 28,
  395. Boots = 29,
  396. Gloves = 30,
  397. Belt = 31,
  398. Shield = 32,
  399. Body = 33,
  400. Amulet = 34,
  401. Ring = 35,
  402. Weapon = 36
  403. },
  404. Unique = {
  405. Weapon = {
  406. ToExceptional = 37,
  407. ToElite = 38
  408. },
  409. Armor = {
  410. ToExceptional = 39,
  411. ToElite = 40
  412. }
  413. },
  414. Rare = {
  415. Weapon = {
  416. ToExceptional = 41,
  417. ToElite = 42
  418. },
  419. Armor = {
  420. ToExceptional = 43,
  421. ToElite = 44
  422. }
  423. },
  424. Socket = {
  425. Shield = 45,
  426. Weapon = 46,
  427. Armor = 47,
  428. Helm = 48
  429. },
  430. Rune = 49,
  431. Token = 50,
  432. }
  433.  
  434. --[[ #### Craft Setting ####
  435.  
  436. Recipes the bot can craft:
  437. Recipe.Gem
  438. Recipe.Rune
  439. Recipe.Token
  440.  
  441. Recipe.HitPower.Helm
  442. Recipe.HitPower.Boots
  443. Recipe.HitPower.Gloves
  444. Recipe.HitPower.Belt
  445. Recipe.HitPower.Shield
  446. Recipe.HitPower.Body
  447. Recipe.HitPower.Amulet
  448. Recipe.HitPower.Ring
  449. Recipe.HitPower.Weapon
  450.  
  451. Recipe.Blood.Helm
  452. Recipe.Blood.Boots
  453. Recipe.Blood.Gloves
  454. Recipe.Blood.Belt
  455. Recipe.Blood.Shield
  456. Recipe.Blood.Body
  457. Recipe.Blood.Amulet
  458. Recipe.Blood.Ring
  459. Recipe.Blood.Weapon
  460.  
  461. Recipe.Caster.Helm
  462. Recipe.Caster.Boots
  463. Recipe.Caster.Gloves
  464. Recipe.Caster.Belt
  465. Recipe.Caster.Shield
  466. Recipe.Caster.Body
  467. Recipe.Caster.Amulet
  468. Recipe.Caster.Ring
  469. Recipe.Caster.Weapon
  470.  
  471. Recipe.Safety.Helm
  472. Recipe.Safety.Boots
  473. Recipe.Safety.Gloves
  474. Recipe.Safety.Belt
  475. Recipe.Safety.Shield
  476. Recipe.Safety.Body
  477. Recipe.Safety.Amulet
  478. Recipe.Safety.Ring
  479. Recipe.Safety.Weapon
  480.  
  481. Recipe.Unique.Weapon.ToExceptional
  482. Recipe.Unique.Weapon.ToElite
  483. Recipe.Unique.Armor.ToExceptional
  484. Recipe.Unique.Armor.ToElite
  485.  
  486. Recipe.Rare.Weapon.ToExceptional
  487. Recipe.Rare.Weapon.ToElite
  488. Recipe.Rare.Armor.ToExceptional
  489. Recipe.Rare.Armor.ToElite
  490.  
  491. Recipe.Socket.Shield
  492. Recipe.Socket.Weapon
  493. Recipe.Socket.Armor
  494. Recipe.Socket.Helm
  495.  
  496. All recipes are written like this = { recipe_name, item_name_or_classid, eth }
  497.  
  498. Item name and classids are found here -> https://github.com/blizzhackers/kolbot/blob/master/d2bs/kolbot/libs/NTItemAlias.dbl
  499.  
  500. Some example recipe results, these need to be put into your put pickit file to keep the resulting items
  501. the bot will automatically get ingredients. You do not need put the prerequisite items like chip gem/flawless gems in pickit file.
  502.  
  503. Config.Recipes = {
  504. { Recipe.Gem, "Flawless Topaz" }, -- This is to use 3x Flawless Topaz to a make perfect topaz
  505. { Recipe.Token }, -- This is to create tokens
  506. { Recipe.Rune, "El Rune" }, -- This is to turn 3x El Rune into an eld rune
  507. { Recipe.Caster.Ring }, -- This is for crafting a caster ring
  508. { Recipe.HitPower.Gloves, "Vambraces" }, -- This is to craft a hitpower glove and bot will use the "Vambraces" it finds
  509. }
  510.  
  511. Some more example recipes, but this is need you make some extra lines in your pickit file.
  512. You will need to add the base item for your pickit, and the bot will automatically get ingredients needed for the craft.
  513.  
  514. You will need to do this for all this recipes =
  515. Recipe.Unique.Weapon.ToExceptional
  516. Recipe.Unique.Weapon.ToElite
  517. Recipe.Unique.Armor.ToExceptional
  518. Recipe.Unique.Armor.ToElite
  519. Recipe.Rare.Weapon.ToExceptional
  520. Recipe.Rare.Weapon.ToElite
  521. Recipe.Rare.Armor.ToExceptional
  522. Recipe.Rare.Armor.ToElite
  523. Recipe.Socket.Shield
  524. Recipe.Socket.Weapon
  525. Recipe.Socket.Armor
  526. Recipe.Socket.Helm
  527.  
  528. For this, you also need to do
  529. Roll.Eth - This will tell the bot to only use Eth item for craft
  530. Roll.NonEth - This will tell the bot to only use NO Eth item for craft (non-ethereal)
  531. Roll.All - This will tell the bot to only use with Eth or Noneth item
  532.  
  533. Config.Recipes = {
  534. { Recipe.Socket.Weapon, "Thresher", Roll.Eth }, -- This will roll sockets into a "Thresher" and only bot will only do this with "Eth" (ethereal)
  535. }
  536.  
  537. For this recipe you need to add a line in your pickit like
  538.  
  539. [Name] == Thresher && [Quality] == Normal && [Flag] == Ethereal # [Sockets] == 0 # [MaxQuantity] == 1
  540. [Name] == Thresher && [Quality] == Normal && [Flag] == Ethereal # [Sockets] == 4
  541.  
  542. This will cause the bot to keep 1x Eth Thresher for crafting after bot does the craft, he will only keep
  543. Eth Thresher that has 4 sockets if the resulting craft is 1 OR 2 OR 3 socket bot will discard the resulting item.
  544. ]]--
  545. Config.Cubing = false
  546. Config.Recipes = {
  547. --{ Recipe.Gem, "Flawless Amethyst" }, -- Make Perfect Amethyst
  548. --{ Recipe.Gem, "Flawless Topaz" }, -- Make Perfect Topaz
  549. --{ Recipe.Gem, "Flawless Sapphire" }, -- Make Perfect Sapphire
  550. --{ Recipe.Gem, "Flawless Emerald" }, -- Make Perfect Emerald
  551. --{ Recipe.Gem, "Flawless Ruby" }, -- Make Perfect Ruby
  552. --{ Recipe.Gem, "Flawless Diamond" }, -- Make Perfect Diamond
  553. --{ Recipe.Gem, "Flawless Skull" }, -- Make Perfect Skull
  554.  
  555. --{ Recipe.Token }, -- Make Token of Absolution
  556.  
  557. --{ Recipe.Rune, "Lem Rune" }, -- Upgrade Lem to Pul
  558. --{ Recipe.Rune, "Pul Rune" }, -- Upgrade Pul to Um
  559. --{ Recipe.Rune, "Um Rune" }, -- Upgrade Um to Mal
  560. --{ Recipe.Rune, "Mal Rune" }, -- Upgrade Mal to Ist
  561. --{ Recipe.Rune, "Ist Rune" }, -- Upgrade Ist to Gul
  562. --{ Recipe.Rune, "Gul Rune" }, -- Upgrade Gul to Vex
  563.  
  564. --{ Recipe.HitPower.Gloves, "Vambraces" }, -- Make HitPower Gloves using "Vambraces"
  565. --{ Recipe.Blood.Helm, "Armet"}, -- Make Blood Helm for "Armet"
  566. --{ Recipe.Caster.Amulet }, -- Make Caster Amulet
  567. --{ Recipe.Caster.Ring }, -- Make Caster Ring
  568.  
  569. --{ Recipe.Socket.Weapon, "Thresher", Roll.Eth }, -- Make "Thresher" using ONLY "Eth"
  570. }
  571.  
  572. --[[ #### NO TOUCH! #### ]]--
  573. Config.Version = 1029
  574. --[[ #### NO TOUCH! #### ]]--
Advertisement
Add Comment
Please, Sign In to add comment