Showing results 1 to 25 of 109
Search took 0.00 seconds.
Search: Posts Made By: hasnogaems
Forum: Lua/XML Help 01-11-23, 10:18 AM
Replies: 1
Views: 810
Posted By hasnogaems
Hide arena frames addon

My addon body is:
/run ArenaEnemyFrame1:Hide()
/run ArenaEnemyFrame2:Hide()
/run ArenaEnemyFrame3:Hide()
/run ArenaEnemyFrame4:Hide()
/run ArenaEnemyFrame5:Hide()
and it do the job but it gives...
Forum: AddOn Help/Support 10-31-22, 10:04 AM
Replies: 2
Views: 1,166
Posted By hasnogaems
Cool looking, nice design.

Cool looking, nice design.
Forum: Lua/XML Help 10-18-22, 05:58 PM
Replies: 4
Views: 1,571
Posted By hasnogaems
How I can get ids of face/hair/skin color etc?...

How I can get ids of face/hair/skin color etc? https://i.imgur.com/Nr8yuws.jpg
I also found C_BarberShop.GetCurrentCharacterData()
I tried
/script a = C_BarberShop.GetAvailableCustomizations();...
Forum: Lua/XML Help 10-18-22, 08:30 AM
Replies: 4
Views: 1,571
Posted By hasnogaems
[WotlK] API to get look preset ids

Any way to get ids of face/hair/color etc of my character with wow api?
Forum: Lua/XML Help 10-13-22, 07:19 AM
Replies: 6
Views: 2,325
Posted By hasnogaems
Worked like a charm! I see there is...

Worked like a charm!

I see there is GameTooltip_SetDefaultAnchor command, is it mean that I can setup secondary anchors that activated when certain frame shown? I would like my tooltip to anchor...
Forum: Lua/XML Help 10-08-22, 12:04 PM
Replies: 6
Views: 2,325
Posted By hasnogaems
I tried it to replace my GameTooltip frame. The...

I tried it to replace my GameTooltip frame. The one that appears when mouseover npc. And sometimes it replaced but sometimes it in default position.
Wotlk classic.
It is only replaced on 1st show. If...
Forum: AddOn Help/Support 10-08-22, 11:53 AM
Replies: 5
Views: 2,513
Posted By hasnogaems
Been testing it on classic wotlk. And it is not...

Been testing it on classic wotlk. And it is not working.
Turned out all I needed to do is accept this two dialog pop ups instead of declining...
Forum: Lua/XML Help 10-02-22, 12:53 AM
Replies: 6
Views: 2,325
Posted By hasnogaems
I'm looking for reference

I'm looking for example of basic addon that will permanently move any blizzard frame.
Forum: AddOn Help/Support 09-24-22, 10:51 AM
Replies: 5
Views: 2,513
Posted By hasnogaems
Very nice, thanks!

Very nice, thanks!
Forum: AddOn Help/Support 09-22-22, 09:38 AM
Replies: 5
Views: 2,513
Posted By hasnogaems
Make "Load out of date addons" unticked by default

Can I make it unselected by default?
https://i.imgur.com/uoQEveZ.png
Forum: AddOn Search/Requests 09-20-22, 12:01 PM
Replies: 0
Views: 841
Posted By hasnogaems
Addon to locate action bar button

Is there any addon that will highlight the button really hard when I press the bind? I spend gross amount of time on locating which action bar button is being pressed.
Forum: AddOn Search/Requests 09-20-22, 09:32 AM
Replies: 1
Views: 1,357
Posted By hasnogaems
Newermind, I think cast+shift possible only when...

Newermind, I think cast+shift possible only when you unshift into humanoid. Otherwise your cast is behind gcd.
Forum: AddOn Search/Requests 09-20-22, 09:29 AM
Replies: 1
Views: 1,357
Posted By hasnogaems
WOTLK classic set default form to be Tree of Life

When I am in any form and casting any healing spell, it automatically shifts me into humanoid.

Is there any addon that will override this default behavior to make it shift me into Tree of Life...
Forum: Lua/XML Help 09-15-22, 03:58 PM
Replies: 1
Views: 1,927
Posted By hasnogaems
Copy output to clipboard

Let say I have a slash command
/tsm sources
Can I feed it to some function so it put output in the clipboard instead of chat?
Forum: Lua/XML Help 09-09-22, 04:02 PM
Replies: 5
Views: 1,384
Posted By hasnogaems
But what are .. .. do? Just spaces?

But what are .. .. do? Just spaces?
Forum: Lua/XML Help 09-09-22, 02:54 PM
Replies: 5
Views: 1,384
Posted By hasnogaems
What this command do?

What this command do?
/run print("Current Latency: "..select(4,GetNetStats()).."ms.")
What .. .. mean around select(4,GetNetStats()) and how select(4,GetNetStats()) function works exactly to be...
Forum: AddOn Help/Support 10-07-21, 09:12 AM
Replies: 1
Views: 1,912
Posted By hasnogaems
Addon to write macro bind in binding-cache.wtf

I do it manually atm looking for some quality of life addon for this task.
TBC
Forum: AddOn Search/Requests 09-19-21, 08:33 PM
Replies: 1
Views: 1,905
Posted By hasnogaems
How I did it?

Or it is default ui? https://i.imgur.com/1I8SSyc.jpg
Forum: AddOn Help/Support 08-15-21, 06:57 PM
Replies: 1
Views: 2,092
Posted By hasnogaems
https://media.discordapp.net/attachments/410561003...

https://media.discordapp.net/attachments/410561003735220254/876483962548129842/image0.png
So it aggro indicator.

Is it works with enemy players targetting you or will only triggers when pets...
Forum: AddOn Help/Support 08-12-21, 07:34 AM
Replies: 3
Views: 2,302
Posted By hasnogaems
this did the job https://i.imgur.com/K2sDo8B.png

this did the job https://i.imgur.com/K2sDo8B.png
Forum: AddOn Help/Support 08-10-21, 04:10 PM
Replies: 1
Views: 2,092
Posted By hasnogaems
What it do? Default raid UI

What are those scopes on raidframes? What they suppose to represent? Seen it constantly here and there. It is in default ui?
Retail...
Forum: AddOn Search/Requests 08-10-21, 09:11 AM
Replies: 0
Views: 1,575
Posted By hasnogaems
What is this addon, or weakaura?

https://imgur.com/a/gcIQxhH
https://i.imgur.com/RTB5adu.png
Is it even possible to know which target spell being casted on, before it completed, if it casted on nontarget?
Forum: Lua/XML Help 08-08-21, 02:02 PM
Replies: 4
Views: 1,802
Posted By hasnogaems
Wdym by that? I run "/tef b" in game. Is there...

Wdym by that? I run "/tef b" in game. Is there other environment you can recommend?

U was right my scripterror cvar was set to 0.
And yes, commas!
https://imgur.com/a/qSxE5p4
You guys are the best
Forum: Lua/XML Help 08-08-21, 10:06 AM
Replies: 4
Views: 1,802
Posted By hasnogaems
Why / command not doing anything?

Not even any error.
It like it not registered at all.
TheEarthFather = { }

function TheEarthFather:Greet(channel)
local allgreetings = {
"Peace, friend.",
"Hail.",
"You...
Forum: AddOn Search/Requests 08-05-21, 10:01 AM
Replies: 1
Views: 1,890
Posted By hasnogaems
TBC search in macroses

Anny addon that allow to search macroses? Scrolling and clicking getting tedious. Especially when I need to find macro fast.
Showing results 1 to 25 of 109