Showing results 1 to 25 of 308
Search took 0.01 seconds.
Search: Posts Made By: Tim
Forum: AddOn Help/Support 08-31-23, 08:49 PM
Replies: 4
Views: 809
Posted By Tim
SDPhantom already explained to you in your other...

SDPhantom already explained to you in your other thread about nameplates that they are within the protected environment with some being forbidden and have very limiting factors. You're not going to...
Forum: Lua/XML Help 05-16-23, 01:03 PM
Replies: 1
Views: 633
Posted By Tim
UPDATE_INVENTORY_DURABILITY

UPDATE_INVENTORY_DURABILITY
Forum: Macro Help 04-13-23, 09:53 PM
Replies: 3
Views: 3,529
Posted By Tim
There is also this handy addon:...

There is also this handy addon: https://www.wowinterface.com/downloads/info25156-BtWLoadouts.html
Forum: Lua/XML Help 12-22-22, 10:53 AM
Replies: 2
Views: 1,173
Posted By Tim
Take a look at zork's old project...

Take a look at zork's old project "RingThing"
https://www.wowinterface.com/downloads/info14174-TheRingMod.html
Forum: Macro Help 12-22-22, 10:51 AM
Replies: 1
Views: 2,286
Posted By Tim
I literally copied and pasted your macro and...

I literally copied and pasted your macro and tried it and it worked with no issues...
Forum: AddOn Search/Requests 09-19-22, 07:29 PM
Replies: 3
Views: 1,173
Posted By Tim
Basically you're trying to recreate a mythic+...

Basically you're trying to recreate a mythic+ scenario BUT, the only thing you can actually do in classic versions is to add a timer bar. This kind of addon pretty much makes no sense since there's...
Forum: AddOn Help/Support 06-18-22, 02:09 PM
Replies: 2
Views: 1,420
Posted By Tim
Searching on here for that ui... The author...

Searching on here for that ui... The author appears to not bother much with the WoW Interface site but, does state they have a discord so I would recommend going to the discord for exclusive help.
Forum: AddOn Search/Requests 04-30-22, 06:59 AM
Replies: 5
Views: 1,422
Posted By Tim
What you're searching for is a very specific and...

What you're searching for is a very specific and very out of the ordinary subject so there's definitely going to be a very high chance no addon exists that solely does what you're asking.
Forum: General Authoring Discussion 03-29-22, 12:28 PM
Replies: 3
Views: 2,705
Posted By Tim
The way you find the event you're looking for is...

The way you find the event you're looking for is type: /etrace
Then press the X on all the various events that pop.
Get a friend to create a custom group or sign up to a custom group and when it...
Forum: AddOn Help/Support 02-25-22, 11:15 AM
Replies: 2
Views: 2,260
Posted By Tim
If you can't find the addon on this website then...

If you can't find the addon on this website then it's obviously not posted here for download and there's nothing anyone here can do about it. If it's available only on a Korean website then that is...
Forum: Lua/XML Help 02-18-22, 07:50 PM
Replies: 10
Views: 2,642
Posted By Tim
Not sure if either of these are of any...

Not sure if either of these are of any help...

https://wowpedia.fandom.com/wiki/API_GetFriendshipReputation
https://wowpedia.fandom.com/wiki/API_GetFriendshipReputationRanks
Forum: Site help, bugs, suggestions/questions 02-12-22, 08:45 AM
Replies: 1
Views: 814
Posted By Tim
https://wowup.io/guide/get-addons/overview Scroll...

https://wowup.io/guide/get-addons/overview

Scroll down a bit and it says this...



Update
I just looked at MMOC and it looks like Wowup will soon not be able to pull from Curse. Gotta love stingy...
Forum: Lua/XML Help 01-30-22, 06:35 PM
Replies: 9
Views: 2,194
Posted By Tim
No one will be able to help you going off of just...

No one will be able to help you going off of just what you've posted. It would help if you actually put what you're having trouble with and/or what you're wanting accomplished.
Forum: AddOn Search/Requests 12-30-21, 02:46 PM
Replies: 8
Views: 2,494
Posted By Tim
Addons cannot connect to the internet which means...

