isid0re / SoloLeveling

The original multi-class single character leveling script for Kolbot. Blizzhackers / Kolbot from level 1 to 99. After the initial setup, the bot will operate without user involvement.
https://buymeacoffee.com/isid0re
GNU General Public License v3.0
68 stars 37 forks source link

Undefined error in Config.Runewords on new Barb #310

Closed randy-cruz closed 3 years ago

randy-cruz commented 3 years ago

[2021/07/23 11:56:21] Pickit Tier (Tier) error! Line # 1 Entry: undefined (SoloLeveling) Error message: Config.Runewords[(intermediate value)][0] is undefined

New character, Frenzy build. Just merged the latest commits in and started this character about an hour ago.

isid0re commented 3 years ago

thank you i updated the typo in the barbarian.sololeveling.js config. to correct the issue. line 324 needed to change Config.Runewords.push([Runeword.BoTD, "Colossus Blade"]); to Config.Runewords.push([Runeword.BreathoftheDying, "Colossus Blade"]);