Showing results 1 to 25 of 42
Search took 0.00 seconds.
Search: Posts Made By: Fodaro
Forum: General Authoring Discussion 08-17-12, 07:58 AM
Replies: 4
Views: 5,139
Posted By Fodaro
Thanks for the help, Phanx. I've just sent their...

Thanks for the help, Phanx. I've just sent their ISP an email giving gameinworld.ru a week to respond. Let the waiting begin...
Forum: General Authoring Discussion 08-15-12, 07:14 AM
Replies: 4
Views: 5,139
Posted By Fodaro
gameinworld.ru - they're bundling viruses!

After reading Cairenn's latest thread (http://www.wowinterface.com/forums/showthread.php?t=43892) about the "World of Addons" site, I thought that I'd better check who's been hosting my addons...
Forum: Tech Chat 06-21-11, 05:03 AM
Replies: 7
Views: 8,427
Posted By Fodaro
If you're looking for a good gaming laptop, I can...

If you're looking for a good gaming laptop, I can recommend the Dell XPS 15...
Forum: Lua/XML Help 05-10-11, 10:09 AM
Replies: 11
Views: 6,027
Posted By Fodaro
Shameless plug, I know :o, but my addon Consolid8...

Shameless plug, I know :o, but my addon Consolid8 (http://www.wowinterface.com/downloads/info16236-Consolid8.html) does the same thing as Damn Craft Spam. As far as I know, it should work with custom...
Forum: Chit-Chat 10-20-10, 05:29 AM
Replies: 26
Views: 9,247
Posted By Fodaro
See my signature. I try to keep to this when...

See my signature. I try to keep to this when designing and writing my addons.
Forum: Cataclysm Beta 09-24-10, 09:08 AM
Replies: 5
Views: 7,158
Posted By Fodaro
Worked for me too. Thanks guys!

Worked for me too. Thanks guys!
Forum: Cataclysm Beta 09-15-10, 05:53 AM
Replies: 1
Views: 4,124
Posted By Fodaro
What's happened to GetHonorCurrency?

When debugging Consolid8, I noticed that GetHonorCurrency was gone. Anyone know of the replacement?
Forum: Cataclysm Beta 09-15-10, 05:52 AM
Replies: 24
Views: 11,627
Posted By Fodaro
It's been fixed now, but my favourite one was the...

It's been fixed now, but my favourite one was the 'dead' boar being skinned in the Orgrimmar tannery which chased you out of the shop, still lying on its side, if you got anywhere near. :D
Forum: Cataclysm Beta 09-10-10, 09:50 AM
Replies: 19
Views: 11,901
Posted By Fodaro
What I've always done, saving a line of code, is...

What I've always done, saving a line of code, is this:

function MyEventHandler(self, event, arg1, arg2, arg3, ...)

And then in XML...

<OnEvent>
MyEventHandler(self, event, ...)
</OnEvent>
Forum: Graphics Help 08-27-10, 03:27 AM
Replies: 7
Views: 12,390
Posted By Fodaro
Ah, good point, but is it that WoW won't accept...

Ah, good point, but is it that WoW won't accept image files bigger than 512x512, or textures bigger than 512x512?

I'm not sure which, but if it is the files after all, then everything will fit into...
Forum: Lua/XML Help 08-26-10, 09:43 AM
Replies: 7
Views: 3,818
Posted By Fodaro
I would add that if you want to do what I think...

I would add that if you want to do what I think you want to do, you might want something like this instead of if statements:

CNames_Options.enemy = (CNames_Options.enemy == nil) and true or...
Forum: Carbonite Archive 08-26-10, 09:39 AM
Replies: 3
Views: 3,254
Posted By Fodaro
Unfortunately, minimap tracking has no API...

Unfortunately, minimap tracking has no API support, so addOns can't deal with it. This may change in Cataclysm, as the tracking system has changed, but I haven't extracted the UI files for that yet,...
Forum: Graphics Help 08-26-10, 09:30 AM
Replies: 7
Views: 12,390
Posted By Fodaro
The way I would approach this is to try and turn...

The way I would approach this is to try and turn it into a backdrop border. The attached image is the border for a chat bubble. In this case, the edgeSize property of the backdrop would be set to 32,...
Forum: General WoW Chat 08-18-10, 03:59 AM
Replies: 16
Views: 13,374
Posted By Fodaro
Personally, I have an ageing processor (single...

Personally, I have an ageing processor (single core AMD at 2.2Ghz) with an ATI Radeon HD 4650, and I find that the frame rate isn't too bad. However, the graphics card fan is constantly going when...
Forum: General WoW Chat 07-16-10, 10:32 AM
Replies: 10
Views: 7,156
Posted By Fodaro
Poll: How do you update your addons?

Hello everyone,

I've been curious about this for a while, so I thought I'd do a poll to find out how people like to update their addons (that is, if I can work out how to use this poll thingy...:))....
Forum: AddOn Help/Support 07-13-10, 08:49 AM
Replies: 13
Views: 7,522
Posted By Fodaro
Smile Hopefully fixed

Hi guys,

I am the author of Consolid8, and I've just posted an update that hopefully fixes the bug. I think it's pretty likely that the bug was in some obscure and badly coded part of the Blizzard...
Forum: Tech Chat 07-12-10, 09:52 AM
Replies: 25
Views: 17,765
Posted By Fodaro
Could make Intel's plans for an x86...

Could make Intel's plans for an x86 tablet/smartphone processor quite interesting then...
Forum: Lua/XML Help 06-29-10, 09:21 AM
Replies: 10
Views: 5,240
Posted By Fodaro
OK, I've modified your function, v6o, to avoid...

OK, I've modified your function, v6o, to avoid using CalendarGetNumDayEvents, and it's working fine when I run it after I've opened the calendar or called OpenCalendar.

function...
Forum: Lua/XML Help 06-17-10, 01:56 PM
Replies: 10
Views: 5,240
Posted By Fodaro
Strange... the script doesn't print anything....

Strange... the script doesn't print anything. After a bit of messing around, it appears that CalendarGetNumDayEvents is returning 0, or sometimes 1 or 2. Either way, there doesn't appear to be any...
Forum: Lua/XML Help 06-16-10, 09:57 AM
Replies: 10
Views: 5,240
Posted By Fodaro
OK, thanks v6o, I'll try that.

OK, thanks v6o, I'll try that.
Forum: Lua/XML Help 06-15-10, 09:40 AM
Replies: 10
Views: 5,240
Posted By Fodaro
Getting a list of pending events

Hello everyone,

I'm starting to work on a mod with a friend. The plan is to have a 'Welcome screen' appear when you log into the game, reminding you of what you were doing, transmutes you want to...
Forum: General Authoring Discussion 06-08-10, 07:47 AM
Replies: 12
Views: 7,127
Posted By Fodaro
If you're prepared to pay, there's a book called...

If you're prepared to pay, there's a book called World of Warcraft Programming...
Forum: Dev Tools 06-07-10, 05:31 AM
Replies: 25
Views: 37,893
Posted By Fodaro
Thumbs up Looks like this could be great. I've found AddOn...

Looks like this could be great. I've found AddOn Studio too big and inflexible. Is there a way to get a frame to inherit from another? Also, I'm not familiar with Silverlight, but it would be great...
Forum: AddOn Search/Requests 06-05-10, 07:13 AM
Replies: 2
Views: 3,223
Posted By Fodaro
Looks like Loggerhead...

Looks like Loggerhead (http://www.wowinterface.com/downloads/info9665-LoggerHead.html) might do what you want, although looking at the comments feed you might need to look on Curse (:eek:) for an...
Forum: Lua/XML Help 05-27-10, 12:38 PM
Replies: 2
Views: 2,951
Posted By Fodaro
Smile Thanks for that, it's perfect :)

Thanks for that, it's perfect :)
Showing results 1 to 25 of 42