Results: 84Comments by: nogudnik
File: Recipe Book12-27-06
Just ran into the following while t...
Posted By: nogudnik
Just ran into the following while trying to send recipe bood data to a friend. This happened after the first tradeskill data block was sent and the second was starting. Error occured in: Global Count: 1 Message: ..\AddOns\RecipeBook\RecipeBookShare.lua line 481: attempt to index field '?' (a nil value) Debug: : ? Re...
File: FuBar - GarbageFu12-23-06
Re: Toolbar Text
Posted By: nogudnik
Originally posted by Acirac Can you add an option to allow showing the total price of all the garbage items on the toolbar, instead of displaying just 1 item and its price. Its nice to glance over and see how much you have earned in garbage items if you sell them. Thanks. I'd like to see this as well. And perhaps printing the t...
File: SimpleCombatLog12-09-06
Originally posted by betex What f...
Posted By: nogudnik
Originally posted by betex What files did you have to do what was said below? I changed core.lua and opt_gui_format.lua And of course I changed SimpleCombatLog.toc so that the Interface line contained "20000".
File: SimpleCombatLog12-06-06
Minor 2.0 (BC) changes needed
Posted By: nogudnik
I just tried this out on the 2.0 patch and noticed that there were several errors like "attempt to index a table value". To correct these, I hacked though the code and changed any calls like: for x,y in z do to: for x,y in pairs(z) do I also updated the .toc file and changed the interface number to 20000. Thes...
File: PlayerRating11-21-06
Originally posted by Sylfi Can yo...
Posted By: nogudnik
Originally posted by Sylfi Can you check and make sure that it resolves that conflict with Informant? Yup, works like charm now. Thanks. Regarding the chat code, I personally like the : 0 beside names (I tells me that it's working) but I can understand that others wouldn't want to always see that. I will make an option under...
File: PlayerRating11-16-06
Version 1.2 conflicts with Informant
Posted By: nogudnik
It's always me with the problems, isn't it? :-) I just tried the 1.2 version and noticed a conflict with Informant from http://auctioneeraddon.com/. When I had both enabled, the Informant mods for the tooltip stayed on screen even after the tooltip itself disappeared. Either one individually works just fine. Also, I modified th...
File: PlayerRating10-19-06
Re: Interesting, can it be hooked into the ignore system?
Posted By: nogudnik
Originally posted by Sylfi I'm finding that's the life of a mod developer, not knowing what every other mod is doing that will conflict with your mod. I will look into this, and see how I can fix it. Always fun. And speaking of ... This feature already exists. If you right click on a player name in chat, it drops down a player...
File: PlayerRating10-18-06
Re: Re: Interesting, can it be hooked into the ignore system?
Posted By: nogudnik
Originally posted by Sylfi Interesting that you say this. The version I released yesterday does allow you to ignore players chat below an adjustable rating (I haven't uploaded the new options screenshot yet). (hides face in shame) That will teach me to comment before downloading :-) The ratings that you make on a realm are sha...
File: PlayerRating10-17-06
Interesting, can it be hooked into the ignore system?
Posted By: nogudnik
I like the idea, and I'll certainly have to try this out. I've been shopping around for a mod like this, with a few more features. Speaking of, any chance you're looking at hooking this into the ignore system so that characters with a rating below 'x' are ignored in chat windows and highlighted in the AH so you don't accidentally...