-
Notifications
You must be signed in to change notification settings - Fork 37
Replies: 1 comment · 4 replies
-
Yes, with the kind assistance from some users of my script, we are working towards optimizing the leveling builds as well as changing the way the finalbuild respec is called. This way the bot will be able to respec to a light sorc after having infinity, instead of at defined character level. Previously I held off from including final light builds because of the immunes. So be patient it will come. And thank you for |
Beta Was this translation helpful? Give feedback.
All reactions
-
❤️ 2
-
I slammed this together after buying an infinity, and seems to work alright. Need to add ChainL under globals though /** var build = { // /d2bs/kolbot/libs/config/Builds/Sorceress.ChainL.js /**
*/ if (!isIncluded("common/Cubing.js")) { if (!isIncluded("common/Prototypes.js")) { if (!isIncluded("common/Runewords.js")) { if (!isIncluded("common/Town.js")) { var AutoBuildTemplate = {
}; |
Beta Was this translation helpful? Give feedback.
All reactions
-
This would be amazing. Exactly what I am looking for.
|
Beta Was this translation helpful? Give feedback.
All reactions
-
With what I have in my comment above plus a few changes to globals you can have it level blizzballer then swap to lightning once it has infinity. I think the current SoloLeveling already builds spirit monarchs and CTA for swaps, and as far as specifying build item path: in the Sorceress.SoloLeveling.js I believe you can look under var autoequipTiers = [ to change what build order you want with the [tier]. Same for var autoequipmercTiers = [. The charms I don't have an answer for you, but they said they're working on that. |
Beta Was this translation helpful? Give feedback.
All reactions
-
I'm already moving in thst direction. The final build will respec for light sorc once has infinity that is already implemented. As for the build path you are looking for. Charms are a bit tricky right now. And gheeds is hard to upgrade because you can only hold one at a time. So it's a matter of dropping store value check new then drop new if less and pick new. But doing that u run a risk of losing both Cta and spirit are already there for switch. Just needs str for monarch So basically the only 2 things my bot csnt do for you right now are socketing gear (larzuk quest- in process) and charms (in process). So dont worry it will come. This isnt a team working in this. It is just 1 mans covid hobby. |
Beta Was this translation helpful? Give feedback.
All reactions
-
❤️ 3
-
Is there any chance that you can create a Lightning Sorceress script?
Thanks for the excellent work btw.
Beta Was this translation helpful? Give feedback.
All reactions