• Warhammer Online Addons
  • Warhammer Online
  • Average Rating:

  • Your Rating

  • Share
  • Report Abuse

LootWatch

 
Project Updated:
Files Updated: Tue, Jul 7 2009
Supports Game Version: 1.3
Category: Bags & Inventory
Tags:

[Edit Tags]

Project Manager: Geilir
Additional Authors: No additional authors
Current Version: LootWatch 1.6.3 Release
License: GNU General Public License version 3 (GPLv3)
Development Site: CurseForge.com
Avg Daily DL (last 30 days): 2
Downloads Total: 3,580
Favorites: 6
Comments: 19
  • Contests
  • About LootWatch
  •  

Loot Watch - An addon for Warhammer Online 1.3.0 and above

This addon will display incoming loot visually. This is needed in 1.3.0 due to the addition of the Auto Roll feature, which places items into your inventory without notification. The intention is to bring your attention to you winning items such as medallions which would otherwise just show up in your inventory.

To use, extract the archive into your WarhammerOnline/interface/addons directory. It will create a LootWatch directory containing the addon files. Then, run Warhammer Online. The addon will be automatically enabled for game version 1.3. You can manually disable it when desired using the inbuilt addon management functions of the game.

Sounds are triggered for high rarity items. If this annoys you, you may disable them by editing the settings block in the .lua file and setting the appropriate .soundRarity property to 7.

