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

Labels for White/Grey BoE Xmog Items #4

Open
FortyOneNY opened this issue Feb 13, 2023 · 2 comments
Open

Labels for White/Grey BoE Xmog Items #4

FortyOneNY opened this issue Feb 13, 2023 · 2 comments

Comments

@FortyOneNY
Copy link

Now that grey and white items can be learned for transmog and many are BoE, it would be nice to have the labels on them as well.

@Chromos-Def
Copy link

I tried changing this myself, but it doesn't seem as simple as changing some numbers in a few spots. I do not know .lua, really just winging it xD

This would be a lovely feature though!

@AvellaTheInsane
Copy link

If you remove a tiny piece of code on line 95 of the main.lua file it will work the way you requested as it won't look at quality anymore and will only look to see if the item can be bound or not...

Instead of
if (itemQuality and itemQuality > 1) and (bindType == 2 or bindType == 3) then

line 95 of main.lua should read
if (bindType == 2 or bindType == 3) then

Tada!

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

No branches or pull requests

3 participants