Results: 4938Comments by: Cladhaire
File: LightHeaded11-06-08
Originally posted by OnTheHissay...
Posted By: Cladhaire
Originally posted by OnTheHissay Will Lightheaded function when we install wotlk on the 13. ? And have some support to the various quests been implemented allready? It will work just fine. It will have quests when WowHead pushes their quest information live.
File: PerfectRaid11-06-08
Originally posted by dilbret Sorr...
Posted By: Cladhaire
Originally posted by dilbret Sorry if this has been answered somewhere before. I'm using PerfectRaid with XUB and I'd like to have the setup be a little smaller so is there a way to shrink the PRaid bars to just the name and health/mana bars without all the extra space for the buff/debuff area? The highlights for debuffs are good...
File: TomTom11-06-08
Compatability with other Minimap addons
Posted By: Cladhaire
If you are using a minimap addon that changes the player arrow or does any funky reparenting, you can put in the following request to that author: I need to have a GetPlayerBearing() function that returns the direction the player is facing. In my code this looks like this: function GetPlayerBearing() local obj; -- Remains...
File: PerfectRaid11-06-08
Re: curse
Posted By: Cladhaire
Originally posted by nemesisq hello cladhaire i would like to request posting the addon on to curse if it would be possible in anyway. thnx No, I have no plans at this time to post this addon on Curse. You can click to have it set as a favorite and you are notified via email with a direct link to download. It doesn't get...
File: LightHeaded11-06-08
Originally posted by Kywin Keep i...
Posted By: Cladhaire
Originally posted by Kywin Keep in mind...yesterday's patch may well have broken a seemingly completely unrelated addon. As I discovered and posted about earlier...sometimes the oddest connection between any two or more addons can result in just about anything going haywire. There's really only one way to narrow it down. Enable tom...
File: TomTom11-06-08
Originally posted by ninjaijr wil...
Posted By: Cladhaire
Originally posted by ninjaijr will tomtom be available via curse at all. i love this addon Not at the moment. Mark it as a favorite here and you're notified via email when there is a new version, with a direct link to the download. I don't update often enough for this to be a problem.
File: Clique11-05-08
Re: Problem casting on party's target
Posted By: Cladhaire
Originally posted by popenose Hi! I use to be able to cast on my party's target while targeting a different mob. Now when i cast on my party's target it says "target not selected". I cu only cast on my party's target if it is also my target. Is there a way to click cast on my target's frame and my party's target's frame being th...
File: TomTom11-05-08
Re: Re: Re: Can someone help me?
Posted By: Cladhaire
No, that's not something I can easily fix. Perhaps if we came up with some standard to provide GetPlayerBearing() functions, then that would help. By altering the player arrow on the minimap it breaks my detection of the current direction the player is facing. I'm open to suggestions, but that's why it breaks.
File: LightHeaded11-05-08
Thanks for reporting back. Does th...
Posted By: Cladhaire
Thanks for reporting back. Does the problem exist when you enable ONLY LightHeaded and TomTom? I'm wondering if there's a conflict somewhere.
File: LightHeaded11-05-08
Originally posted by Starchild Af...
Posted By: Cladhaire
Originally posted by Starchild After todays patch I am having similar problems. None of the links work, and I can not get a way point to pop up when a coord is clicked. I updated LH & Cartographer today after the patch using WoWMatrix and still have the same problems. Any ideas? Thanks -Star There are a few problem...
File: LightHeaded11-04-08
Originally posted by Characuta We...
Posted By: Cladhaire
Originally posted by Characuta Well yeah. So I downloaded Cartographer off Curse. Last I tried (which is few hours before maintenance kick in), no error reported but no waypoint shown on my map. However, I realized that this might deeply be in Cartographer's fault since I noticed how doubtful it is lately, more after the recent pat...
File: LightHeaded11-04-08
Originally posted by Characuta Oh...
Posted By: Cladhaire
Originally posted by Characuta Oh sorry about that. Well to make things clear, I downloaded all the latest version of both (both cartographer and lh). As you can see the "latest" version of Cartographer here is from June. The versions that worked before were the ones from wowace.com. Are you getting any errors?
File: LightHeaded11-04-08
Originally posted by Characuta Wh...
Posted By: Cladhaire
Originally posted by Characuta When I click on a coord on lh, it wont show up on my map )Im using cartographer btw). Any idea? Nope. Without you telling me specifically what version of Cartographer you are using, I don't know what to tell you. I don't like or support their use, which is why I provide TomTom. Previous version...
File: LightHeaded11-04-08
Originally posted by Dawn Ok, mhm...
Posted By: Cladhaire
Originally posted by Dawn Ok, mhm, for whatever reason this is still only showing one decimal place. It still works, though. I could have lived without any decimal place, after all. ;) The only time you will see 1 decimal point accuracy is if the number on the right hand side of the decimal separator is a 0. This is just a...
File: LightHeaded11-04-08
It's not the only change that needs...
Posted By: Cladhaire
It's not the only change that needs to be made, and this is how it should be done. I've commited these changes locally: local function makecoord(x) local xi, xf = math.modf(x) xf = math.floor(100 * xf) return xi .. "." .. xf end -- Href the coordinates comment = comment:gsub("(%d%d?%.?%d?%d?)%s*%s*(%d%d?%.?%d?%d...
File: Clique11-04-08
Re:
Posted By: Cladhaire
Originally posted by Mr. Fantazy Is it possible to use the "v" bars as unit frames? I'd like to be able to play with enemy/friendly name bars up and use them as mouseover frames for clique. We looked into it in the past, but it's really outside the scope of Clique. Those frames as far as I am aware are not SecureActionButtons,...
File: LightHeaded11-04-08
Just get rid of the string.format e...
Posted By: Cladhaire
Just get rid of the string.format entirely. You can make the makecoord() function look like this: local function makecoord(x) local xi, xf = math.modf(x) xf = math.floor(100 * xf) return xi .. "." .. xf end That's math.. if it fails, I may just stab myself. Let me know if this works.
File: LightHeaded11-04-08
Originally posted by Dawn http://...
Posted By: Cladhaire
Originally posted by Dawn http://www.pic-upload.de/thumb/04.11.08/8h3mwu.jpg This is what i get when i change the line. Just the same like without it (+ "TestCoord", ofc). :o The "fix" posted previously did it for me, but i have to use r248 and the coords obvoiusly lose some accuracy because of it. €: I also disabled all o...
File: LightHeaded11-03-08
Originally posted by Dawn I'm usi...
Posted By: Cladhaire
Originally posted by Dawn I'm using r250 on a german client and i still get coordinates shown as wich still makes them unreadable for CrazyArrow. :( I'm not sure how that's possible at all.. where did these coordinates show up? There is only one place in the code that makes those coordinates clickable, and this is the relevan...
File: LightHeaded11-03-08
Just pushed an update that should f...
Posted By: Cladhaire
Just pushed an update that should fix most of the coordinate parsing issues that non english clients have been seeing. Also includes an estimated gold reward or xp reward. If you're level 70 (soon to be 80) it will tell you how much gold you will earn, whereas if the quest is grey and you are not max level yet, it will tell you how...
File: LightHeaded11-03-08
Re: Re: Re: Re: Re: Re:
Posted By: Cladhaire
Originally posted by Kywin So I'm reply to this post, though the real trigger was the fact that some of you have been damned inconsiderate in your demands to a resolution to your problems. Some of you obviously can't grasp the fact that authors of these mods put alot of hardwork into them, and they don't HAVE to share them with us....
File: LightHeaded11-03-08
Originally posted by vanhelsing10...
Posted By: Cladhaire
Originally posted by vanhelsing10 dont get info now on new quests sice new patch.wot am i missing? ... the addon doesn't automatically get that data, I have to run a parse on the wowhead database in order to generate it. The addon description states the last time this happened. The "new quests" have just reached critical mass...
File: TomTom11-01-08
Originally posted by ShadowEric I...
Posted By: Cladhaire
Originally posted by ShadowEric I am having a few issues entering waypoints manually. Sometimes they are not where I want them, even though my coords are right. Sometimes the arrow points the wrong way. Bringing up the world map and closing it again makes the arrow jump back to where it should point, somehow. It's a little diffi...
File: Clique10-30-08
Originally posted by Zekij Great...
Posted By: Cladhaire
Originally posted by Zekij Great addon but it doesnt work with DHUD (u cant change anything in Clique options if u got DHUD) Have you tested with the latest version of Clique? If so, where are you downloading DHUD from (give me a link)
File: LightHeaded10-30-08
Originally posted by Taus I poste...
Posted By: Cladhaire
Originally posted by Taus I posted a fix a few comments below. I changed LighHeaded.lua r248 line 398 to return string.format("|cFF0066FF|Hlhref:coord:%0.0f:%0.0f:"..qid .. "|h|h|r", x, y, x, y) (all occurences of .2f changed to .0f) That removed coordinate decimal accuracy, but also any (false) decimal separator, and the...