Results: 9Comments by: SabinDeus
File: Clique07-20-16
Thanks Cladhaire!!
Posted By: SabinDeus
Thanks Cladhaire!!
File: Clique07-19-16
The problem is that the new Blizzar...
Posted By: SabinDeus
The problem is that the new Blizzard NamePlates are a button that inherits from the CompactRaidFrame but doesn't have a RegisterForClicks method. I fixed this by special casing them out using their name which begins with "NamePlate" add the following lines to BlizzardFrames.lua after line 158: local name = frame and frame.G...
File: Clique07-19-16
Same as Fizzlemizz 2x Clique\Cli...
Posted By: SabinDeus
Same as Fizzlemizz 2x Clique\Clique-v60200-1.0.0.lua:928: attempt to call method 'RegisterForClicks' (a nil value) Clique\Clique-v60200-1.0.0.lua:928: in function `UpdateRegisteredClicks' Clique\Clique-v60200-1.0.0.lua:230: in function `RegisterFrame' Clique\Clique-v60200-1.0.0.lua:844: in function `?' Clique\AddonCore.lua:110...
File: Turn In11-12-10
Originally posted by Asheyla You...
Posted By: SabinDeus
Originally posted by Asheyla You should update your TOC to 40000! I keep the curseforge version better updated than this one, sorry. :( Fixed now
File: Turn In10-15-10
That's because those NPCs don't hav...
Posted By: SabinDeus
That's because those NPCs don't have any gossip/quest options, they just go straight to a quest detail event when you click on them. Turn In was never written to handle that case. I might try to figure out a way to handle it, but in general the default Available/Active quest behavior should take care of it for you.
File: Turn In09-13-10
A fine idea, but I'm not going to r...
Posted By: SabinDeus
A fine idea, but I'm not going to release a new version just for the extra slash command. If you want, add this into TI_SlashCmdHandler after line 209 of TurnIn.lua: config = function () TI_OptionsFrame:Show(); end, I've committed that to my local copy, so whenever I need to release a new version, it'll be in there.
File: Turn In09-02-10
Ok! Pending approval now http:/...
Posted By: SabinDeus
Ok! Pending approval now http://www.wowinterface.com/downloads/info17887-TurnInCataclysm.html
File: Turn In07-19-10
Sorry, what is LDB?
Posted By: SabinDeus
Sorry, what is LDB?
File: Turn In07-15-10
Turn In doesn't affect the quest lo...
Posted By: SabinDeus
Turn In doesn't affect the quest log at all, so whatever is causing you trouble, it isn't Turn In. However I am uploading a new version (that I had up for a while at Curse) that fixes a long standing issue with adding certain quests. (but not the quest log.)