• Warhammer Online Addons
  • Warhammer Online
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

ItemRack

 
Project Updated:
Files Updated: Fri, Dec 19 2008
Supports Game Version: Beta 3.0
Category: Bags & Inventory
Tags:

[Edit Tags]

Project Manager: Realwild
Additional Authors: No additional authors
Current Version: v1.13
License: GNU General Public License version 3 (GPLv3)
Development Site: CurseForge.com
Avg Daily DL (last 30 days): 54
Downloads Total: 42,554
Favorites: 147
Comments: 45
  • Contests
  • About ItemRack
  •  

This tool makes equipment of items into the corresponding slots easier.
You get a list of suitable items for each character slot.
Easy equip the proposed items with right mouse click.

You are also able to manage item-sets.
Theese sets can be linked to tactics.

Items that are used in sets are shown in bag tinted in red when the ItemRack window is open

Sets can also be switched with macro:
/script ItemRack.Sets.Load(n)

n=number of set

for example:
/script ItemRack.Sets.Load(2)
loads the set number 2

Discontinued


I'm not playing WAR any more->changed to runes of magic
So i'm not able to maintain this project any more.

Thank you smurfy for giving further support.

  • Downloads (7)
  •  
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  
  ItemRack V0.2 Beta Beta 3.0 518 11/5/2008
  ItemRack V0.1 Beta Beta 3.0 396 11/2/2008
  • Screenshots (2)
  •  
  • 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.
  • do you know how to fix the problem where the item rack selector wont hold its position after reloadui smurfy?

    Reply Report Permalink
  • hi guys,
    I am lost at trying to implement the fix below? can someone guide me in the right direction or post the lua file somewhere so i can download it! I love this mod and its a shame i cant get it to work.

    Reply Report Permalink
  • smurfy said

    Try:
    http://smurfy.de/files/war/ItemRackFor1.3.1.zip
    this version works for me

    Reply Report Permalink
  • thanks smurfy!

    Reply Report Permalink
  • smurfy said

    replace the old function in line 224 of the itemrack.lua:

    function ItemRack.ParsePattern(text,pat)
    local t={};

    -- Because string.gmatch is borken in 1.3.1 :(
    local gmatch = function( str, pattern )
    local init = 1
    local function gmatch_it()
    if init
    local s, e = str:find(pattern, init)
    if s then
    local res = {str:match(pattern, init)}
    init = e+1
    return unpack(res)
    end
    end
    end
    return gmatch_it
    end

    for x in gmatch(towstring(text),towstring(pat)) do
    table.insert(t,x);
    end
    return unpack(t);
    end

    -- gmatch fix from aiiane

    Reply Report Permalink
  • adroch said

    great post smurfy, although for some reason you can't post less than signs here, lol

    change:
    "if init"

    to:
    "if init [less than]= str:len() then"

    instead of [less than], use a less than symbol.

    Thanks for the code Aiiane!

    Reply Report Permalink
  • warderbrad said

    I was attempting to make a macro to change to my fishing set. My fishing set is set 2 in the drop down list and I was currently in set 1 in the list when I ran the macro
    Here is the macro
    /script ItemRack.Sets.Load(2)
    Here is the error
    Message: [string "ItemRack.Sets.Load(2)"] line 1:
    attempt to index field 'Sets' (a nil value)
    Debug:
    (tail call): ?
    [C]: ?
    [string "ItemRack.Sets.Load(2)"]:1: in main chunk
    [C]: RunScript()
    ..\FrameXML\ChatFrame.lua:1879: ?()
    ..\FrameXML\ChatFrame.lua:3505:
    ..\FrameXML\ChatFrame.lua:3458
    [C]: ChatEdit_ParseText()
    ..\FrameXML\ChatFrame.lua:3176: ChatEdit_SendText()
    ..\FrameXML\ChatFrame.lua:2274:
    ..\FrameXML\ChatFrame.lua:2267
    [C]: ?
    [C]: UseAction()
    ..\FrameXML\SecureTemplates.lua:277: handler()
    ..\FrameXML\SecureTemplates.lua:487:
    ..\FrameXML\SecureTemplates.lua:445

    Reply Report Permalink
  • rjp14 said

    The item rack tab screen now longer greys out the stats. Is it possible that it will be fixed. I know this addon hasn't been updated in a couple months.

    Reply Report Permalink
  • Fhqwghads said

    No idea what I'm doing wrong because I copied & pasted the script for a macro right from the directions, but this add-on seems broken. I can create/save/delete sets, and use the item rack tab to switch between items, but the macro to actually swap between sets does nothing. Also, not sure if using the item set drop down menu on the item rack tab is supposed to swap your gear or not, but it doesn't. So yeah, not being able to swap gear sets makes this add-on useless.

    Reply Report Permalink
  • Tarmoll said

    Sorry if I repeat a question. When switching my pally dps gear (which includes a two-hander weapon) to my tanking gear (sword and shield) it attempts to slot in the shield before the sword and thus I get an error advising that I cannot use and off-hand with a two-handed weapon.
    Is there some way of altering the equipping order to avert this problem?

    Reply Report Permalink
  • auryll5 said

    My minimap button has disappeared - and I don't know how to get it back. Can anyone help me?

    Reply Report Permalink
  • I love this addon and I find it quite useful and wish to thank you for your hard work on this. I use WoWMatrix to update my addons and find it quite inconvenient to use multiple wow interface addon updaters. If you are willing to attach an open source license such as a GPL, WoWMatrix has indicated they would host it on their own servers. So, please consider attaching an open source license to your addon.

    Thanks again for the great addon!

    Reply Report Permalink
  • Yasmina said

    Aw, I love this addon. So convenient! I hope it get updated for 3.1.

    Reply Report Permalink
  • descode said

    une maj de cette addon ?

    Reply Report Permalink
  • yaggysoz said

    This hasen't been updated in over 3 months, any suggestion for a similar addon that IS maintained?

    Reply Report Permalink
  • Baalh said

    For maintaining my Sets, I use ClosetGoblin. Wasn't maintained for some time but Fury_Belgarion picked it up and is keeping it up to date.

    Reply Report Permalink
  • samur41 said

    I can't color items anymore. The window with the settings for primary or secondary color just doesn't appear.
    After switching off itemrack I was able to color items again. So it must be an issue with itemrack.

    Reply Report Permalink
  • Daniboss said

    I don't think it is working properly anymore. I can see all my equipable items if a roll the mouse over them at the character screen, but I don't see a extra tab.

    Reply Report Permalink
  • Daniboss said

    I installed three other addons and the ItemRack tab appeared. They were LibSlash, Phantom and Squared

    Reply Report Permalink
  • Malmuerte said

    Okay, I've downloaded and installed Itemrack but I do not get the itemrack tab on my character window. I have Brags, Dungeons and character tabs but no ItemRack.

    What am I doing wrong?

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

  1. 58 TokenMachine PvP, and Bags & Inventory
  2. 42 Tidy Roll Auction & Economy, and Bags...
  3. 36 Character View Expanded Stats (CaVES) Buffs & Debuffs, Bags & Inventory...
  4. 36 AutoLoot Bags & Inventory
  5. 25 WaaaghBar Auction & Economy, and Bags...