theBGuy / Kolbot-SoloPlay

<The one bot to rule them all> This repo is depreciated. New development is at https://github.com/blizzhackers/kolbot-SoloPlay
https://github.com/blizzhackers/kolbot-SoloPlay
GNU General Public License v3.0
23 stars 8 forks source link

Wrong skill references in assassin.StartBuild.js #29

Closed mflayer closed 2 years ago

mflayer commented 2 years ago

The file assassin.StartBuild.js contains several mistakes in the following section:

    skills: [
        [sdk.skills.FireBlast, 4, false],       // level 4
        [sdk.skills.ClawMastery, 1],            // level 5 (den)
        [sdk.skills.PhysicHammer, 1],           // level 6
        [sdk.skills.BurstofSpeed, 5],           // level 11
        [sdk.skills.WakeOfFire, 1, false],      // level 12
        [sdk.skills.CloakOfShadows, 1, true],   // level 13
        [sdk.skills.WakeOfFire, 10, false],     // level 24
        [sdk.skills.FireBlast, 6, false],       // level 26
        [sdk.skills.WakeOfFire, 20, false],     // level 36
        [sdk.skills.FireBlast, 10],             // level 42
    ]

According to sdk.js:

Right now an assassin will not level these skills and the levelling progress will be slowed down drastically.

theBGuy commented 2 years ago

Thank you for bringing this to my attention, I updated the assassin builds.