Download
(33Kb)
Download
Updated: 12-03-08 03:50 AM
Pictures
File Info
Updated:12-03-08 03:50 AM
Created:unknown
Downloads:5,183
Favorites:26
MD5:

YamRaidtracker2 (EQDKP)  Popular! (More than 5000 hits)

Version: 2.3.r81201
by: brinky [More]

YamRaidtracker2 (YRT2)

Das AddOn wurde zum Tracken von DKP (EQDKP) geschrieben. Hauptsächlich für 25er BC-Instancen, aber durchaus auch in 10er einsetzbar.
Zum einen hält es die Anwesenheit von Mitspielern fest (nebenbei werden auch AFK-/Offlinezeiten erfasst). Zum anderen werden Loots (von vorher einstellbarer) Qualität aufgezeichnet.

Weitere Features: Automatisches Öffnen des Raidtrackers bei Bosskills; Abfrage von DKP-Werten für gedropte Items; Drag'n'drop-Funktion zum Verschieben von Items in andere Raideinträge.
Ausserdem können mit der Option 'attendance per whisper' Gildenmember ihren eigenen Namen whispern um in den aktuellen Raid eingetragen zu werden. Um zu verhindern dass Twinks in die Listen aufgenommen werden bzw. nicht erwünschte Ränge, können 'mainchar'-Ränge und 'twink'-Ränge festgelegt werden: Bei 'mainchar'-Rängen wird der Name des Whisperers eingetragen. Bei 'twink'-Ränge muss in der Gildeninfo der Mainchar für den gewhispert werden darf eingetragen sein, im Format "*MaincharName*".
Mit 'show AFK status' wird im Chatframe angezeigt sobald ein Raidmember ein AFK-Tag bekommt.

Das ganze kann dann im EQDKP-Format exportiert werden.

ingame-Funktionen:
/rt help

:: v2.3.3 (r81201) ::
- die neuen Badges (Heldentum/Ehre) + Tiefenkristalle wurden der "Ignore-Liste" hinzugefügt und sollten nicht mehr getracked werden

:: v2.3.2 (r81104) ::
- kleine Änderung in der Funktion zum Schließen von Raids

:: v2.3.1 (r81029) ::
- Bug gefixed der Fehler verursachte, wenn man im Raid die komplette Raidliste gelöscht hat

:: v2.3 (r81029) ::
- Bug gefixed der das Aufzeichnen von Loots verhindert hat
- Bug gefixed der das Öffnen von Menüs per Rechtsklick geblockt hat
- Bug gefixed der eine Fehlermeldung beim Scrollen verursachte
- Patch 3.0.2 ready
Optional Files (0)


Post A Reply Comment Options
Unread 10-23-08, 07:04 AM  
Andieuk
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
Error Patch 3.0.2

Getting this error as soon as wow pops up, and the addon is not catching any raid data. I removed all addons and still the same error.

Code:
Date: 2008-10-23 23:25:08
ID: 52
Error occured in: Global
Count: 1
Message: ..\AddOns\YamRaidtracker2\API.lua line 715:
   attempt to index field '?' (a nil value)
Debug:
   (tail call): ?
   [C]: ?
   YamRaidtracker2\API.lua:715: CheckAFKStatus()
   YamRaidtracker2\API.lua:208:
      YamRaidtracker2\API.lua:205
Report comment to moderator  
Reply With Quote
Unread 10-29-08, 03:18 AM  
brinky
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 8
Uploads: 2
Re: Error Patch 3.0.2

sry, for the late answer.
you can fix this problem by adding a line in the YRT2:CheckAFKStatus-function in the API.lua-file.

Code:
function YRT2:CheckAFKStatus()
	if not YRT2.inRaid then return; end
	if not YRT2_RaidLog or not YRT2_RaidLog[1] then return; end
	
	local rId = YRT2_RaidLog[1].id
	local rCache = YRT2_Cache[rId]
i will upload a fixed version as soon as possible.
Last edited by brinky : 10-30-08 at 04:26 PM.
Report comment to moderator  
Reply With Quote
Unread 11-02-08, 07:09 AM  
Déeny
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Hallo,

ich habe seit kurzem diesen Fehler:

