Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Transmog removes set bonuses #3

Open
NexusWoW opened this issue Feb 24, 2017 · 10 comments
Open

Transmog removes set bonuses #3

NexusWoW opened this issue Feb 24, 2017 · 10 comments
Labels

Comments

@NexusWoW
Copy link

NexusWoW commented Feb 24, 2017

As title suggests, applying a transmog to an item makes its set bonus attributes not work. repeatable, simply have two items that create a 2 set bonus, and transmog one of the items.


Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@Yehonal
Copy link
Member

Yehonal commented Aug 20, 2017

@Rochet2 have you ever had this issue with transmog system?

@Rochet2
Copy link
Member

Rochet2 commented Aug 20, 2017

Never confirmed to be true.
What actually happens is that tooltips dont show the set bonuses properly since we fake that we have another item equipped. People do not actually test if the bonus itself is applied, they just see in the tooltip the visual bug of set bonus not applying.
Even though the client says the set bonus is not active, the core still should properly handle applying the set bonus. This means that spells will proc and stats are there.

Please actually confirm with the stats and procs instead of relying on the tooltips.
If the stats are missing then it is an issue somewhere. Otherwise its just a visual bug in the tooltip system we cannot properly avoid without client side edits (like patches or addons)

@BarbzYHOOL
Copy link
Member

What kind of client side edits?

@ZeegCL
Copy link
Contributor

ZeegCL commented Feb 27, 2018

A quick check of the auras should show if the set bonus is applied or not

@Rochet2
Copy link
Member

Rochet2 commented Feb 27, 2018

What kind of client side edits?

Let's say you make an addon. Transmog module sets fake equipment. You can send real equipment through addon messages from the server to the addon and overwrite tooltips based on that.

@yimgame
Copy link

yimgame commented Dec 27, 2018

U can see bonus are working on the item inside the bag.

https://youtu.be/RdzgLFHUGFQ

by the way, how to do an aura checking ?

@Rochet2
Copy link
Member

Rochet2 commented Dec 27, 2018

by the way, how to do an aura checking ?

Try .list aura
it should list all auras on you.
Maybe before testing you should (on a test character, not real player) do .unaura all
this should remove all talent auras and such so the aura list will be smaller.

@BarbzYHOOL
Copy link
Member

yeah these command names are freakingly stupid

".list aura"
".unaura all"

why not ".aura list" ".aura remove all" :(

@BarbzYHOOL BarbzYHOOL added the bug label Apr 3, 2019
@arnaucastellvi
Copy link

The reverse is also true.
Transmog activate the bonuses of the item you transmodify.
imatge

@dennots
Copy link

dennots commented Apr 6, 2022

image
image

If this is working as intended, at least put a note on the transmog NPC dialogue to explain this is normal behavior instead of having people guessing? idk just an idea.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

8 participants