Thread Tools Display Modes
04-16-23, 04:52 PM   #1
jlrm365
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Oct 2007
Posts: 113
Question Smoother?

Hello.

I'd like to remove the "Made by" line, from crafted items. I was surprised Leatrix doesn't have that option.
An addon called ItemTooltipCleaner used to remove that line, amongst many other handy things, but was abandoned a while back.

It's possible to put just this, into a LUA file (obviously with the TOC, in the creation of an addon):

ITEM_CREATED_BY=""

That works, but it doesn't seem to be the smoothest implementation.
Are there any tags / conditions, that would turn that single line into an addon and make it more robust.
It should load all the time, but should there not be a condition to tell it so?
Is that single line really the best way to implement the removal of the "Made by" line?

Thanks.
  Reply With Quote
04-16-23, 09:46 PM   #2
Xrystal
nUI Maintainer
 
Xrystal's Avatar
Premium Member
AddOn Author - Click to view addons
Join Date: Feb 2006
Posts: 5,892
Yep, looks like it .. easiest anyway. It's possible that another addon that does a similar thing to the tooltip may put it back. But the chances of someone having 2 tooltip addons running at the same time is remote.

It is a global string constant in the following file.
https://www.townlong-yak.com/framexm...rings.lua#9731
__________________
  Reply With Quote
04-19-23, 08:52 PM   #3
jlrm365
A Flamescale Wyrmkin
AddOn Author - Click to view addons
Join Date: Oct 2007
Posts: 113
I can't help but think I ought to have multi-lines and conditions but, if that's not going to cause any conflicts, then that's the way to go.

Thanks for the list, as well.
  Reply With Quote

WoWInterface » AddOns, Compilations, Macros » AddOn Help/Support » Smoother?

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off