Results: 14Comments by: Kanegasi
File: ExaltedPlus11-06-22
fixed in version 10.0.0-1
Posted By: Kanegasi
fixed in version 10.0.0-1
File: TomTom02-26-20
TomTom has the ability to set a way...
Posted By: Kanegasi
TomTom has the ability to set a waypoint when clicking on a quest objective on the map. Would it be possible to support other map objects such as the available quest icons? When I do my daily Nazjatar rounds on my way to the rank 4 essence, I have to manually set a waypoint near the follower daily icons. I can't even click on them to...
File: TomTom02-15-20
I'm making a macro to put the close...
Posted By: Kanegasi
I'm making a macro to put the closest Archaeology digsite on the crazy arrow. This is what I have: -- actual macro /run local i,m,d i=C_Map.GetMapInfo(C_Map.GetBestMapForUnit("player")) m=i.mapType>2 and i.parentMapID or i.mapID d=C_ResearchInfo.GetDigSitesForMap(m) for k,v in next,d do TomTom:AddWaypoint(m,v.position.x,v.positio...
File: oGlow (Classic)09-10-19
Fix for tradeskill header crash:...
Posted By: Kanegasi
Fix for tradeskill header crash: In oGlow\pipes\tradeskill.lua, find the following piece of code: local pipe = function(id) local itemLink = GetTradeSkillItemLink(id) Add the following code to it: local pipe = function(id) local _,skillType=GetTradeSkillInfo(id) if skillType=="header" then return end local ite...
File: Clean Icons - Thin (Fan Update)06-30-19
I just had to make this account to...
Posted By: Kanegasi
I just had to make this account to say that you're a truly beautiful person for updating this addon and to ask a little question. Do you by any chance know if some of these icons will also be usable for Classic? I know they kinda depend on other addons (and I'm somewhat worried they won't be updated), but the icons should function...
File: Clean Icons - Thin (Fan Update)01-27-19
Browsing through the icons, sorted...
Posted By: Kanegasi
Browsing through the icons, sorted by date, I noticed that the entire batch modified in August is missing the black border. I don't know if the border is white or transparent, and I have not looked at them in-game. Icons before and after that look fine.
File: Altz UI for Shadowlands12-19-17
Is there a way to set the clock to...
Posted By: Kanegasi
Is there a way to set the clock to show server time, rather than local time? Like ElvUI does. Would be useful for me as my server time is an hour ahead of my local time. try CVar: timeMgrUseLocalTime The way AltzUI's clock is coded, it directly uses the date() function, which is a Lua function and not part of Blizzard's code. I...
File: gmFonts09-12-17
I know we can add our own fonts, bu...
Posted By: Kanegasi
I know we can add our own fonts, but given the descriptions and types of fonts you have included, I would like to introduce you to Google Noto. This is more of a suggestion to the addon as a whole and not a personal request.
File: Decliner09-15-16
Re: Error when sound is off
Posted By: Kanegasi
Thank you for the report, kellewic. Just released a version that fixes it.
File: Can I Mog It?07-11-16
I have a suggestion for the "shows...
Posted By: Kanegasi
I have a suggestion for the "shows on all items" known issue. Consider the following macro I created on the mmo-champion interface and macros forum to cycle through your bags and equip all equipment, autoconfirming BoEs: /run for b=0,NUM_BAG_SLOTS do for s=1,GetContainerNumSlots(b) do local l=GetContainerItemLink(b,s) if l then...
File: Decliner06-17-16
Those random sounds, voices and mus...
Posted By: Kanegasi
Those random sounds, voices and music when trying to check the box for ignoring guild invites from guild members are a nice Easter egg ;) Thanks. Since group functionality was added, the group invites from group members also has this. Hey :) http://i.imgur.com/oA3ccemm.jpg Thank you for assisting me with testing on the be...
File: No Combat Text01-01-16
I almost forgot about this addon. S...
Posted By: Kanegasi
I almost forgot about this addon. So, near the end of 2014 I made an "addon" just like this, but I went with unregistering combat events instead of clearing the frame points as this addon did, so only two lines of code. I then found this addon in August of 2015 when my Lua knowledge was "blossoming" and making more out of my addon wh...
File: LightHeaded11-01-14
Could you consider uploading to Cur...
Posted By: Kanegasi
Could you consider uploading to Curse? I use their client for all of my addons and the last manually updated addon I had to keep an eye on for updates was CTMod sometime earlier this year and it was taken up by a prominent Curse author. This looks like a fantastic addon, but not really inclined to revert to manual updating. If not, I...
File: LightHeaded10-25-14
Could you consider uploading to Cur...
Posted By: Kanegasi
Could you consider uploading to Curse? I use their client for all of my addons and the last manually updated addon I had to keep an eye on for updates was CTMod sometime earlier this year and it was taken up by a prominent Curse author. This looks like a fantastic addon, but not really inclined to revert to manual updating. If not, I...