Results: 14Comments by: quel
File: Cirk's Chatmanager10-18-10
Originally posted by Mugrol Thank...
Posted By: quel
Originally posted by Mugrol Thanks for the fix, but ist stil doesnt work like it is intendet to. I'm not sure I'll have time to look into this in more, but I can say that all of the items that aren't accepting mouseclicks anymore are almost certainly caused by Blizzard retiring the global variable "arg1." (which used to hold t...
File: Cirk's Chatmanager10-18-10
Fix for wow4.0.1
Posted By: quel
It looks like it's fairly easy to make ChatManager work in wow 4.0.1. Change the following lines to the text I have below, in order (to ensure the line numbers align): In the .xml file 10: ChatManager.OnEvent(self, event, ...); 199: Chatmanager.Frame_ChannelButtonOnClick(self, button); 1641: if ((button == "LeftButton") and IsC...
File: DemonTrainer (Continued)04-18-07
Re: error report
Posted By: quel
Since the errors being reported on various sites do not occur on my system, I must assume they are the result of conflicts with other mods. We need someone to spend a mere 10 minutes disabling other addons until the DTF errors go away. Without some useful debugging info, I don't even have a guess about what needs fixing. Q P.S....
File: DemonTrainer (Continued)04-07-07
Re: Does not work
Posted By: quel
Originally posted by Darkspell Either fix it or remove it.. really. Would love if this mod DID work, but all I get are: Attempt to call global 'message' error in line 359 and 'for' limit must be a number in line 518 Shrug. It works fine on my system. I can't reproduce either of those errors or the blank frame mentione...
File: DemonTrainer (Continued)01-24-07
Re: Are you planning to update for 2.05 and BC?
Posted By: quel
Originally posted by gouges This could be a great add on. I hope you plan to keep it updated. The version I released is the updated version for TBC. No further code changes are required for 2.05. Q
File: DemonTrainer (Continued)12-26-06
Re: known skills still available
Posted By: quel
Originally posted by galouk I noticed that for my succubus and my fehlhunter, I can see my already-teached skills as buyable. This doesnt occur for my imp or voidwalker skills. Is it a known bug or just me ? It's probably a bug :) Unfortunately, it's not happening for my lock on either the live or beta servers, making debugg...
File: DemonTrainer (Continued)12-23-06
Originally posted by DCUI2 I got...
Posted By: quel
Originally posted by DCUI2 I got a error when trying to scribe the grimoire (buying it and so worked ok) Hey DCUI2, I see why this error message is occuring. For reasons I don't quite understand, the original author hooked the UseContainerItem() function while the demontrainer frame is visible. I don't believe this is neces...
File: qUserKey - Bind Keys to all Spells, abilities, items12-23-06
Originally posted by cannyar the...
Posted By: quel
Originally posted by cannyar the buttons aren't lined up exactly with the abilities and spells on my screen. Refer to messages regarding this earlier in the thread. If you're using clearfont or any mod that overwrites my formatting definitions, there's not much I can do about it.
File: qUserKey - Bind Keys to all Spells, abilities, items12-23-06
bunglega - I'll have to look at the...
Posted By: quel
bunglega - I'll have to look at the mousewheel issue you describe, I expected that to work, but maybe I didn't implement the mousewheel check properly. As for the line 911 error, I'm still not sure what's causing it as I still can't reproduce it on my end, even with all the tips I've received here and on curse gaming. I'm posting...
File: qUserKey - Bind Keys to all Spells, abilities, items12-11-06
Lilithshade - There is no attack lo...
Posted By: quel
Lilithshade - There is no attack logic in qUserKey. It simply builds a list of bindable items, then calls Blizzard's bind functions to map your specified key to the action. If it's overriding the "at war" setting, then it sounds like a bug in blizzard's code. I'll try some experiments and see if I can reproduce the results. Bungle...
File: MapNotes 212-05-06
Still having a problem with Mininot...
Posted By: quel
Still having a problem with Mininotes in r109... MapNotesMininote\MapNotesMininote.XML.lua: 144: attempt to call field 'OnLoad' (a nil value) I see the same thing on startup. I've had this message with all versions posted to this site so far. Q
File: qUserKey - Bind Keys to all Spells, abilities, items11-29-06
Re: Re: Re: Couple of issues
Posted By: quel
Hey Sabre, The problem seems to be when attempting to bind/unbind mouse buttons. I believe I found what's going on and will be uploading a fix in a few minutes. Let me know if the new version solves the error message. The problem with mis-alignment of the buttons to their corresponding text line is due to the addon ClearFont...
File: qUserKey - Bind Keys to all Spells, abilities, items11-28-06
Re: Couple of issues
Posted By: quel
Originally posted by SaberHawke "UserKeyCancelBind:OnClick":2: attempt to call global 'UserKey_OnCancelBind' (a nil value) Looks like I when I renamed a function I missed updating one of the function calls. I'll post a fix for that shortly. edit: I take it back, I can't reproduce this error message on my system. Can you tell...
File: Sorren's Timers11-28-06
suggestion on banishes
Posted By: quel
Great mod, I'm going to try it today. Regarding the known issue with banish you documented, I have one suggestion. I modified a version of CountDoom to use this approach prior to the beta: 1. Upon casting banish by player, start a new timer 2. upon casting a second banish by player, hide the display of the original timer but keep...