Download
(26Kb)
Download
Updated: 10-12-12 06:24 PM
Pictures
File Info
Updated:10-12-12 06:24 PM
Created:09-05-12 10:38 PM
Downloads:2,294
Favorites:22
MD5:

Possessions 4.2 with Void Storage (Fan Update)

Version: 4.2.1b
by: Caldar [More]

This is just a bug fix for the Void Storage version of Possessions.


Fixes the ranged slot issue and the void storage issue.



All credit for the addon goes to the original authors.

4.2.1b
Temporary fix for the battle pet errors. Does not currently track caged battle pets.
More to come once I have more than 5 minutes to do anything.

4.2.1a
Cleaned up Globals to avoid taint.
Thanks to coani for the reminder and some of the Globals.

4.2.1:
Removed Ranged Slot
Fixed error with Void Storage
Optional Files (0)


Post A Reply Comment Options
Unread 09-06-12, 10:33 AM  
coani
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 40
Uploads: 3
Nice quick work to post the working fix, there's just one issue that I kept forgetting to post about that needs to be added, but you can do that in a min & re-upload fix:

change line 58 to:
local searchString, searchType, searchSubType

line 707 to:
local _, link

line 940 to:
local _, itemStackCount

line 1316 to:
local _, name, icon, quantity, quality

This is to fix global variable taint errors that can cause issues with other ui elements/addons (in particular addons that forget to local _ which can cause some nasty slowdowns in certain cases).
Report comment to moderator  
Reply With Quote
Unread 09-06-12, 01:11 PM  
Caldar
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 48
Uploads: 1
Originally Posted by coani
Nice quick work to post the working fix, there's just one issue that I kept forgetting to post about that needs to be added, but you can do that in a min & re-upload fix:

change line 58 to:
local searchString, searchType, searchSubType

line 707 to:
local _, link

line 940 to:
local _, itemStackCount

line 1316 to:
local _, name, icon, quantity, quality

This is to fix global variable taint errors that can cause issues with other ui elements/addons (in particular addons that forget to local _ which can cause some nasty slowdowns in certain cases).
I haven't had a chance to look at anything other than getting a "working" copy up. I was going to take a look at the global namespace for this one when I had a chance as well as a few other things that annoyed me.

You actually need to local _ now if you are using it as a global because with 5.0.4 blizzard declared _ as a global and it will taint the GlyphUI if you use it.

Thanks for the info!
Last edited by Caldar : 09-06-12 at 01:12 PM.
Report comment to moderator  
Reply With Quote
Unread 09-06-12, 10:46 PM  
Dridzt
A Pyroguard Emberseer
 
Dridzt's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1359
File comments: 829
Uploads: 55
You went a little overboard with deglobalizing variables

PossessionsData in line 1048 is the saved variables, it's meant to be global

Thanks for the update goes without saying.