Code:
YamRaidtracker2-2.3\API.lua:342: attempt to index local 'rInfo' (a nil value)
YamRaidtracker2-2.3\API.lua:235: in function `UpdateRaidRoster'
YamRaidtracker2-2.3\API.lua:190: in function <Interface\AddOns\YamRaidtracker2\API.lua:76>
Bitte um Hilfe

Danke schonmal,

Mfg
Report comment to moderator  
Reply With Quote
Unread 11-04-08, 02:38 PM  
brinky
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 8
Uploads: 2
Hm, kann die Fehlermeldung noch nich so ganz einordnen, es wäre vllt noch ganz nett wenn du noch schreiben könntest, wann der Fehler auftritt, also z. B. beim Verlassen eines Raids oder beim Betreten. Sind schon Raids aufgezeichnet worden (also in der Liste). Und hat der Fehler Auswirkungen auf die Funktionalität?

Was eventuell helfen könnte ist in der API.lua-Datei in Zeile 343 folgende grün markierte Zeilen einzufügen.

Code:
function YRT2:CloseCurrentRaid()
	YRT2:Debug("     ~~> close current raid")
	local currTime = date()
	local rInfo = YRT2_RaidLog[1]
	if rInfo then
		rInfo.closed = currTime
	end
end
Upload einer neuen Version mit der Änderung folgt im Laufe des Abends noch.
Report comment to moderator  
Reply With Quote
Unread 11-04-08, 03:51 PM  
Déeny
A Kobold Labourer

Forum posts: 0
File comments: 2
Uploads: 0
Danke dir, funktioniert nun wieder einwandfrei.
Report comment to moderator  
Reply With Quote
Unread 11-24-08, 04:17 PM  
Silberbüchse
A Murloc Raider
AddOn Author - Click to view AddOns

Forum posts: 6
File comments: 24
Uploads: 1
Hallo,
gibt es eine Möglichkeit ein Item auf "ignore" zustellen. Grade bei den Heroic Marken wäre das ganz cool.

Danke
Report comment to moderator  
Reply With Quote
Unread 11-27-08, 12:05 PM  
brinky
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 8
Uploads: 2
Ja, das geht, nur leider gibs ingame noch keine Möglichkeit neue hinzuzufügen, wird es aber denk ich mit der 3er version geben an der ich zur Zeit arbeite.

Bis dahin kann man die Items von Hand in die Table "YRT2_SpecialItemList" in der "constants.lua" eintragen, einfach eine neue Zeile die wie folgt ausehen muss einfügen:

--[itemId] = { tracking = true/false, (optional: askCosts = true/false) },

"itemId" = ItemId kann z. B. bei buffed.de nachgeschaut werden,
"tracking = true" = item immer aufzeichnen,
"tracking = false" = item nie aufzeichnen.

Das sähe für die neuen Badges und die Tiefenkristalle wie folgt aus (s. blaue Markierung):

Code:
YRT2_SpecialItemList = {
	--various items
	[20725] = { tracking = false },	--Nexuskristall
	[22450] = { tracking = false },	--Kristall der Leere
	[29434] = { tracking = false },	--Abzeichen der Gerechtigkeit
	[32428] = { tracking = true },		--Herz der Dunkelheit
	[32897] = { tracking = true },		--Mal der Illidari
	[34664] = { tracking = true },		--Sonnenpartikel
	
	--wotlk
	[34057] = { tracking = false },	--Tiefenkristall
	[40752] = { tracking = false },	--Emblem des Heldentums
	[40753] = { tracking = false },	--Emblem der Ehre
	
	--epic gems (hyjal/bt/sw)
	[32227] = { tracking = true },		--Purpurspinell (rot)
	[32228] = { tracking = true },		--Engelssaphir (blau)
	[32229] = { tracking = true },		--Löwenauge (gelb)
	[32230] = { tracking = true },		--Schattensangamethyst (lila)
	[32231] = { tracking = true },		--Pyrostein (orange)
	[32249] = { tracking = true },		--Gischtsmaragd (grün)
	
	--legendary kael'thas-items
	[30311] = { tracking = false },  	--Warpschnitter (1h-Schwert)
	[30312] = { tracking = false },  	--Klinge der Unendlichkeit (Dolch)
	[30313] = { tracking = false },	--Stab der Auflösung (Stab)
	[30314] = { tracking = false },  	--Phasenverschobenes Bollwerk (Schild)
	[30316] = { tracking = false },  	--Macht der Verwüstung (2h-Axt)
	[30317] = { tracking = false },  	--Kosmische Macht (1h-Kolben)
	[30318] = { tracking = false },  	--Netherbespannter Langbogen (Bogen)
	[30319] = { tracking = false },  	--Netherstachel (Pfeile)
	
	-- e.g.:
	--[itemId] = { tracking = true/false, (optional: askCosts = true/false) },
}
Ich werd sobald ich dazu komme (denk heut oder morgen) eine neue Version mit den WotLK-Ergänzungen und den neuen 10/25er-Bossen uploaden.
Report comment to moderator  
Reply With Quote
Unread 12-02-08, 08:33 AM  
Devtech
A Kobold Labourer

Forum posts: 0
File comments: 15
Uploads: 3
hey i want to try this out for tonights raid in Naxx; Im using Headcount but for some reason its Registering every Emblem of Valor looted. Does Your Addon Do The Same? If it does is there an easy way to disable this?
Report comment to moderator  
Reply With Quote
Unread 12-03-08, 04:12 AM  
brinky
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 8
Uploads: 2
the latest version (2.3.3 or r81201) of this addon should no longer registering the emblems and abyss crystals. I have disabled it for default.

i'm sorry, that there is no grafical interface for changing such things at the moment, but i'm working on it for version 3 which will be released hopefully soon.

but if you want to record the emblems, the easiest way at the moment is to modify the "YRT2_SpecialItemList"-Table (see below) (in the file "constants.lua"). Only change the red marked value in "true" and reload your UI (ingame with "/reloadui" or "/console reloadui")

Code:
YRT2_SpecialItemList = {

	(...)

	--wotlk
	[34057] = { tracking = false },	--Tiefenkristall
	[40752] = { tracking = false },	--Emblem des Heldentums
	[40753] = { tracking = false },	--Emblem der Ehre
	
	(...)	

	-- e.g.:
	--[itemId] = { tracking = true/false, (optional: askCosts = true/false) },
}
Last edited by brinky : 12-03-08 at 04:26 AM.
Report comment to moderator  
Reply With Quote
Unread 12-10-08, 04:44 PM  
cardo
A Kobold Labourer

Forum posts: 0
File comments: 49
Uploads: 0
Events?

gibt es eine möglichkeit das die gelegten bosse mit angezeigt werden? weil ich war heut naxx und es wird mir nur der zuerst gelegte boss angezeigt nicht die restlichen.die loots werden alle angezeigt.

cu cardo
Last edited by cardo : 12-10-08 at 04:44 PM.
Report comment to moderator  
Reply With Quote
Unread 12-11-08, 09:12 PM  
kameelyan
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 17
Uploads: 2
language

before i download this, does it support english?
Report comment to moderator  
Reply With Quote
Unread 12-13-08, 03:43 PM  
brinky
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 8
Uploads: 2
Re: Events?

Originally posted by cardo
gibt es eine möglichkeit das die gelegten bosse mit angezeigt werden? weil ich war heut naxx und es wird mir nur der zuerst gelegte boss angezeigt nicht die restlichen.die loots werden alle angezeigt.

cu cardo
leider zur zeit noch nicht, ist aber für die nächste version geplant.
Report comment to moderator  
Reply With Quote
Unread 12-13-08, 03:55 PM  
brinky
A Kobold Labourer
AddOn Author - Click to view AddOns

Forum posts: 0
File comments: 8
Uploads: 2
Re: language

Originally posted by kameelyan
before i download this, does it support english?
yes, the GUI is in english and raid- and itemtracking should work with the english client, too.
but i don't tested all boss/instance events in english, yet.
Report comment to moderator  
Reply With Quote
Unread 12-13-08, 06:33 PM  
halpmeh
A Murloc Raider

Forum posts: 6
File comments: 3
Uploads: 0
Brinky,

I was able to update it to work with the English Client. All i had to do was change/add some lines in constants.lua

My only problem is that it creates & logs a new raid whenever i join battlegrounds! Is there anyway I can modify your addon so it doesnt create a new raid whenever I join a battleground? it adds too much fluff to the raid window ;(
Code:
if ( GetLocale() == "enUS" or GetLocale() == "enGB" ) then
	
	YRT2_ZoneTrigger = {
		["Gruul's Lair"] = "Gruuls Lair",
		["Magtheridon's Lair"] = "Magtheridons Lair",
		["Serpentshrine Cavern"] = "Serpentshrine Cavern",
		["Tempest Keep: The Eye"] = "The Eye",
		["Hyjal Summit"] = "Hyjal",
		["Black Temple"] = "Black Temple",
		["Zul'Aman"] = "Zul'Aman",
		["Sunwell Plateau"] = "Sunwell Plateau",
		["Naxxramas"] = "Naxxramas",
		["The Obsidian Sanctum"] = "Obsidian Sanctum",
		["The Eye of Eternity"] = "Eye Of Eternity",
	
	}
	
	
	YRT2_EventTrigger = {
		--Gruuls Lair
		["High King Maulgar"] = "High King Maulgar",
		["Gruul the Dragonkiller"] = "Gruul",
		--Magtheridons Lair
		["Magtheridon"] = "Magtheridon",
		--SSC
		["Hydross the Unstable"] = "Hydross",
		["The Lurker Below"] = "Lurker",
		["Leotheras the Blind"] = "Leotheras",
		["Fathom-Lord Karathress"] = "Karathress",
		["Morogrim Tidewalker"] = "Tidewalker",
		["Lady Vashj"] = "Lady Vashj",
		--TK
		["Al'ar"] = "Al'ar",
		["High Astromancer Solarian"] = "Solarian",
		["Void Reaver"] = "Void Reaver",
		["Kael'thas Sunstrider"] = "Kael'thas",
		--Hyjal
		["Rage Winterchill"] = "Rage Winterchill",
		["Anetheron"] = "Anetheron",
		["Kaz'rogal"] = "Kaz'rogal",
		["Azgalor"] = "Azgalor",
		["Archimonde"] = "Archimonde",
		--BT
		["High Warlord Naj'entus"] = "Naj'entus",
		["Supremus"] = "Supremus",
		["Shade of Akama"] = "Akama",
		["Teron Gorefiend"] = "Gorefiend",
		["Gurtogg Bloodboil"] = "Bloodboil",
		["Essence of Anger"] = "Essence of Souls",
		["Mother Shahraz"] = "Mother Shahraz",
		["Gathios the Shatterer"] = "Illidari Council",
		["Illidan Stormrage"] = "Illidan",
		--Sunwell Plateau
		--["Kalecgos"] = "Kalecgos",     --(?)Sathrovarr the Corruptor
		["Brutallus"] = "Brutallus",
		["Felmyst"] = "Felmyst",
		--["Lady Sacrolash"] = "Twins",     --(?)Grand Warlock Alythess
		["Entropius "] = "M'uru",     --M'uru
		["Kil'jaeden"] = "Kil'jaeden",

--WotLK
	--Naxx: Spinnenflügel
		["Anub'Rekhan"] = "Anub'Rekhan",  --Anub'Rekhan
		["Grand Widow Faerlina"] = "Faerlina",  --Grand Widow Faerlina
		["Maexxna"] = "Maexxna",  --Maexxna
	--Naxx: Monstrositätenflügel
		["Patchwerk"] = "Patchwerk",  --Patchwerk
		["Grobbulus"] = "Grobbulus",  --Grobbulus
		["Gluth"] = "Gluth",  --Gluth
		["Thaddius"] = "Thaddius",  --Thaddius
	--Naxx: Todesritterflügel
		["Instructor Razuvious"] = "Razuvious",  --Instructor Razuvious
		["Gothik the Harvester"] = "Gothik",  --Gothik the Harvester
		["Thane Korth'azz"] = "Four Horsemen",  --Thane Korth'azz
		["Sir Zeliek"] = "Four Horsemen",  --Sir Zeliek
		["Lady Blaumeux"] = "Four Horsemen",  --Lady Blaumeux
		["Baron Rivendare"] = "Four Horsemen",  --Baron Rivendare
	--Naxx: Seuchenflügel
		["Noth the Plaguebringer"] = "Noth",  --Noth the Plaguebringer
		["Heigan the Unclean"] = "Heigan",  --Heigan the Unclean
		["Loatheb"] = "Loatheb",  --Loatheb
	--Naxx: Frostwyrm Lair
		["Sapphiron"] = "Sapphiron",  --Sapphiron
		["Kel'Thuzad"] = "Kel'Thuzad",  --Kel'Thuzad
		--OS
		["Sartharion"] = "Sartharion",  --Sartharion
		--EoE
		["Malygos"] = "Malygos",  --Malygos
	}
	
	YRT2_EventTriggerYells = {
		{ name = "Kalecgos", trigger = "I am forever in your debt.", event = "Kalecgos" },				-- trigger für den kalecgos kill 
		{ name = "Grand Warlock Alythess", trigger = "Der'ek... manul.", event = "Twins" },				-- evtl trigger für den reverse kill
		{ name = "Lady Sacrolash", trigger = "unknown", event = "Twins" },								-- Trigger für den Kill in normaler Reihnfolge (words unknown)
	}
	
end
Report comment to moderator  
Reply With Quote
Unread 01-03-09, 03:25 PM  
drazzil
A Kobold Labourer

Forum posts: 0
File comments: 1
Uploads: 0
really good tracker

I really like the tracker, however i have a couple of issues/requests with it;

1. It seems to keep the raids open until next raid. i.e. after a raid it registers all loot into that raid until you joi a new raid (not group).

2. It would be really nice to push the attendee name in the left-hand attendee list, and see all loots that person took (loot pr. attendee) - a larger lootwindo would also be nice
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: