G.E.i.L
DELL
Go Back   Nihilum - MMORPG Gaming Guild and Community > Public Forums > User Interface & Add-ons
Register Arcade iSpy Calendar Mark Forums Read Bug Tracker

User Interface & Add-ons Home of Nihilum Raid Tracker [NRT] and everything related to UI's and Add-ons.


Welcome to the Nihilum - MMORPG Gaming Guild and Community forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content, play the arcade games and access many other special features. Registration is fast, simple and absolutely free so please, join our community today! (This message disappears!)

If you have any problems with the registration process or your account login, please check our Website Help section first. If that doesn't help, you can contact us.
Reply
 
LinkBack Thread Tools Display Modes
Old 17th May 2007, 11:09 PM   #1 (permalink)
Addon Developer
 
Join Date: Apr 2007
Location: Norway
Posts: 52
rabbit is on a distinguished road
Exclamation NRT - Nihilum Raid Tracker

Greetings,

I've just uploaded NRT on my own little webspace here; It's that season again.
Direct download link: http://files.wowace.com/NRT/NRT.zip

I've stopped making releases like before, you'll just have to check every so often whether or not it has been updated, or use a wowace.com updater application to update it when it has changed.

I'm eager to hear any feature suggestions, bug reports or general commentary on NRT, as I'm seeking to improve it currently.

If you've seen Nihilums recent videos, you've seen how most of it works already; 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.

Please post any bug reports or suggestions as responses to this thread or on the wowace.com forums.

Thanks,
Rabbit.

Last edited by rabbit : 1st February 2008 at 03:31 AM.
rabbit is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 18th May 2007, 02:31 AM   #2 (permalink)
Retired Nihilum Member
 
Ghorok's Avatar
 
Join Date: Jan 2006
Posts: 764
Ghorok is on a distinguished road
Default

Online hi5 mate!
Ghorok is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 18th May 2007, 02:48 PM   #3 (permalink)
Peon
 
Join Date: May 2007
Posts: 1
Clinch is on a distinguished road
Default

Sounds good - I'll get our GM to test it out in our next few raids and see if I can get you some screeners.

Cheers.
Clinch is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 18th May 2007, 03:46 PM   #4 (permalink)
Grunt
 
Join Date: Mar 2007
Posts: 39
Bluetail is on a distinguished road
Default

Hey rabbit.
Ive been using NRT for a while now and Im very pleased with it! Makes life nice and easy.
One request
How hard would it be to code that non-guild members could be added during the whispering phase.
It would be very useful for interguild raiding communitys such as my own, as atm Im adding the names manually for those that get the "Not in guild" Reply.
__________________
Bluetail is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 18th May 2007, 08:57 PM   #5 (permalink)
Peon
 
Join Date: Aug 2006
Posts: 2
dranor is on a distinguished road
Default

I like this addon, but i still miss an XML exporter for raid attendances.. Do yo plan to make one or leave a plugin interface to make it?
dranor is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 20th May 2007, 02:04 AM   #6 (permalink)
Addon Developer
 
Join Date: Apr 2007
Location: Norway
Posts: 52
rabbit is on a distinguished road
Default

Quote:
Originally Posted by Ghorok View Post
Online hi5 mate!
Damn, guess I was 2slow for that one!

Clinch, that would be nice, need some screens to show off on the site.

Bluetail, I just added a whitelist capability, where you can add any players you want, look for it in the next release.

dranor, where could I find information/DTD/schemas for the XML format?
__________________
http://rabbit.nihilum.eu/
rabbit is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 21st May 2007, 10:51 AM   #7 (permalink)
Peon
 
Join Date: Jun 2006
Posts: 4
Xelnag is on a distinguished road
Default

Hello, i've been using this addon for a while now for our guild and it's quite nice, however there are a few things i'd love to have fixed/added if possible, here you go:

- Fix the minimap icon, once you hide it, you can't make it appear again unless reinstall/going to the .lua and manually edit it (annoying ). A slash command would fix it i guess

- A version in the filename or in a readme would be cool, so we know what's the latest and such, bit confusing atm

- Data String as ppl asked. You could either take the eqdkp format or do another one, doing parsers once it's in xml are easy and theres loads of ways/codes in the net. An example of an useful format could be something like this (it's really really basic):

Code:
<raid>
<date>RaidDate</date>
<boss = "BossName">
<attendees>Player1<br>Player2<br>...<br></attendees>
<item><id>idItem</id><looter>ItemLooter</looter><quality>epic/blue/etc</quality></item>
<item><id>idItem2</id><looter>ItemLooter2</looter><quality>epic/blue/etc</quality></item>
...
<item><id>idItemN</id><looter>ItemLooterN</looter><quality>epic/blue/etc</quality></item>
</boss>
<boss = "BossName2"></boss>
<boss = "BossName3"></boss>
...
<boss = "BossNameN"></boss>
</raid>
It can be ofc made a lot more detailed adding key values, ids and stuff, imo the simpler the better. If you cba you can always use the eqdkp format which looks something like this (i didn't copy because it's huge):

Example of eqDKP String

(Not sure if this is already done) For it to work properly, as you know, you will need to make it wrap items looted on the same day and range of hours (i.e. from 12:00am till 5am) so they are assigned to the same raid. That way raids that end the next day but in the early hours (1am-5am) don't have problems with items being assigned to the next's day raid.

Thanks in advance and keep up the good work, it's a great addon

//Xel
Xelnag is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 22nd May 2007, 12:15 AM   #8 (permalink)
Addon Developer
 
Join Date: Apr 2007
Location: Norway
Posts: 52
rabbit is on a distinguished road
Default

Wow, that is a lot of data indeed. I don't think I'll be making an output formatter that supports the XML linked at CTRA Parsing Error? - forums.eqdkp.com. I'll be making an XML output formatter based on the example you provided, and I've already fixed your other suggestions.

Nothing new uploaded yet, though, I'll update the first post when I do.
__________________
http://rabbit.nihilum.eu/
rabbit is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 22nd May 2007, 07:25 PM   #9 (permalink)
Peon
 
Join Date: Jun 2006
Posts: 4
Xelnag is on a distinguished road
Default

Edited:

2 new things:

- Theres a problem with NRT and Kael'thas fight, it tracks all the legendary items (fight items only). Is it possible to either make it not tracking in-combat kaelthas legendary items or just filter them?

- Sometimes (not sure why) when someone outside the raid whispers me to get added, i reply him twice with either he is not in the guild (they whisper stupid names ) or with added to att list, but twice, is it possible to fix?

Thanks in advance

Last edited by Xelnag : 25th May 2007 at 05:51 PM.
Xelnag is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Old 26th May 2007, 04:23 AM   #10 (permalink)
Peon
 
Join Date: Aug 2006
Posts: 2
dranor is on a distinguished road
Default

Quote:
Originally Posted by rabbit View Post
dranor, where could I find information/DTD/schemas for the XML format?
World of Warcraft Addons: CT_RaidTracker (Eqdkp & MLdkp) | World of Warcraft @ Curse

You can also check both mldkp and eqdkp forums, but i don't think that you're going to find some kind of DTD/Schema
dranor is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Sponsored links
Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off

Similar Threads
Thread Thread Starter Forum Replies Last Post
Nihilum mini AQ diary Nessaj General Discussion 42 26th April 2006 09:31 AM


All times are GMT +1. The time now is 11:54 AM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.1.0
Nihilum - MMORPG Gaming Guild and CommunityAd Management by RedTyger