Thread Tools Display Modes
07-19-16, 11:36 AM   #1
Slurpuff
A Wyrmkin Dreamwalker
Join Date: Sep 2015
Posts: 56
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

Last edited by Slurpuff : 07-23-16 at 02:41 PM.
  Reply With Quote
07-20-16, 06:12 PM   #2
m00finxo
A Deviate Faerie Dragon
Join Date: Nov 2014
Posts: 12
I also have the same problems with 1, 3 and 4. I cannot replicate 2, as i use a different bag addon.
  Reply With Quote
07-22-16, 02:56 AM   #3
xKiyo
A Murloc Raider
 
xKiyo's Avatar
Join Date: May 2015
Posts: 6
//////////

Last edited by xKiyo : 08-28-18 at 05:45 AM. Reason: /////////////
  Reply With Quote
07-22-16, 03:20 AM   #4
Xarl
A Warpwood Thunder Caller
 
Xarl's Avatar
AddOn Compiler - Click to view compilations
Join Date: Nov 2008
Posts: 94
Unhappy

Originally Posted by xKiyo View Post
I have a ton of bugs and decided to wait until Legion to continue using RealUI.
Same here
__________________
  Reply With Quote
07-22-16, 02:28 PM   #5
Gethe
RealUI Developer
 
Gethe's Avatar
Premium Member
Featured
Join Date: Sep 2008
Posts: 942
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.
__________________
Knowledge = Power; Be OP

  Reply With Quote
07-23-16, 02:42 PM   #6
Slurpuff
A Wyrmkin Dreamwalker
Join Date: Sep 2015
Posts: 56
Originally Posted by Gethe View Post
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.
  Reply With Quote
07-24-16, 08:24 AM   #7
Santriani
A Wyrmkin Dreamwalker
 
Santriani's Avatar
Join Date: Jun 2011
Posts: 51
Originally Posted by Slurpuff View Post
...
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/.

Last edited by Santriani : 07-24-16 at 09:19 AM.
  Reply With Quote

WoWInterface » Featured Projects » RealUI » Small List of Pre-Patch (7.0) Problems:

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off