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

Announcement

Collapse
No announcement yet.

Leveling Professions Issue

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

    Leveling Professions Issue

    When leveling professions the guide viewer doesn't update counted items in bags and bank. Why is this important? Because you can use items in the bank to craft =3 I found the fix if they are willing to add it into the code? I think everyone would like it personally. It tells me to go farm or buy from AH tons of mats I may have some already in the bank. Saves you time and money so I'm loving it. Anyways it's line 3079 of goal.lua change "goalcountnow = goalcountnow or GetItemCount(self.targetid or 0)" to "goalcountnow = goalcountnow or GetItemCount(self.targetid or 0, true) -- count bags + bank" and boom =3
    You do not have permission to view this gallery.
    This gallery has 1 photos.
    Last edited by weresthebeef; March 1, 2022, 12:24 AM.

    #2
    Apparently I noticed it's not calculating properly the completion total now to know when it's done (you have "looted" it all). So now it's not advancing to the next step or even you can "loot" over what you "needed" without advance. I'm digging back through the code unless someone finds it first. I'm still very new at lua programming addons but I really enjoy Zygor.

    Comment

    Working...
    X