Showing results 1 to 19 of 19
Search took 0.00 seconds.
Search: Posts Made By: atshn
Forum: Classic - AddOn Help/Support 03-21-24, 11:13 AM
Replies: 7
Views: 4,240
Posted By atshn
Good to know. Thanks again

Good to know. Thanks again
Forum: Classic - AddOn Help/Support 03-19-24, 06:33 PM
Replies: 7
Views: 4,240
Posted By atshn
Noted. :) I constantly see your name when...

Noted. :) I constantly see your name when googling for answers. You've answered my questions more than you know. Maybe you can answer one that has been bugging me for a while now if you don't mind....
Forum: Classic - AddOn Help/Support 03-18-24, 05:26 PM
Replies: 7
Views: 4,240
Posted By atshn
I missed this. I have this in an addon. Any...

I missed this. I have this in an addon. Any problems with the removal of whitespace? Still learning.
Forum: Classic - AddOn Help/Support 03-18-24, 05:24 PM
Replies: 7
Views: 4,240
Posted By atshn
That worked perfect. Much appreciated! Thanks for...

That worked perfect. Much appreciated! Thanks for cleaning up the other code as well.
Forum: Classic - AddOn Help/Support 03-18-24, 12:42 PM
Replies: 7
Views: 4,240
Posted By atshn
Player corpse tooltip

Might be an odd request but is it possible to hide the tooltip that shows when mousing over a player's corpse (on Hardcore if that matters). This is what I'm using to hide the tooltip when mousing...
Forum: Macro Help 03-06-24, 12:45 PM
Replies: 6
Views: 998
Posted By atshn
That took care of it. Much appreciated!

That took care of it. Much appreciated!
Forum: Macro Help 03-06-24, 01:26 AM
Replies: 6
Views: 998
Posted By atshn
There is one problem that I've encountered. I...

There is one problem that I've encountered. I have to open the frame where the system messages check box is located after I login before the macros will work. After I open it once, the macros will...
Forum: Macro Help 03-04-24, 11:44 PM
Replies: 6
Views: 998
Posted By atshn
Perfect. Thanks again, Fizzle.

Perfect. Thanks again, Fizzle.
Forum: Macro Help 03-04-24, 10:22 PM
Replies: 6
Views: 998
Posted By atshn
Chat system messages on/off macro

I'm using this in two of my macros:

/run ChatConfigOtherSettingsSystemCheckBox1Check:Click()

It does the job, but I'd rather have one of my macros be able turn it on, and the other macro be able to...
Forum: AddOn Help/Support 03-02-24, 12:01 PM
Replies: 2
Views: 1,020
Posted By atshn
Thank you!

Thank you!
Forum: AddOn Help/Support 03-02-24, 02:22 AM
Replies: 2
Views: 1,020
Posted By atshn
Question about auto replying to whispers

Tested this out before my sub ran out. It auto replies the way I want it to, but I got to thinking about whisper spam. For example, player 1 whispers me and gets my auto reply. Then moments later...
Forum: AddOn Help/Support 02-21-24, 02:43 PM
Replies: 9
Views: 1,516
Posted By atshn
Perfect. Thanks again, Xrystal!

Perfect. Thanks again, Xrystal!
Forum: AddOn Help/Support 02-21-24, 07:40 AM
Replies: 9
Views: 1,516
Posted By atshn
Appreciate you taking the time to do that. Me and...

Appreciate you taking the time to do that. Me and my old eyes thank you. Didn't have much time to test it in combat but did notice that the hotkey text acting as a range indicator on both pet and...
Forum: AddOn Help/Support 02-21-24, 12:38 AM
Replies: 9
Views: 1,516
Posted By atshn
Not working on Classic. Anything wrong with my...

Not working on Classic. Anything wrong with my hotkey additions?

for i=1, NUM_ACTIONBAR_SLOTS, 1 do
local button = _G["ActionButton" .. i]);
...
Forum: AddOn Help/Support 02-20-24, 10:03 PM
Replies: 9
Views: 1,516
Posted By atshn
I fear this one is over my head, but thank you...

I fear this one is over my head, but thank you for pointing me in the right direction.
Forum: AddOn Help/Support 02-20-24, 04:01 PM
Replies: 9
Views: 1,516
Posted By atshn
How to change pet bar hotkey color?

I'm using this code to change the color of hotkeys for all my bars. Works fine for everything except the pet bar. Is "PetActionButton" not the correct name or am I completely off and the code doesn't...
Forum: AddOn Help/Support 02-06-24, 03:36 PM
Replies: 5
Views: 1,450
Posted By atshn
My knowledge is very limited, so hopefully I'm...

My knowledge is very limited, so hopefully I'm using the right terminology. Doesn't seem to work for printing the arg, but it does works fine if the message is in quotations. Kanegasi's response...
Forum: AddOn Help/Support 02-06-24, 03:25 PM
Replies: 5
Views: 1,450
Posted By atshn
That worked perfectly. Thanks for the in-depth...

That worked perfectly. Thanks for the in-depth response. Much appreciated!
Forum: AddOn Help/Support 02-06-24, 02:45 AM
Replies: 5
Views: 1,450
Posted By atshn
Changing the color of print(message)?

Is it possible to change the color of the message printed? I'd prefer yellow over the default white.

local function OnEvent(self, event, errorType, message, lineID)
if errorType == 298...
Showing results 1 to 19 of 19