• World of Warcraft Addons
Advertisement
  • World of Warcraft
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

PossessionsFu

  Download the Curse Client

Project Updated:
Files Updated: Sat, Aug 11 2007
Category: Bags & Inventory
Tags:

, , , and [Edit Tags]

Project Manager: drashy
Current Version: 20100.3
Downloads Today: 12
Downloads Total: 4,926
Favorites: 40
Comments: 5
  • About PossessionsFu
  •  

FuBar addon for the excellent Possessions addon(s). Simple to use, just click it to open/close the Possessions window. It saves typing /poss ;)

Theres two different versions of Possessions. http://downloads.curse.com/details/1404/ and http://www.wowinterface.com/downloads/fileinfo.php?id=6443

You choose!

  • Downloads (3)
  •  
File Name Release Type Game Version Downloads Date
Addon Curse.com Beta 2.3.3 0 9/29/2008
  File Name Release Type Game Version Downloads Date  
  PossessionsFu 20100.3 Release 2.1.0 648 8/11/2007
  PossessionsFu 20100.2 Release 2.1.0 0 8/10/2007
  PossessionsFu 20100.1 Release 2.1.0 0 8/10/2007
  • 1 page(s)
Advertisement
  • Comments

Add Comment  

Add

You need to login or register to post.

Benefits of Registration

  • Interact with hundreds of thousands of other gamers on an open social network.
  • Post your stories, news, images, videos, and other content to share.
  • Create a network with your fellow gamers or join an existing one.
  • Gain reputation for everything you do.
  • Nice addon thanks.

    I have so many addons i cant keep track of them unless i have them on fubar so this is much appreciated.

  • Siz said 

    Nice addon, thanks for posting it and for making it work with my version of Possessions. I've made some changes which should slim the addon down even further while maintaining compatibility with both versions of Possessions.

    You don't need to include the lockbox icon as its own image file since you can access the texture already in-game. Both versions of Possessions toggle the window with a single function, so testing for its existence then calling it should work and should keep working even if small changes are made to either addon's toggle function. I think your .toc file needs to point to AceAddon-2.0 in your libs folder in order for this addon to work properly standalone.

    PossessionsFu.lua:


    PossessionsFu = AceLibrary("AceAddon-2.0"):new("AceDB-2.0", "FuBarPlugin-2.0") PossessionsFu.hasIcon = "Interface\\Icons\\INV_Misc_OrnateBox" PossessionsFu:RegisterDB("PossessionsFuDB") PossessionsFu.hasNoColor = true PossessionsFu.cannotDetachTooltip = true local tablet = AceLibrary("Tablet-2.0") function PossessionsFu:OnTooltipUpdate() tablet:SetHint("|cffffff00Left-click|r to open/close Possessions, |cffffff00Right-click|r for options") end function PossessionsFu:OnClick() if Possessions_Toggle then Possessions_Toggle() else DEFAULT_CHAT_FRAME:AddMessage("|cffff0000Yoink! Possessions addon was not found! Try installing it nub ;)|r"); DEFAULT_CHAT_FRAME:AddMessage("|cffff0000You can get it from http://downloads.curse.com/details/1404/|r"); end end 

  • drashy said 

    Hi Tayedaen, It was my intention to add Possessions as a dep and I even tried at one point but couldn't get things working properly. This was my first ever attempt at an addon so I will hopefully get it working in a future version once I have learned a bit more :) Thanks for your help and comments :)

    Ashy.

  • tayedaen said 

    Thank you for the new version - everything works fine here now.

    Still I would recommend that you add 'Possessions' as adependany, so that it does not get loaded if Possessions is disabled.

    best regards tayedaen

  • tayedaen said 

    Hi !

    The options you added in 20100.2 are not saved between sessions. Additionally, the addon is also loaded if possessions is not loaded at all.

    There exists another version of the main addon Possessions here: http://www.wowinterface.com/downloads/fileinfo.php?id=6443

    This version is maintained bei Siz.

    I just wanted to inform that PossessionsFu as of version 20100.2 does NOT work with this version of Possessions. Main reason is that 'POSSESSIONS_VERSION' is only defined locally in Siz version.

    I changed some code to get it working with Siz' version. I'll post my code, perhaps you have the time to make a version that works for both versions of Possessions.

    Begin Code:


    PossessionsFu = AceLibrary("AceAddon-2.0"):new("AceDB-2.0", "FuBarPlugin-2.0") PossessionsFu.hasIcon = "Interface\\AddOns\\FuBar_PossessionsFu\\icons\\possfu.tga"

    PossessionsFu:RegisterDB("PossessionsFuDB")

    --PossessionsFu:SetText("PossFu");

    local tablet = AceLibrary("Tablet-2.0") function PossessionsFu:OnTooltipUpdate() tablet:SetHint("|cffffff00Left-click|r to open/close Possessions, |cffffff00Right-click|r for options") end

    local POSSESSIONS_VERSION = GetAddOnMetadata("Possessions","Version")

    function PossessionsFu:OnClick() if( POSSESSIONS_VERSION ) then Possessions_Toggle() end end


  • 1 page(s)
  • Similar Addons
  •  

Average downloads per day

  1. 10,971 RatingBuster Bags & Inventory
  2. 9,071 OneBag3 Bags & Inventory
  3. 7,650 Outfitter Bags & Inventory
  4. 7,188 Bagnon Bags & Inventory
  5. 6,041 ArkInventory Bags & Inventory