Files 1
Downloads 4,240
Favorites 10
My AddOns
View Bug Report
Latest patch causes looting to bring up error message
Bug #: 1007
File: Teh Inept Looter
Date: 08/06/14 03:22 PM
By: GunStore
Status: Fixed
Hi,

I really like using this plugin but the latest patch seems to have broken it.

The GetBagInfo method has been replaced by GetBagSize method (http://forums.elderscrollsonline.com/discussion/119843/update-3-api-patch-notes-change-log-pts [Look for GetBagInfo])

To fix it I have replaced all lines that reference GetBagInfo (local icon, bagslots = GetBagInfo(BAG_BACKPACK)) with local bagslots = GetBagSize(BAG_BACKPACK) which include Line 315, 415,476, 519)

I did a quick scan of all other files but could not find any other references to this line. Not sure if there are any other places.

Hope this helps

RSS 2.0 Feed for Bug CommentsNotes Sort Options
By: ItseyBitsey - 08/12/14 02:37 PM
Hi, thanks very much for this Gunstore. The patch took an age to download on my PC and I haven't even got in game since then. Will check it out tonight and let you know.
By: ItseyBitsey - 08/12/14 03:00 PM
You Sir (or Madam) are a star! The most awesome bug report ever including how to fix even with links to the documentation. A thing of beauty you are! By the way if you ever want the real code let me know - I'd super happily share it - the download contains "stripped" code without any debug info in so its much harder to read.