Results: 12Comments by: Magicfire
File: PartySpotter02-05-09
Originally posted by Telic I'll r...
Posted By: Magicfire
Originally posted by Telic I'll release the fix and include your extra bits, thanks.Thank you! /cheer (You might want to fix your version number in Constants.lua. It still says 20400, instead of 30000)
File: PartySpotter02-03-09
Originally posted by Telic Does t...
Posted By: Magicfire
Originally posted by Telic Does the fix in PartySpotter v5.11.30000 work if you try to highlight your friend from the menus now ? What do the debug messages say in chat when you highlight them from Target right click menu ? EDIT: Mmm, having done some non-game testing, I don't think my 'fix' will have worked. I don't think the...
File: PartySpotter02-01-09
Originally posted by Telic Even i...
Posted By: Magicfire
Originally posted by Telic Even if I can think of a fix at this level, I think there will still be some minor problems that I mentioned before.... So in other words, you may need to upgrade your text editor to something that can properly display UTF encoding before you can properly read these Saved Variable files - this is not s...
File: PartySpotter02-01-09
Originally posted by Telic You'll...
Posted By: Magicfire
Originally posted by Telic You'll have to be a bit more explicit if you've actually seen a fixable error that I can release a patch for ... ? ;) Sorry, Telic. I would have been more explicit in my last post, but I needed to wait until the player logged back into WoW so that I could highlight them. I'm trying to debug the probl...
File: PartySpotter01-30-09
Originally posted by Telic if you...
Posted By: Magicfire
Originally posted by Telic if you're interested in investigating, I've tried to introduce some debug messages in the 5.10 beta version of PartySpotter. Enter the following slash command in chat : /script pspotDebug = true And then, whenever you try to track someone with PartySpotter, then you should get a couple of message...
File: Recipe Book01-26-09
Re: Re: Re: Possible Fix for errors until update
Posted By: Magicfire
Originally posted by Kazragore Yes it fix the problem, but then you get new errors after login and RecipeBook doesn't work: Date: 2009-01-25 13:21:28 ID: 8 Error occured in: Global Count: 1 Message: ..\AddOns\RecipeBook\RecipeBookShare.lua line 206: unexpected symbol near 'char(6)' Debug: : ? AddOns: Date: 200...
File: PartySpotter01-26-09
Special Character case conversion
Posted By: Magicfire
Originally posted by Telic Does it fail to work from the right click menu? Again, I think it should work from MOST of the Right click menus, e.g. player name in chat (?), and I think from the Unit frames like the Target frame. However, I think there might be some cases where it won't work like right clicking on names on the R...
File: PartySpotter01-23-09
Re: Thank You.
Posted By: Magicfire
I really like PartySpotter! It's been a real help for me. I have noticed that PartySpotter has a problem when trying to Highlight toons that have names beginning with or containing special characters like: Êxôtîc any ideas on a fix for that?
File: Recipe Book01-23-09
Re: Possible Fix for errors until update
Posted By: Magicfire
Actually, to fix the problem caused by Patch 3.0.8 in Recipe Book replace: local dropdownFrame = getglobal(UIDROPDOWNMENU_INIT_MENU); with: local dropdownFrame = UIDROPDOWNMENU_INIT_MENU; Wherever it is used in RecipeBookShare.lua (Recipe Book code does not use the _G version.)
File: PartySpotter01-23-09
To fix the problem caused by Patch...
Posted By: Magicfire
To fix the problem caused by Patch 3.0.8 replace: local dropdownFrame = getglobal(UIDROPDOWNMENU_INIT_MENU); with: local dropdownFrame = UIDROPDOWNMENU_INIT_MENU; Wherever it is used in Partyspotter.lua
File: Spellcraft Fan Update12-10-08
Taint from spellcraft
Posted By: Magicfire
I get lots of taint from this module. Please check your taint.log file in the "World of Warcraft\Logs" directory. Here is a small sample: An action was blocked in combat because of taint from Spellcraft - VoiceChatTalkersButton1SecureButton:SetAttribute() Interface\FrameXML\VoiceChat.lua:122 VoiceChatTalkers_Update()...
File: Spellcraft11-17-08
issues with taint
Posted By: Magicfire
I get lots of taint from this module. Please check your taint.log file in the "World of Warcraft\Logs" directory. Here is a small sample: An action was blocked in combat because of taint from Spellcraft - VoiceChatTalkersButton1SecureButton:SetAttribute() Interface\FrameXML\VoiceChat.lua:122 VoiceChatTalkers_Update()...