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

  • Your Rating

  • Share
  • Report Abuse

NRT

  Download the Curse Client

Project Updated:
Files Updated: Tue, Dec 2 2008
Category: Data Export, Guild, Boss Encounters, and Miscellaneous
Tags:

, , , , and [Edit Tags]

Project Manager: Rabbit
Current Version: r127
Downloads Today: 47
Downloads Total: 7,142
Favorites: 0
Comments: 12
  • About NRT
  •  

When a boss dies, you get a popup asking if you want to take raid attendance now - doing so creates a new table of all the members in your raid + people that whisper you with their mains name (who must be in the guild), and presents it to you in a copy-able text box so you can easily export it to your web DKP system.

It also tracks all epic+ quality items that are looted, when they were looted, who looted them and what mob they were looted from.

It also takes whispers from people on standy (outside the raid) during the time period specified when a boss has just died. By whispering your name, it will check the guildlist and then add you to the kill. You can also add people manually later afterwards.

It announces in guild chat when a boss dies and attendance is being taken, you can also set it to announce in a seperate channel at the same time - this is for unguilded alts that are in the channel. They can whisper their mains name to get added.

When the set time of taking attendance is over, the mod announces it.

It also features a filter that make sure certain bosses and items will not be tracked

Before anyone asks, you delete tracked raids and loot by shift + clicking them.

It's very easy to use and appears as an icon around your minimap. There's more features which you will discover very quickly. When I have more time I will update this description.

  • Downloads (8)
  •  
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  
  NRT r127 Release 3.0.3 56 12/2/2008
  NRT 3.0-beta2 Beta 3.0.2 2,833 10/15/2008
  NRT 3.0-beta Beta 2.4.3 140 10/14/2008
  NRT-r73032.39 Beta 2.4.3 111 9/29/2008
  NRT-r73032.38 Beta 2.4.3 11 9/12/2008
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.
  • If possible, could you perhaps add tracking of not just player names but also player class?

    Reply Permalink
  • How do I prevent items (e.g., Emblem of Valor) from being output to the DKP string? I don't see this option in the filter settings. Thanks.

    Reply Permalink
  • madar2 said 

    NRT.lua

    -- These items are always ignored by the loot handler.
    local ignoredItems = {
    [30316] = true, -- Devastation
    [30317] = true, -- Cosmic Infuser
    [30312] = true, -- Infinity Blade
    [30318] = true, -- Netherstrand Longbow
    [30313] = true, -- Staff of Disintegration
    [30311] = true, -- Warp Slicer
    [30320] = true, -- Bundle of Nether Spikes
    [30314] = true, -- Phaseshift Bulwark
    [30319] = true, -- Nether Spikes
    [29434] = true, -- Badge of Justice
    [22450] = true, -- Void Crystal
    [20725] = true, -- Nexus Crystal
    }

    Reply Permalink
  • This addon is working with WebDKP addon too?