Results: 10Comments by: kebabstorm
File: TomTom09-03-22
Sure, should be able to change that...
Posted By: kebabstorm
Sure, should be able to change that tomorrow, probably! As for adding the routing to the flight master, I don't think that's something I'll end up doing since TomTom isn't doing routing or wayfinding at the moment. Maybe in the future if I changed things a bunch, just not right now. Happy to accept a plugin possibly if there's a s...
File: DejaMark08-22-22
Great !
Posted By: kebabstorm
Great small addon which does it's job. Two things I would change though: if (tocversion < 20000) then -> if (tocversion < 40000) then for TBC and WOTLK support. and if (button=="RightButton") then for index = 1, 9 do SetRaidTarget("player", index) end end -> if (button=="RightButton")...
File: TomTom08-08-22
Crazyarrow api func
Posted By: kebabstorm
Please move the "clear waypoint from crazy arrow" and "remove waypoint of crazy arrow" to a API func / slash cmd so i can have a button for it. Here's the simple change in TomTom_CrazyArrow.lua { -- Clear waypoint from crazy arrow text = L, func = function() TomTom:ClearCrazyArrowPoint(false) end, },...
File: BiSTooltip Classic05-05-20
I'm not seeing target talents. par...
Posted By: kebabstorm
I'm not seeing target talents. party/raid members also need the addon installed for talents to show. no way around this in classic currently.
File: Hemlock Poison Helper01-08-20
Great addon! You should add: if...
Posted By: kebabstorm
Great addon! You should add: if (select(2, UnitClass("player"))) ~= "ROGUE" then return end to start of Options.lua too, to not have a bugged out menu option at interface options for other characters than rogues.
File: ItemAutocomplete01-08-20
Well, I really want to have that fu...
Posted By: kebabstorm
Well, I really want to have that function so I added in that for ya. Include it in your addon if you wish. https://pastebin.com/QRmecYEd
File: AutoCarrot01-07-20
everything fixed in 1.13.10
Posted By: kebabstorm
everything fixed in 1.13.10
File: ItemAutocomplete01-06-20
Hey again, I have one more suggesti...
Posted By: kebabstorm
Hey again, I have one more suggestion. Could you make the fuzzy seach case-insensitive? Now, when searching for example , you need to write [e'k or [E'k to find it but if you write [E'K or [e'K , it cannot be found. In a search like this, having it case-sensitive is a bit unintuitive in my opinion. Or is there a valid use-case for h...
File: ItemAutocomplete01-01-20
Wow, great addon ! However, I h...
Posted By: kebabstorm
Wow, great addon ! However, I have a suggestion for ya. You seem to have missing the "" from your tooltip on such items which have one. Atlasloot Classic does have them. Like this: https://i.imgur.com/aTRsORG.png
File: InFlight Classic12-11-19
Fix
Posted By: kebabstorm
Fix for WoW Classic Patch 1.13.3: InFlight.lua - line 320 - replace: hooksecurefunc("ConfirmSummon", function() with: hooksecurefunc(C_SummonInfo, "ConfirmSummon", function()