[DiscordArchive] For what eluna?
[DiscordArchive] For what eluna?
Archived author: Kaev • Posted: 2018-05-31T12:33:17.451000+00:00
Original source
https://www.mmo-champion.com/threads/137...st23085551 This might help
[Embed: [LUA] How to get tooltips]
hey together,
working in my ui after a lonog time and havin' trouble at setting tooltip for a button.
so basically creating own tooltips is not a problem.
working on a hearthstone button and don't have a clue how to get the tooltip from the hearthstone.
tried various th...
https://www.mmo-champion.com/threads/137...viewfull=1
Archived author: Kaev • Posted: 2018-05-31T12:34:11.780000+00:00
Original source
maybe this aswell https://stackoverflow.com/questions/4042...is-pressed
[Embed: WoW Addon - Dynamic tooltip while key is pressed]
I've got a tooltip and I want it to show more detailed information if the SHIFT key is pressed/held. The following code works so far:
function myAddonFrame_OnEnter(self)
myAddon_GenerateToolti...
https://stackoverflow.com/questions/4042...is-pressed
Archived author: ayase • Posted: 2018-05-31T12:47:52.533000+00:00
Original source
Actually, I have already finished the display the Reforging in the gametooltip.However, the method I use is not the best one at the moment, because it needs to be querying in the server all the time.So is there a better way?
I think it's very practical to get item guid in addons.
Archived author: Kaev • Posted: 2018-05-31T12:51:50.658000+00:00
Original source
you could cache them like load the GUIDs on startup into a Lua table and just access the table
Archived author: Kaev • Posted: 2018-05-31T12:52:17.319000+00:00
Original source
Could you share the tooltip code with me? Maybe i'll need it in the future
Archived author: ayase • Posted: 2018-05-31T12:54:11.845000+00:00
Original source
ok.But I'm using caio. about server you might have to do it yourself.
Archived author: Kaev • Posted: 2018-05-31T12:55:05.448000+00:00
Original source
No problem