tdauth / wowr

Warcraft III: Reforged funmap World of Warcraft Reforged.
https://wowreforged.org
8 stars 0 forks source link

Fix hero skilling for Freelancer AI #983

Open tdauth opened 1 year ago

tdauth commented 1 year ago

Some hero abilities are not skilled automatically.

tdauth commented 1 year ago

It does not work for the Tinker for Warlord either. The first was the Engineering upgrade and afterwards nothing:

        if (skillUlti) then
            return ROBO_GOBLIN
        elseif (mod == 0) then
            return CLUSTER_ROCKETS
        elseif (mod == 1) then
            return ENGINEERING
        elseif (mod == 2) then
            return POCKET_FACTORY
        endif
tdauth commented 1 year ago

See #645 for this specific issue. Check out the other abilities.