Results: 254Comments by: Talyrius
File: TinyDPS09-01-15
Version 6.2.2.1 Improved zone de...
Posted By: Talyrius
Version 6.2.2.1 Improved zone detection; no longer interferes with the player's map viewing experience Confined garbage collection use to outside of combat Prevented word wrap from occurring to the text displayed on bars Fixed integer overflow errors
File: TinyDPS06-24-15
Version 6.2.0.1 Updated for Patc...
Posted By: Talyrius
Version 6.2.0.1 Updated for Patch 6.2: Fury of Hellfire Added Ashran as an area to check for when the 'hide in PvP' option is used Removed redundant code Added more comprehensive support for absorbs
File: TinyDPS06-16-15
@Ravenslair Use /tdps reset to cle...
Posted By: Talyrius
@Ravenslair Use /tdps reset to clear the bad data.
File: TinyDPS05-21-15
Version 6.1.2.1 Updated for Patc...
Posted By: Talyrius
Version 6.1.2.1 Updated for Patch 6.1: The Adventure Continues Added zhCN localization (thanks to cbdgv) Assigned a color to the "UNKNOWN" class to avoid an error Added support for Clarity of Will Fixed data not being reset when joining a new group with the option enabled
File: TipTac02-04-15
Re: BUG
Posted By: Talyrius
Same problem for me its 100% reproduceable: find a place where you can hoover an NPC and a Portal to somewhere. Hoover portal and now the NPC Background of the tooltip will go blue I can't reproduce it. That's the issue that the last update fixed.
File: TipTac01-20-15
I can't reproduce it either.
Posted By: Talyrius
I can't reproduce it either.
File: TipTac01-14-15
4 shorten relam names / Titels - C...
Posted By: Talyrius
4 shorten relam names / Titels - Could you give an example, how do you wish to have them shortened? Or do you just want them not to be displayed? I'd prefer the server names to be faction colored and kept separate from the character name (no hyphen). For example: (Class: Shaman) (Faction: Horde/Alliance) Name Server Name Na...
File: TinyDPS01-08-15
@Kyrma Bug Reports and Feature Req...
Posted By: Talyrius
@Kyrma Bug Reports and Feature Requests Please submit bug reports and feature requests using the CurseForge ticket system.
File: TinyDPS01-05-15
@meljen Copy and paste the follo...
Posted By: Talyrius
@meljen Copy and paste the following command into the chat window to reset the minimap button to its default position: /run tdpsButtonFrame:ClearAllPoints() tdpsButtonFrame:SetPoint("CENTER", Minimap:GetWidth() / 2 * -1, Minimap:GetHeight() / 2 * -1)
File: Better Battle Pet Tooltip12-23-14
Re: Re: Bug in 6.0.3.18
Posted By: Talyrius
I'm using the newest download version 6.0.2.66 and I'm still encountering this issue. Can anyone else confirm? That is not the newest—6.0.3.20 is.
File: InFlight12-22-14
Re: Re: Feature request
Posted By: Talyrius
I'm not sure if the following is a bug or just something overlooked, but the obvious case of entering an instance mid-flight doesn't seem to remove the taxi timer. This isn't supposed to happen and I've never had it happen.
File: TinyDPS12-17-14
@jostor The boss ID's from the bet...
Posted By: Talyrius
@jostor The boss ID's from the beta testing were used. It's possible they've changed.
File: TinyDPS12-06-14
Tinydps has frequent problems with...
Posted By: Talyrius
Tinydps has frequent problems with ordering. I could be doing 17K, and a hunter is 20K... but I'm listed higher than him. Also, a mage could be doing 16K, but his bar is barely 1% full, making me think he's afk. Will have to switch back to Skada until this addon is reliable. It's working as intended. It sorts by damage/healin...
File: TinyDPS10-22-14
@ceylina It definitely does—I just...
Posted By: Talyrius
@ceylina It definitely does—I just verified. Look at the tooltip (mouseover yourself in the meter) while attacking and you'll see how much damage your pets are doing.
File: TinyDPS10-22-14
Version 6.0.2.2 Fixed boss fight...
Posted By: Talyrius
Version 6.0.2.2 Fixed boss fight detection and performed some code cleanup
File: InFlight10-18-14
From Wowpedia: Patch 6.0.2 (2014-1...
Posted By: Talyrius
From Wowpedia: Patch 6.0.2 (2014-10-14): Removed 'enabled' return. 'loadable' return was changed from a flag to a boolean. Added 'newVersion' return. The enabled state of an addon can now be queried with GetAddOnEnableState. Find: if select(4, GetAddOnInfo("InFlight")) then Replace: if GetAddOnEnableState(UnitName("player"), "...
File: TinyDPS10-15-14
Version 6.0.2.1 Updated for Patc...
Posted By: Talyrius
Version 6.0.2.1 Updated for Patch 6.0.2: The Iron Tide Removed a string substitution that is no longer necessary
File: TinyDPS09-18-14
Yes, it will continue to be updated.
Posted By: Talyrius
Yes, it will continue to be updated.
File: Frenemy09-10-14
I realize you don't consider this f...
Posted By: Talyrius
I realize you don't consider this feature complete yet and probably had intended to do some of this stuff already, but I figured I'd put together a rather comprehensive list of what I'd like to see. Yes, this isn't my addon, so I have no expectations that you'll do any of this. Feature requests: Iterate over BNGetNumFriendToons...
File: TipTac08-15-14
I received the following error upon...
Posted By: Talyrius
I received the following error upon viewing the tooltip for A Test of Valor (chat link). TipTacItemRef\core.lua:394: GetAchievementCrieriaInfo(achievementID, criteriaIndex), criteria not found : in function `GetAchievementCriteriaInfo' TipTacItemRef\core.lua:394: in function `?' TipTacItemRef\core.lua:147: in function
File: Ara Broker Guild Friends12-21-13
@MysticalOS I'd imagine it was don...
Posted By: Talyrius
@MysticalOS I'd imagine it was done to be consistent with similar API returns such as GetRaidRosterInfo. If you wish to interact with cross-realm players, you have to specify their fully qualified name. However, virtual realms may somehow be an exception to this—I'm not sure as I haven't been playing on one.
File: Ara Broker Guild Friends12-20-13
@darklimpan Okay, do this instead:...
Posted By: Talyrius
@darklimpan Okay, do this instead: r66, Ara_Broker_Guild_Friends.lua: Line 154 if playerRealm == realm then name = shortName end Replace with if gsub(playerRealm, "", "") == realm then name = shortName end
File: Ara Broker Guild Friends12-18-13
@hardtofin I'm not MysticalOS. How...
Posted By: Talyrius
@hardtofin I'm not MysticalOS. However, you're welcome.
File: Ara Broker Guild Friends12-18-13
r66, Ara_Broker_Guild_Friends.lua:...
Posted By: Talyrius
r66, Ara_Broker_Guild_Friends.lua: Line 154 if playerRealm == realm then name = shortName end Replace with if gsub(playerRealm, " ", "") == realm then name = shortName end
File: Ara Broker Guild Friends12-16-13
@hardtofin Don't use WowMatrix.
Posted By: Talyrius
@hardtofin Don't use WowMatrix.