Results: 127Comments by: Frayol
File: AutoLootToggle04-04-13
Due to RL taking up far too much ti...
Posted By: Frayol
Due to RL taking up far too much time I have cancelled my WoW subscription and as a result of this I will no longer be updating this addon. Thank you to everyone who has used this addon and if anyone does want to take over the addon then I have no objections.
File: AutoLootToggle12-30-12
looked at the code again for ya sin...
Posted By: Frayol
looked at the code again for ya since ya cant log on and theirs one more issue still ---->function self:PARTY_MEMBERS_CHANGED() ya forgot to change to new function self:GROUP_ROSTER_UPDATE() :) Damn, damn, damn, damn and damn! :mad: :o :o :o Thank you for looking and letting me know. Corrected version uploaded,...
File: AutoLootToggle12-29-12
this addon is broken for 5.1 even t...
Posted By: Frayol
this addon is broken for 5.1 even tho its been updated for 5.1 ... blizzard changed stuff again self:RegisterEvent("PARTY_MEMBERS_CHANGED") needs to become self:RegisterEvent("GROUP_ROSTER_UPDATE") GetNumRaidMembers() > 0 doesnt work anymore so it needs to be changed to IsInRaid() GetNumPartyMembers() > 0 doesnt work an...
File: Light'n'Stylish Minimap (Fan Update)09-13-12
For #2, showing the map button: Unf...
Posted By: Frayol
For #2, showing the map button: Unfortunately I can't see myself using that (I always hit M), so that won't make it into the actual addon - but here's the code for it if you want it to change personally: Just as a matter of interest, wouldn't it be fairly easy to add a click option of ToggleFrame(WorldMapFrame) to say the location...
File: Fizzwidget DiggerAid12-31-11
Brilliantly simple, I love it. :ban...
Posted By: Frayol
Brilliantly simple, I love it. :banana: Thank you for releasing this.
File: GreenRange07-03-11
Very nice addon, simple and does ex...
Posted By: Frayol
Very nice addon, simple and does exactly what is supposed to. My only suggestion would be not to add a config UI at all, but to simply have the config as a couple of lines at the top of the GreenRange.lua to set the OOR & OOM colours. That way you could also do away with the saved variables. Just a personal opinion, but someone us...
File: Snoopy Inspect05-19-11
oGlow errors
Posted By: Frayol
Should have noticed and posted this sooner, but better late than never. The current version (4.1.001) of Snoopy Inspect reintroduces the oGlow errors. It appears as if an older version than 4.0.003 was used when the update to 4.1.001 was made. For now I have replaced the core.lua file with the one from 4.0.003 in my local copy a...
File: ShinyBuffs03-05-11
Love the addon and it fits in very...
Posted By: Frayol
Love the addon and it fits in very well with my UI, so thanks for creating it. :) As a side note, in case the notifications don't work properly (I know I've had issues with them before) I've posted a bug report for an error. It appears to only occur when "mounted" and you receive a debuff, details in the bug report.
File: Ara Broker Guild Friends02-23-11
A little while back I was suffering...
Posted By: Frayol
A little while back I was suffering with constant disconnects immediately after logging on and after reading here about using AddonLoader I started using it and this seems to have resolved the disconnects issue. However since then I keep getting the following error intermittently on logon. Not sure exactly where the problem lies, b...
File: BagSync02-03-11
Many thanks for the reply. I wonde...
Posted By: Frayol
Many thanks for the reply. I wonder where I gained the impression that BagSync did track sent mails? :confused: Ah, well it doesn't really matter now that I know it doesn't.
File: BagSync02-02-11
Another quick mailbox related quest...
Posted By: Frayol
Another quick mailbox related question. If I send items to an alt should BagSync recognise that I've done this without me logging on that alt and checking their mailbox? I could have sworn that this was the case, but lately I've noticed that the tooltip no longer reflects this (assuming it did before). Perhaps I was mistaken, but...
File: BagSync01-15-11
Fair enough, was worth asking thoug...
Posted By: Frayol
Fair enough, was worth asking though. I'll just have to make notes when I send stuff to alts so that I can remember to log them on to empty their mail at a later date. Terrible memory on my part I'm afraid. ;)
File: BagSync01-14-11
My apologies if this has already be...
Posted By: Frayol
My apologies if this has already been covered, but if it has I missed it. Is it possible to run a search that will return only items that are in mailboxes? For example say I have 100 silk cloth that I mail to an alt (or split and mail to several) and then forget about. What I'd like to be able to to do is run a quick search and fi...
File: Diplomancer01-09-11
Originally posted by Akkorian Hi...
Posted By: Frayol
Originally posted by Akkorian Hi Frayol, I’ve added those factions, and fixed the bugs you’d reported in the ticket tracker. Thank you for that, I've just checked and it's all working fine now. :)
File: Diplomancer01-08-11
Noticed that Mount Hyjal doesn't ap...
Posted By: Frayol
Noticed that Mount Hyjal doesn't appear to have any faction set for it. As far as I can tell it is purely Guardians of Hyjal for the entire zone. Also with the Twilight Highlands Highbank and Krazzworks both seem to be Bilgewater Cartel zones for the Horde.
File: Diplomancer12-26-10
Firstly I'd like to say thank you t...
Posted By: Frayol
Firstly I'd like to say thank you to Phanx for creating this addon and I hope you enjoy your break. Also a big thank you to Akkorian for looking after it (and others), it is much appreciated. I posted a bug report regarding missing Worgen and Goblin starter zones, which you've responded to already, but I've now updated with an ad...
File: DoubleWideProfession10-24-10
Aye, moving is indeed a major pain...
Posted By: Frayol
Aye, moving is indeed a major pain even if everything goes smoothly as it takes ages to sort everything out. :( So take your time to get sorted as RL comes first. As for the error(s), here is what I've found (N.B, I've shortened the messages to avoid a massive wall of text). The first error is this: Message: ...AddOns\DoubleW...
File: oUF_Neav07-08-10
Target and Focus castbar colours
Posted By: Frayol
Since the update to 1.6.0 and 1.6.1 I've found that the castbars for both Target and Focus are often pink in colour rather than the red and blue that they should be. The issue is intermittent and sometimes it all works fine. Any idea what could be causing this? The only config changes I have made is with the position and the size...
File: FireExit05-04-10
Managed to find the cause of the pr...
Posted By: Frayol
Managed to find the cause of the problem and it turns out to be an issue with YssDrop preventing the reload from working for some reason. I really should have checked first before making any changes. :o Originally posted by Morgalm Also why don't you just say if button == "RightButton" or button == "LeftButton" instead of havin...
File: FireExit05-03-10
Originally posted by Morgalm Relo...
Posted By: Frayol
Originally posted by Morgalm ReloadUI was broken? Works fine for me... I plan to investigate further when I get more free time to see if I can find the root cause, but perhaps it isn't broken for everyone and just depends on you addon combo. Although I don't really use the function much I hate not knowing what the problem is...
File: TravelAgent12-17-09
Looking good. :) I like the separa...
Posted By: Frayol
Looking good. :) I like the separation of the instances and battlegrounds, especially with the ability to collapse the unwanted information. There are a few features I wouldn't mind seeing added so have put in feature requests for these.
File: BankItems10-01-09
Is there a way to stop BankItems co...
Posted By: Frayol
Is there a way to stop BankItems counting auctions? I am starting to find it a little confusing as quite often I'll post things for auction on an alt when he is in a capital and he may not go back to one for quite a while so the listings stay. I have looked for an option to turn off the auction info and can't seem to find one. Is...
File: Smooth Quest08-29-09
Was using the current version (r84-...
Posted By: Frayol
Was using the current version (r84-release) without any issues until I used Beast Lore on my hunter. This causes SmoothQuest to throw up errors on mouseover or when targetting the beast that was the target of the Beast Lore spell. I've posted an error report with the errors included.
File: Outfitter08-23-09
With version 4.8b7 the slash comman...
Posted By: Frayol
With version 4.8b7 the slash commands no longer seem to work at all. Reverted to 4.8b6 and they all worked fine again. Sorry, but I haven't had a chance to test further and probably won't now for a few days.
File: Combuctor08-18-09
Originally posted by Kupotek Oddl...
Posted By: Frayol
Originally posted by Kupotek Oddly enough, with Combuctor enabled post 3.2 I cannot click on anything in my bank? I'm getting exactly the same problem. Found that switching to one of the other sets tabs and switching back again clears the problem for me.