Showing results 1 to 8 of 8
Search took 0.00 seconds.
Search: Posts Made By: tirafesi
Forum: Classic - AddOn Help/Support 09-25-19, 07:16 AM
Replies: 3
Views: 8,377
Posted By tirafesi
I tried this using the events UNIT_POWER_UPDATE...

I tried this using the events UNIT_POWER_UPDATE and UNIT_POWER_FREQUENT - UNIT_ENERGY no longer exists - but the events don't fire when logging in.
Forum: Classic - AddOn Help/Support 09-24-19, 12:22 PM
Replies: 3
Views: 8,377
Posted By tirafesi
Energy tick rate

I made a frame to track energy tick rates, but how do I sync it?

I started counting 2s from the first OnUpdate, but that doesn't work.

When does the first energy tick happen?
Forum: Classic - AddOn Help/Support 09-17-19, 11:20 AM
Replies: 0
Views: 3,683
Posted By tirafesi
Is there a way to target a dead monster?

I have the GUID and the name of the dead monster I want to target (for looting). Is there any way to do it?

I tried using the macros /targetexact and /target with the name of the unit, but they...
Forum: Classic - AddOn Help/Support 09-17-19, 09:30 AM
Replies: 2
Views: 3,972
Posted By tirafesi
Are callbacks run in parallel?

I have an array that I modify in the OnUpdate handler. Somewhere else in the code, I call the method C_Timer.After, altering that same array after N milliseconds.

Here's my question: Will the...
Forum: Classic - AddOn Help/Support 09-17-19, 04:39 AM
Replies: 6
Views: 8,541
Posted By tirafesi
Oh, I can create the FontString directly from...

Oh, I can create the FontString directly from UIParent? Perfect! Exactly what I was looking for :D
Forum: Classic - AddOn Help/Support 09-16-19, 03:46 PM
Replies: 6
Views: 8,541
Posted By tirafesi
Yeah, that's how I did it. But I was wondering if...

Yeah, that's how I did it. But I was wondering if there was a more compact way of doing this without having to write 8 lines of code just to show one sentence ;-;

local msgFrame =...
Forum: Classic - AddOn Help/Support 09-16-19, 08:47 AM
Replies: 6
Views: 8,541
Posted By tirafesi
What's the simplest way to show a message on screen?

What's the simplest way to show a message on the screen? (outside of printing to the chat)

Something that I can show / hide whenever.
Forum: Classic - AddOn Help/Support 09-15-19, 11:54 AM
Replies: 1
Views: 4,396
Posted By tirafesi
Is it possible to highlight an NPC?

Something similar to the circle that shows on the feet when using target scan enemy or the glow surrounding the unit when the mouse is hovering it.

Basically something to direct the attention of the...
Showing results 1 to 8 of 8