Showing results 1 to 25 of 500
Search took 0.04 seconds.
Search: Posts Made By: Seerah
Forum: Lua/XML Help 07-31-22, 06:22 PM
Replies: 1
Views: 1,554
Posted By Seerah
We are an official Blizzard fansite and follow...

We are an official Blizzard fansite and follow their rules on top of our own rules (https://www.wowinterface.com/forums/showpost.php?p=684&postcount=2). Threads that go against our rules will be...
Forum: Lua/XML Help 07-08-22, 11:46 AM
Replies: 5
Views: 2,133
Posted By Seerah
To reiterate and clarify on what Fizzlemizz said,...

To reiterate and clarify on what Fizzlemizz said, tables with strings as keys are stored in a random order. When you use pairs() to print the key,value pairs in a certain order, you're not actually...
Forum: Lua/XML Help 04-30-22, 11:27 AM
Replies: 3
Views: 1,414
Posted By Seerah
You can use :SetWidth() and :SetHeight() instead...

You can use :SetWidth() and :SetHeight() instead of :SetSize(). But you didn't actually give your fontstring a width and height. Just your frame.
Forum: Lua/XML Help 04-27-22, 06:26 PM
Replies: 5
Views: 1,698
Posted By Seerah
Because "unit" isn't a valid UnitID....

Because "unit" isn't a valid UnitID. https://wowpedia.fandom.com/wiki/UnitId
Forum: AddOn Search/Requests 03-14-22, 11:33 AM
Replies: 6
Views: 2,997
Posted By Seerah
*ahem* see "Attach Files" ;)

*ahem* see "Attach Files" ;)
Forum: Site help, bugs, suggestions/questions 02-12-22, 01:30 PM
Replies: 5
Views: 1,253
Posted By Seerah
People are just fine with installing plugins....

People are just fine with installing plugins. There are plenty of popular addons that use plugins already instead of packing a bunch of optional components in the main download. IMO, your lo-fi...
Forum: Site help, bugs, suggestions/questions 02-08-22, 02:55 PM
Replies: 5
Views: 1,253
Posted By Seerah
Alternatively, you could add additional...

Alternatively, you could add additional instruments as separate plugins instead of part of the main download.
Forum: AddOn Help/Support 02-05-22, 01:31 PM
Replies: 3
Views: 4,325
Posted By Seerah
According to this...

According to this (https://www.curseforge.com/wow/addons/macro-toolkit) it just helps you build conditional macros. https://wowpedia.fandom.com/wiki/Making_a_macro#Macro_conditions No? What do you...
Forum: AddOn Help/Support 01-19-22, 02:54 PM
Replies: 2
Views: 1,811
Posted By Seerah
Good job. If you would like to simplify it a...

Good job. If you would like to simplify it a little, you can do just this:
local ShrinkNameplate =...
Forum: Macro Help 01-01-22, 01:53 PM
Replies: 8
Views: 11,136
Posted By Seerah
Just FYI, your original macro you posted would...

Just FYI, your original macro you posted would only work in raid also. Glad you got it figured out, though.
Forum: AddOn Search/Requests 01-01-22, 01:50 PM
Replies: 8
Views: 2,494
Posted By Seerah
Isn't there a note space in the guild UI...

Isn't there a note space in the guild UI now?

/edit: that wouldn't work for people outside your guild, though. But again, for something not stored on the Blizz servers, you would still run into the...
Forum: Macro Help 12-31-21, 08:00 PM
Replies: 8
Views: 11,136
Posted By Seerah
/run for i=1,GetNumGroupMembers() do if not...

/run for i=1,GetNumGroupMembers() do if not UnitIsUnit("player", "raid"..i) then UninviteUnit("raid"..i) end end LeaveParty()
Forum: AddOn Search/Requests 12-31-21, 02:19 PM
Replies: 8
Views: 2,494
Posted By Seerah
Well, and you would not be able to update your...

Well, and you would not be able to update your copy of the forum if you login and you are the only person online. And if you are alone, no one else would be able to see anything you post until you...
Forum: Site help, bugs, suggestions/questions 11-10-21, 01:17 PM
Replies: 60
Views: 36,567
Posted By Seerah
https://www.wowinterface.com/forums/showthread.php...

https://www.wowinterface.com/forums/showthread.php?t=43699
Forum: Site help, bugs, suggestions/questions 11-02-21, 01:43 PM
Replies: 1
Views: 1,286
Posted By Seerah
Done :cool:

Done :cool:
Forum: AddOn Help/Support 10-26-21, 01:23 PM
Replies: 12
Views: 4,250
Posted By Seerah
I'm not entirely sure what you're asking.

I'm not entirely sure what you're asking.
Forum: General Authoring Discussion 09-27-21, 11:28 AM
Replies: 3
Views: 3,707
Posted By Seerah
As myrroddin said, it's not a link. It's just a...

As myrroddin said, it's not a link. It's just a web address as plain text.
Forum: AddOn Search/Requests 09-20-21, 11:49 AM
Replies: 2
Views: 2,267
Posted By Seerah
https://www.wowinterface.com/downloads/info13494-S...

https://www.wowinterface.com/downloads/info13494-ShadowedUnitFrames.html

https://www.wowinterface.com/downloads/info20021-PitBullUnitFrames4.0.html

https://www.wowinterface.com/downloads/info20607-D...
Forum: Macro Help 09-03-21, 07:46 PM
Replies: 6
Views: 5,665
Posted By Seerah
Yeah, why are you not using @target if you just...

Yeah, why are you not using @target if you just want it to be the name of your target anyway?
Forum: Lua/XML Help 08-26-21, 11:37 AM
Replies: 12
Views: 2,800
Posted By Seerah
When are you running the above code?

When are you running the above code?
Forum: Chit-Chat 08-24-21, 11:57 AM
Replies: 2
Views: 10,119
Posted By Seerah
Hello and welcome!

Hello and welcome!
Forum: General Authoring Discussion 08-14-21, 02:24 PM
Replies: 3
Views: 2,633
Posted By Seerah
https://www.wowinterface.com/downloads/info25192-J...

https://www.wowinterface.com/downloads/info25192-JumpCounterClassic.html
Forum: AddOn Help/Support 08-12-21, 03:10 PM
Replies: 3
Views: 2,295
Posted By Seerah
With that you won't know when you're getting...

With that you won't know when you're getting errors and things are broken at all.
Forum: Lua/XML Help 08-08-21, 11:57 AM
Replies: 4
Views: 1,788
Posted By Seerah
Copied from one of the discord channels where you...

Copied from one of the discord channels where you posted this same question.
Forum: AddOn Help/Support 07-30-21, 02:16 PM
Replies: 3
Views: 2,295
Posted By Seerah
BugGrabber/BugSack

BugGrabber/BugSack
Showing results 1 to 25 of 500