Version 2 of LootWatch is in development. It will support a configuration interface to allow selection of alerts by item classification, from regular inventory, currency, and crafting types.

  • 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  
  LootWatch 1.5 - Test Release Beta 1.3 12 6/23/2009
  LootWatch 1.4 Release 1.3 401 6/21/2009
  • Screenshots (1)
  •  
  • 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.
  • Knifed said

    Since you're unsubscribed, does that mean version 2 is not coming? O.o?

    I'd be happy if this addon just got an update to fix it so that the position doesn't keep getting reset upon reboot of the game. Broken since 1.3b

    Reply Report Permalink
  • wardfan said

    http://rapidshare.com/files/269024978/LootWatch.zip

    As posted on warhammeralliance so credit goes to Gridgendal.

    Reply Report Permalink
  • Knifed said

    wow thaanks for posting that! you didn't have to :P

    Reply Report Permalink
  • Geilir said

    As of this post I am unsubscribed from War. This addon will no longer be maintained by me, but the license grants any user the permission to modify and redistribute the code as they see fit.

    Reply Report Permalink
  • yaash said

    German Localisation: (New version of the file LootWatchLocalisation.lua)
    -----
    LootWatchLocalisation = {}

    function LootWatchLocalisation.getOptStrings(lang)
    if lang == 1 then
    return optStrings.en;
    --[[
    elseif lang == 2 then
    return optStrings.fr;
    --]]
    elseif lang == 3 then
    return optStrings.gr;
    --[[
    elseif lang == 4 then
    return optStrings.it;
    elseif lang == 5 then
    return optStrings.sp;
    elseif lang == 6 then
    return optStrings.ko;
    elseif lang == 7 then
    return optStrings.s_ch;
    elseif lang == 8 then
    return optStrings.t_ch;
    elseif lang == 9 then
    return optStrings.jp;
    elseif lang == 10 then
    return optStrings.ru;
    --]]
    else
    return optStrings.en;
    end
    end

    function LootWatchLocalisation.getUIStrings(lang)
    if lang == 1 then
    return uiStrings.en;
    --[[
    elseif lang == 2 then
    return uiStrings.fr;
    --]]
    elseif lang == 3 then
    return uiStrings.gr;
    --[[
    elseif lang == 4 then
    return uiStrings.it;
    elseif lang == 5 then
    return uiStrings.sp;
    elseif lang == 6 then
    return uiStrings.ko;
    elseif lang == 7 then
    return uiStrings.s_ch;
    elseif lang == 8 then
    return uiStrings.t_ch;
    elseif lang == 9 then
    return uiStrings.jp;
    elseif lang == 10 then
    return uiStrings.ru;
    --]]
    else
    return uiStrings.en;
    end
    end

    optStrings = {
    en = { L"WARNING: /lw is in use. Please use /lootwatch instead.", --1
    L" loaded. /lootwatch or /lw for settings.", --2
    L"Your settings have been reset.", --3
    L"LootWatch zoning pass is complete.", --4
    },

    gr = { L"WARNUNG: /lw ist bereits vergeben. Bitte benutze /lootwatch statt dessen..", --1
    L" geladen. /lootwatch oder /lw für Einstellungen.", --2
    L"Deine Einstellungen wurden zurückgesetzt.", --3
    L"LootWatch Zonen Ermittlung ist vollständig.", --4
    },
    };

    uiStrings = {
    en = { L"LootWatch Settings",--1
    L"You receive ",
    L"Backpack",

    L"Rarity",
    L"Utility",
    L"Common",
    L"Uncommon",
    L"Rare",
    L"Very Rare",
    L"Artifact",

    L"Inventory",
    L"Currency",
    L"Crafting",

    L"Disabled",
    L"Play Sound",

    L"Reset",
    L"Apply",
    L"Cancel",
    },

    gr = { L"LootWatch Settings",--1
    L"Du erhälst ",
    L"Rucksack",

    L"Seltenheit",
    L"Handwerk",
    L"Verbreitet",
    L"Ungewöhnlich",
    L"Selten",
    L"Sehr selten",
    L"Artefakt",

    L"Inventar",
    L"Währung",
    L"Handwerk",

    L"Deaktiviert",
    L"Sound abspielen",

    L"Reset",
    L"Anwenden",
    L"Abbruch",
    },
    };
    ----

    Reply Report Permalink
  • Geilir said

    Thanks Yaash, I've put this into 1.6.3.

    Reply Report Permalink
  • chimera74 said

    Very nice addon.
    I wish if it would show incoming items via small icons that fade off with time.
    See Tidy Roll to get what i am talking about.

    Reply Report Permalink
  • Nope still as bad every load sorry

    Reply Report Permalink
  • I load pretty fast so i dont think it was that. New version may work will try laters :) thanks

    Reply Report Permalink
  • SwpDevil said

    You need to fix the part where when you equip and unequip items.. The item and sounds play each time I switch between my PVE and PVP set..

    Reply Report Permalink
  • Geilir said

    Unfortunately when you unequip an item, it is new to your inventory. There is possibly a workaround, but I am uncertain yet.

    Reply Report Permalink
  • Geilir said

    Equipping / unequipping armour and weapons will now not trigger an alert.

    Reply Report Permalink
  • Geilir said

    I speak of course of 1.6, which as of this writing has not yet propagated to the mirror servers.

    Reply Report Permalink
  • SwpDevil said

    Sweet... Finally

    Reply Report Permalink
  • Geilir said

    The latest test releases (1.5.1 and greater) seem to fix the issue. They also have customisable settings via editing the .lua file. Those settings will be moved into a configuration dialog for 2.0, which should be the next non-beta release.

    Reply Report Permalink
  • Wont stop spammingme with EVERYTHING i have in backpacks EVERY time i load :(

    Reply Report Permalink
  • Geilir said

    1.5.1 may fix, testing.

    Reply Report Permalink
  • Geilir said

    Hmm, this is still happening in 1.5, I will work on in tonight at try for a fix.

    Reply Report Permalink
  • Geilir said

    Download the 1.5 test release and it should correct this issue for you.

    Reply Report Permalink
  • Geilir said

    How quickly does your system load? I have an initial delay time in the code to give a 30 second delay before it starts checking for updates, but this is likely not long enough in your case. I'll make that delay customisable in an upcoming release, in the meantime, increase the value on line 15 of LootWatch.lua to something like:

    LootWatch.timeLeft = 60;

    This will make it wait 60 seconds to start checking instead.

    Reply Report Permalink
  • Similar Addons
  •  

Average downloads per day

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