Talent Tree Tweaks | Dragonflight

Talent Tree Tweaks | Dragonflight

2M Downloads

[Feature Request] Auto select D.R.I.V.E upgrades

zeenk opened this issue ยท 21 comments

commented

If it's possible would be awesome if you could add support for auto selecting the D.R.I.V.E upgrades that you unlock for the car in Undermine, similar to how you have auto select for Ride along/surge in Skyriding settings

Plusmouse helped me to create this macro that access the UI but would even better if the prefered upgrades would be auto selected with your addon since you have to select them on every character ๐Ÿ™‚

/run C_AddOns.LoadAddOn("Blizzard_GenericTraitUI"); GenericTraitFrame:SetTreeID(1056); GenericTraitFrame:Show(); GenericTraitFrame:SetParent(UIParent); GenericTraitFrame:SetPoint("CENTER");

Image

Image

commented

I haven't played enough to notice, are the unlocks accountwide? I did actually have the thought myself while playing tonight, and I noticed it uses the talent tech

commented

Yeah the unlocks are acc wide but you have to apply them per character

commented

Here you can find all the different upgrades https://www.icy-veins.com/wow/drive-guide

commented

Also some suggestions, changes in red text since you are technically not buying them, you already own the talents, you are just changing/applying them ๐Ÿ˜›

Or use upgrades instead of talents if that fits better?

also remove the "to" at the end there on the "this module" text
Image

commented

I'm a bit 50/50 on adding proper names for the rows, the way I coded it now, blizzard can add as many rows and upgrades as they want, and it should just keep working out of the box
I'm also inclined to be a bit lazy about it unless/until we know this system isn't going to be thrown out next patch ๐Ÿ™‚

I will change purchase to select though, that's a fair point

https://github.com/NumyAddon/TalentTreeTweaks/releases/tag/v1.12.34-alpha2 should be there in a minute, which should fix fresh alts

commented

Ok gonna test it now

commented

Image
implemented in latest version

commented

Awesome! thank you very much, will check it out soon โ„ข

commented

Excellent, everything was applied now on fresh alt when I entered undermine ๐Ÿ‘Œ
Image

commented

Hmm doesn't seem to apply all on alts, I had to go into settings and click apply drive talents 2 time for everything to change

commented

hm odd.. the code is very similar to the skyriding code

unfortunately, I don't really have enough options unlocked for proper testing (and no fresh alts that didn't have any selections yet)

commented

so is it applying things one at a time or something?

commented

only 1 on login and then have to manually apply the other 2

commented

I'll test it out soon โ„ข

commented

Yeah everything got applied now on login
Image

commented

Gonna test on fresh alt too that has not visited undermine yet

commented

Fresh alt does not work, it should refresh as soon as u enter undermine, you have to reload for it to become available.
plusmouse also had this issue with his minimap button addon but he fixed it so it turns on as soon as u enter undermine
Image

commented

cool, thanks for the testing ๐Ÿ™‚

commented

No worries, thx for the quick fixes ๐Ÿ‘