promotional bannermobile promotional banner

Convert Ratings

Converts Combat Ratings to Percentages in your Tooltip!

File Details

v2.3.0

  • R
  • Nov 19, 2022
  • 14.05 KB
  • 1.5K
  • 10.0.2
  • Retail

File Name

ConvertRatings-v2.3.0.zip

Supported Versions

  • 10.0.2

lightweight tag 076d1605532067b0ff97f0f930cfa995ca8be084 v2.3.0
Author:    Mynian <mynian@gmail.com>
Date:    Sat Nov 19 15:23:03 2022 -0500

commit 076d1605532067b0ff97f0f930cfa995ca8be084
Author: Mynian <mynian@gmail.com>
Date:   Sat Nov 19 15:23:03 2022 -0500

    toc bump

commit 8638e38de8b45293cb41bfb9e4b47129614eac6f
Author: Lorade <28148979+Lor4de@users.noreply.github.com>
Date:   Sat Nov 19 09:06:14 2022 +0100

    Fixed tooltip not working when viewing items from a vendor or the adventure journal

    The tooltip which is returned when viewing items from a vendor or the adventure journal doesnt contain a guid object. Instead we can use the direct item hyperlink in the case of itemGuid == nil

commit 8638e38de8b45293cb41bfb9e4b47129614eac6f
Author: Lorade <28148979+Lor4de@users.noreply.github.com>
Date:   Sat Nov 19 09:06:14 2022 +0100

    Fixed tooltip not working when viewing items from a vendor or the adventure journal

    The tooltip which is returned when viewing items from a vendor or the adventure journal doesnt contain a guid object. Instead we can use the direct item hyperlink in the case of itemGuid == nil

commit 62af2db2026d5d8fdea17090c550cbeb2b1948b4
Author: Lorade <28148979+Lor4de@users.noreply.github.com>
Date:   Sat Nov 19 02:23:59 2022 +0100

    Fixed typo with itemGuid

    Fixed typo with itemGuid

commit eda74ac4dc72ef3731c9607b5284c1b149bca82a
Author: Lorade <28148979+Lor4de@users.noreply.github.com>
Date:   Fri Nov 18 23:46:31 2022 +0100

    Fixed lua nil error where the tooltip api sometimes cant query the item information

    Fixed a lua nil error which is caused by some weird lua query bugs. In some situations the guid is nil and the addon throws some errors. To prevent this happening, we have to check if the guid is nil before calling C_Item.GetItemLinkByGUID(guid)

commit 8c3848c8ca428c0ba791387dd607b9c4f5e33e91
Author: Lorade <28148979+Lor4de@users.noreply.github.com>
Date:   Fri Nov 18 23:02:33 2022 +0100

    Fixed lua nil error after first login with any character

    Fixed a lua nil error which occour after the addon is loaded. To avoid the error we have to register our hook after everything is loaded and all item infos are available. To do this we register the "PLAYER_ENTERING_WORLD" event and create the hook inside the event function

commit b1d95eebc7b1ebb4506118cd2cfb1b208bc40745
Author: Lorade <28148979+Lor4de@users.noreply.github.com>
Date:   Fri Nov 18 20:49:49 2022 +0100

    Fixed lua nil error at item comparision tooltip