(there won't be any serious ill effects, that variable is in the function that upgrades a v0.x to v1.x database)
Report comment to moderator  
Reply With Quote
Unread 09-06-12, 11:38 PM  
Caldar
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 48
Uploads: 1
Originally Posted by Dridzt
You went a little overboard with deglobalizing variables

PossessionsData in line 1048 is the saved variables, it's meant to be global

Thanks for the update goes without saying.

(there won't be any serious ill effects, that variable is in the function that upgrades a v0.x to v1.x database)
I thought I undid that. I'll make a note for next time.

Thanks!
Report comment to moderator  
Reply With Quote
Unread 09-12-12, 06:36 AM  
AZMAK
A Kobold Labourer

Forum posts: 0
File comments: 61
Uploads: 0
Guild bank functionality?

Good morning.

I have been removing addons left and right in an effort to strip down to the default UI as much as possible and to reduce memory and log in log out time too.

I have used ArkInventory for quite some time now about 3.5 yrs if not more. Going back to default bags is an eye-opener for sure and I can *maybe* get used to using default bags again in time and get used to not having ArkInventory's custom sorting but I absolutely cannot live without the tooltip info on where all my items are, how many I have and so on.

I don't care about guilds my characters belong too or what they have but I would like to know what my own guild bank possesses. Does this addon record guild bank data and if so, do we also have the option to ignore certain guild banks? Again I only want to know what's in my own personal guild bank.

If you do not have this functionality would you consider adding it?

Thanks in advance.
Report comment to moderator  
Reply With Quote
Unread 09-29-12, 09:43 AM  
coani
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 40
Uploads: 3
Just noticed a bug

Havn't looked into it yet, but thought I'd make a note here:

120x Possessions\Possessions-4.2.1.lua:402: attempt to compare nil with number
Possessions\Possessions-4.2.1.lua:402: in function "Possessions_CompressLink"
Possessions\Possessions-4.2.1.lua:493: in function "Possessions_doReloadBag"
Possessions\Possessions-4.2.1.lua:1529: in function <Possessions\Possessions.lua:1523>

Happens when caging & moving around battle pets
Report comment to moderator  
Reply With Quote
Unread 10-01-12, 12:59 AM  
Caldar
A Defias Bandit
AddOn Author - Click to view AddOns

Forum posts: 3
File comments: 48
Uploads: 1
I'll look into it.

Battlepets are special. They all have the same item id but a special battlepet hyperlink.
Report comment to moderator  
Reply With Quote
Unread 10-13-12, 06:46 PM  
Szyarah
A Defias Bandit

Forum posts: 2
File comments: 139
Uploads: 0
Gaah! No matter WHAT I do, this addon refuses to display anyone's void storage!!! Is there a secret to caching the data? I give up! Many thanks in advance for your help
Report comment to moderator  
Reply With Quote
Unread 10-29-12, 08:27 PM  
Pennet
An Aku'mai Servant

Forum posts: 32
File comments: 31
Uploads: 0
Re: Guild bank functionality?

Originally Posted by AZMAK
Good morning.

I have been removing addons left and right in an effort to strip down to the default UI as much as possible and to reduce memory and log in log out time too.

I have used ArkInventory for quite some time now about 3.5 yrs if not more. Going back to default bags is an eye-opener for sure and I can *maybe* get used to using default bags again in time and get used to not having ArkInventory's custom sorting but I absolutely cannot live without the tooltip info on where all my items are, how many I have and so on.

I don't care about guilds my characters belong too or what they have but I would like to know what my own guild bank possesses. Does this addon record guild bank data and if so, do we also have the option to ignore certain guild banks? Again I only want to know what's in my own personal guild bank.

If you do not have this functionality would you consider adding it?

Thanks in advance.
I realize this is six weeks later, but yes, this addon does track guild bank contents. Unfortunately the default behavior, via a checkbox, is for it to display ALL guild banks info or NO guild banks info. It is possible to exclude one (or more) guild banks from the display, leaving only yours, but it requires some editing of the possessions.lua file. I'm not a big fan of publicly mangling other authors' works, but if you'd like to know how, send me a PM and I'll be happy to fill you in.
Report comment to moderator  
Reply With Quote
Unread 01-08-13, 06:41 AM  
coani
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 1
File comments: 40
Uploads: 3
Anyone else had issue with Poss failing to open in combat? Havn't looked into it at all, but I suspect some taint/global conflicts, unless Blizz did some changes in 5.1 and protected something. Has failed in particular when trying to do /poss somerandomitemname in combat.
Report comment to moderator  
Reply With Quote
Unread 08-09-14, 06:29 PM  
Szyarah
A Defias Bandit

Forum posts: 2
File comments: 139
Uploads: 0
Would love to see a feature

that made it simple to remove deleted or moved or even renamed characters.
Report comment to moderator  
Reply With Quote
Unread 11-12-14, 12:02 PM  
Nathanyel
A Deviate Faerie Dragon
 
Nathanyel's Avatar
AddOn Author - Click to view AddOns

Forum posts: 12
File comments: 213
Uploads: 17
As even this Fan Update became outdated, I fixed the addon for 6.0 7.0
Last edited by Nathanyel : 08-07-16 at 02:56 PM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: