Download
(127Kb)
Download
Updated: 10-20-08 10:17 PM
Addon for:
FuBar 3.6.5.
Pictures
File Info
Updated:10-20-08 10:17 PM
Created:unknown
Downloads:51,325
Favorites:256
MD5:

FuBar - ItemRackFu  Popular! (More than 5000 hits)

Version: 3.2
by: ThreeWater [More]

FuBar plugin for ItemRack
Tested with FuBar 3.0/3.5 and ItemRack 2.243

v3.2
Updated TOC
Updated libs

v3.1
Changed Load on Demand to 0

v3.0
Changes for WotLK
Updated TOC
Updated embeded libs
No longer works with ItemRack 1.x

v2.5
Updated TOC
Updated Ace2 libs

v2.4
Updated TOC
Updated to work with ItemRack 2 while still working with ItemRack 1
Thanks to Smelt for providing the code that the update to work with ItemRack 2 is based on.
Changed the menu items to set the scale to small(0.85), medium(1.15) or large(1.45)

v2.3
Need to bump version to fix file name on WoWInterface

v2.2
Updated TOC
Added menu for showing the Small ItemRack UI

v2.1
Updated for the 2.0.1 patch
Changed setting so the text can be hiden.
Removed version check on ItemRack since everyone will need use the updated version of ItemRack.

v2.0
Made changes needed to have the mod work with FuBar 2.0

Added menu items to set the scale to small(0.85), medium(1.25) or large(2.0)
for the Icons used to select which set you want to equip.

A localization file for US english exists to be used as a template
if anyone wants to do a translation.

This plugin for FuBar 2.0 is based on the ItemRackFu plugin done by Kyahx

ThreeWater

Post A Reply Comment Options
Unread 11-10-06, 01:19 PM  
Sallyshock
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 3
Uploads: 1
Icon text?

First thing I did was hack the mod to enable text to be hidden. Other than that, thanks. I didn't know this was here. It was the only reason I was still loading ace 1.3 /skips merrily away from old ace
Report comment to moderator  
Reply With Quote
Unread 12-12-06, 07:00 AM  
KenNashua
A Deviate Faerie Dragon

Forum posts: 12
File comments: 26
Uploads: 0
Re: Icon text?

Originally posted by Sallyshock
First thing I did was hack the mod to enable text to be hidden. Other than that, thanks. I didn't know this was here. It was the only reason I was still loading ace 1.3 /skips merrily away from old ace
Any updates for Wow 2.0?
Report comment to moderator  
Reply With Quote
Unread 01-09-07, 09:52 PM  
Aflat
A Murloc Raider

Forum posts: 7
File comments: 17
Uploads: 0
Can you add

console = {
type = 'execute',
name = "ItemRack UI",
desc = "Brings up the ItemRack small UI",
func = function() ItemRack_Toggle() end,
},

eventui = {
type = 'execute',
name = "Configure Sets",
desc = "Brings up the ItemRack sets UI",
func = function() ItemRack_Sets_Toggle() end,
},
events = {
type = 'toggle',
name = "Enable Events",
desc = "Toggles the item swap events",
get = "IsEvents",
set = "ToggleEventsEnabled",
},

function ItemRackFu:IsEvents()
if ItemRack_Settings.EnableEvents=="ON" then
return true
else
return false
end
end

function ItemRackFu:ToggleEventsEnabled()
ItemRack_ToggleEvents()

end


This will add the console, sets UI and allow the events to be toggled from the right click menu. I added it to mine, but it would be nice to download it like this
Report comment to moderator  
Reply With Quote
Unread 01-15-07, 11:23 PM  
ThreeWater
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 6
Uploads: 1
I will look into it for the next release.
Report comment to moderator  
Reply With Quote
Unread 02-05-07, 08:21 PM  
ZealotOnAStick
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 14
Uploads: 2
Version above says 2.2, but the download filename is listing 2.1.
Report comment to moderator  
Reply With Quote
Unread 02-06-07, 03:45 PM  
Steil
A Cliff Giant
 
Steil's Avatar

Forum posts: 77
File comments: 49
Uploads: 0
fubar.lua:1283: itemrackfu: you must be attached to a panel
followed by
fubar.lua:1373:attempt to index a nil value
error on mouseover.
Report comment to moderator  
Reply With Quote
Unread 02-17-07, 01:04 PM  
ThreeWater
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 6
Uploads: 1
ZelotOnAStick - after testing and contacting the site support it looks like it is a browser cache issue, if you clear your browser cache you get the correct file.
Report comment to moderator  
Reply With Quote
Unread 02-17-07, 11:45 PM  
Steil
A Cliff Giant
 
Steil's Avatar

Forum posts: 77
File comments: 49
Uploads: 0
So i take it that this version is for the beta itemrack? that would explain the error's.
Report comment to moderator  
Reply With Quote
Unread 02-24-07, 12:31 AM  
ThreeWater
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 6
Uploads: 1
No, I use ItemRack 1.991.
Report comment to moderator  
Reply With Quote
Unread 03-09-07, 11:05 AM  
someliss
A Murloc Raider

Forum posts: 1
File comments: 1
Uploads: 0
After I installed this it says Im missing a dependency called ItemRack. That need to be downloaded seperatly and if so where?

Thanks,
Report comment to moderator  
Reply With Quote
Unread 05-29-07, 08:47 PM  
Endarire
A Murloc Raider

Forum posts: 9
File comments: 2
Uploads: 0
I hope for an update for WoW 2.1.
Report comment to moderator  
Reply With Quote
Unread 08-09-07, 02:22 PM  
Redunder
A Defias Bandit
 
Redunder's Avatar

Forum posts: 2
File comments: 23
Uploads: 0
update

This mod is not going to be compatible with ItemRack v2.o and up... So can the author plzzz update it...
Report comment to moderator  
Reply With Quote
Unread 08-12-07, 02:34 AM  
Zyonin
Coffee powered Kaldorei
 
Zyonin's Avatar
AddOn Author - Click to view AddOns

Forum posts: 1443
File comments: 62
Uploads: 2
Thank you for updating this plug-in for ItemRack2. On less MiniMap button to clutter my Interface with.
__________________
Twitter
Report comment to moderator  
Reply With Quote
Unread 08-12-07, 10:27 AM  
Silentknyght
A Kobold Labourer

Forum posts: 1
File comments: 12
Uploads: 0
Originally posted by Xinh
Thank you for updating this plug-in for ItemRack2. On less MiniMap button to clutter my Interface with.
How'd you remove the minimap button? I don't get that functionality with itemrack 2.1 and this version of itemrackfu.
Report comment to moderator  
Reply With Quote
Unread 09-02-07, 11:02 PM  
ThreeWater
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 6
Uploads: 1
Originally posted by Silentknyght
How'd you remove the minimap button? I don't get that functionality with itemrack 2.1 and this version of itemrackfu.
ItemRackFu does not disable the ItemRack minimap button you need to do that yourself in ItemRack.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: