WoWInterface

WoWInterface (https://www.wowinterface.com/forums/index.php)
-   RealUI (https://www.wowinterface.com/forums/forumdisplay.php?f=163)
-   -   Small List of Pre-Patch (7.0) Problems: (https://www.wowinterface.com/forums/showthread.php?t=53931)

Slurpuff 07-19-16 11:36 AM

Small List of Pre-Patch (7.0) Problems:
 
1. Achievements and pop-ups are no longer skinned (loot your garrison resources or when winning an item from a bonus roll for an example).

2. ilvl's on weapons no longer display when inside your bag (only gear displays ilvls).

3. Some options during NPC conversations are not skinned.

4. BagSync error when opening a profession window.
Code:

  6x BagSync\BagSync-8.1.lua:1399: attempt to call global 'IsTradeSkillLinked' (a nil value)
  BagSync\BagSync-8.1.lua:1399: in function '?'
  BagSync\BagSync-8.1.lua:93: in function <BagSync\BagSync.lua:91


m00finxo 07-20-16 06:12 PM

I also have the same problems with 1, 3 and 4. I cannot replicate 2, as i use a different bag addon. :banana:

xKiyo 07-22-16 02:56 AM

//////////

Xarl 07-22-16 03:20 AM

Quote:

Originally Posted by xKiyo (Post 316763)
I have a ton of bugs and decided to wait until Legion to continue using RealUI.

Same here :(

Gethe 07-22-16 02:28 PM

It was stated in the update sticky that some things aren't skinned.

Also, BagSync isn't even included in RealUI. I recommend you let the author of that know, and see if they have an update.

Slurpuff 07-23-16 02:42 PM

Quote:

Originally Posted by Gethe (Post 316786)
It was stated in the update sticky that some things aren't skinned.

Also, BagSync isn't even included in RealUI. I recommend you let the author of that know, and see if they have an update.

Ah, I apologize. I didn't see that in your sticky message. Also, I'll look into Bagsync's creator to see if he's going to update the addon. Regardless, thank you for the help.

Santriani 07-24-16 08:24 AM

Quote:

Originally Posted by Slurpuff (Post 316563)
...
4. BagSync error when opening a profession window.
Code:

  6x BagSync\BagSync-8.1.lua:1399: attempt to call global 'IsTradeSkillLinked' (a nil value)
  BagSync\BagSync-8.1.lua:1399: in function '?'
  BagSync\BagSync-8.1.lua:93: in function <BagSync\BagSync.lua:91


Solution to those same errors for me:

Change lines 1399 & 1401 in BagSync.lua file (I use Macromedia Dreamweaver):

1399 if (not IsTradeSkillLinked()) then ERASE
In this line insert command --> if (not C_TradeSkillUI.IsTradeSkillLinked()) then


1401 local tradename = _G.GetTradeSkillLine() ERASE
In this line insert command --> local tradename = C_TradeSkillUI.GetTradeSkillLine()

After those lines must be:

1399 if (not C_TradeSkillUI.IsTradeSkillLinked()) then
1401 local tradename = C_TradeSkillUI.GetTradeSkillLine()

Tested and solved.

Source ---> Nevcairiel (thanks a lot) HERE.

NOTE: There is an update of BagSync now http://wow.curseforge.com/addons/bagsync/files/67-v8-5/.


All times are GMT -6. The time now is 07:58 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2004 - 2022 MMOUI