Log in to ZYGOR
Log in with social media
OR
Log in with Zygor account

Announcement

Collapse
No announcement yet.

Zygor Item Score not available for items above player level

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Zygor Item Score not available for items above player level

    Is there any way we can have the option to enable Zygor ItemScore for items we are currently too low level to equip?
    I frequently search the auction house for cheap future upgrades but with the ItemScore disabled for items above the player level, this makes it basically impossible.
    Maybe there's an option to disable this functionality in the options but I haven't seen it yet.


    Thanks.

    #2
    I was looking for same managed to change myself
    edit Item-ItemScore.lua in zygor addon folder

    find this line
    self.playerlevel = playerlevel or UnitLevel("player")

    change to
    self.playerlevel = 60 or UnitLevel("player")

    now getting % increase on molten core gear on my lvl 45 lol
    This is for wow classic of course

    Comment


      #3
      Thanks a lot man! Hopefully they will add it as an option at least in the future.

      Comment

      Working...
      X