Thread Tools Display Modes
09/26/14, 01:33 PM   #1
scream
 
scream's Avatar
Join Date: Jul 2014
Posts: 6
Unhappy SmartBags add on

I get this error when crafting ingame with smartbags loaded.

user:/AddOns/SmartBags/SmartBags.lua:365:funtion expected instead of nil
stack traceback:
user:/AddOns/SmartBags/SmartBags.lua:365:in function 'SmartBags.DisplayCraftInfo'

what to do ?
  Reply With Quote
09/26/14, 02:02 PM   #2
Garkin
 
Garkin's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 832
Originally Posted by scream View Post
I get this error when crafting ingame with smartbags loaded.

user:/AddOns/SmartBags/SmartBags.lua:365:funtion expected instead of nil
stack traceback:
user:/AddOns/SmartBags/SmartBags.lua:365:in function 'SmartBags.DisplayCraftInfo'

what to do ?
Open SmartBags.lua in text editor and change line 365:
Lua Code:
  1. itemCraftNum = GetNumLastCraftingResultItems()
to:
Lua Code:
  1. itemCraftNum = GetNumLastCraftingResultItemsAndPenalty()
  Reply With Quote
09/26/14, 04:28 PM   #3
scream
 
scream's Avatar
Join Date: Jul 2014
Posts: 6
smartbags

Thanks , works fine now !
  Reply With Quote
09/26/14, 06:56 PM   #4
Waboku
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 6
Sorry

Originally Posted by scream View Post
Thanks , works fine now !
I've been meaning to update this but I want to fix the group loot message first. I have a fix but it's not exactly the way I want it yet. Will update tonight.
  Reply With Quote
11/15/14, 01:40 PM   #5
scream
 
scream's Avatar
Join Date: Jul 2014
Posts: 6
Here is a the latest error after patch that I get with smartbags loaded.
user:/AddOns/SmartBags/Libs/LibAddOnMenu-2.0/LibAddOnMenu-2.0.lua:300: in function
'CreateAddOnList'
user:/AddOns/SmartBags/Libs/LibAddOnMenu-2.0/LibAddOnMenu-2.0.lua:308: in function '(main
chunk)'

any hope for this add on ?
  Reply With Quote
11/15/14, 02:03 PM   #6
katkat42
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 155
You probably also need to substitute the latest version of LibAddonMenu for whatever ships in SmartBags.

Last edited by katkat42 : 11/15/14 at 02:04 PM. Reason: fixed bbcode markup
  Reply With Quote

ESOUI » AddOns » AddOn Help/Support » SmartBags add on


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