Addons cannot connect to the internet which means no way to keep a database for everyone to sync to for their in game forum. There's a bit more but, don't really need to go more in-depth from what...
Forum: General Authoring Discussion 08-14-21, 09:41 AM
Replies: 3
Views: 2,633
Posted By Tim
JumpOrAscendStart() is when the player jumps but,...

JumpOrAscendStart() is when the player jumps but, is a protected function. Your only option may be to monitor key presses for space bar.
Forum: General Authoring Discussion 05-19-21, 12:57 PM
Replies: 5
Views: 2,599
Posted By Tim
There is really only 1 way and it's very unlikely...

There is really only 1 way and it's very unlikely you'll be able to accomplish it. That is by the means of obfuscation and I think the only company that was ever allowed to do so was PopCap with...
Forum: General Authoring Discussion 03-26-21, 01:42 PM
Replies: 9
Views: 3,775
Posted By Tim
Try also adding this: ...

Try also adding this: MainMenuBar:SetMovable(true)
MainMenuBar.ignoreFramePositionManager = true
Forum: AddOn Help/Support 03-01-21, 03:32 PM
Replies: 4
Views: 2,165
Posted By Tim
The CompactRaidFrame error has been going on...

The CompactRaidFrame error has been going on almost from the beginning of Blizzard implementing it. When specific errors are thrown from an addon you will generally see this error popup about the...
Forum: AddOn Help/Support 01-31-21, 09:50 AM
Replies: 2
Views: 2,189
Posted By Tim
That old coding has to deal with private servers...

That old coding has to deal with private servers and this site doesn't support them.
Look through other addons that add buttons and see how it's done..
Forum: Lua/XML Help 12-19-20, 08:40 AM
Replies: 5
Views: 8,820
Posted By Tim
try function() local CLASS = select(2,...

try


function()
local CLASS = select(2, UnitClass("player"))
local colors = CUSTOM_CLASS_COLORS and CUSTOM_CLASS_COLORS[CLASS] or RAID_CLASS_COLORS[CLASS]
return colors.r, colors.g,...
Forum: AddOn Help/Support 12-11-20, 04:17 PM
Replies: 2
Views: 4,340
Posted By Tim
You can't just simply add the word "Show" to the...

You can't just simply add the word "Show" to the beginning of a frame name and/or function and expect it to work.

/run LoadAddOn("Blizzard_WeeklyRewards"); WeeklyRewardsFrame:Show()
Forum: Lua/XML Help 12-05-20, 04:02 PM
Replies: 3
Views: 3,836
Posted By Tim
Thanks for the help. @Kanegasi; Yeah I know they...

Thanks for the help.

@Kanegasi; Yeah I know they swapped over to ID, perhaps removed was the wrong word but you knew what I meant. I didn't even try to put the FileID in the fontstring, now I feel...
Forum: Lua/XML Help 12-05-20, 03:18 PM
Replies: 3
Views: 3,836
Posted By Tim
C_CurrencyInfo.GetCurrencyInfo

Blizzard removed the texture path argument from GetCurrencyInfo() when they changed it over to C_CurrencyInfo.GetCurrencyInfo(). I'm trying to create fontstrings for currencies and can't find a way...
Forum: AddOn Help/Support 10-18-20, 04:15 PM
Replies: 7
Views: 9,758
Posted By Tim
local EventFrame =...

local EventFrame = CreateFrame("Frame")
EventFrame:RegisterEvent("VARIABLES_LOADED")
EventFrame:SetScript("OnEvent", function(_, event)

SetCVar ("nameplateSelfTopInset", .55)
...
Forum: AddOn Search/Requests 10-14-20, 07:51 PM
Replies: 4
Views: 6,505
Posted By Tim
Yeah, you can do just about anything with...

Yeah, you can do just about anything with WeakAuras. As for if they conflict with one another, I have no clue.




It's very complex as well as very simple depending on the task you're trying to...
Showing results 1 to 25 of 308