Forum: oUF (Otravi Unit Frames)
01-16-21, 08:18 AM
|
Replies: 3
Views: 493
|
Forum: oUF (Otravi Unit Frames)
01-16-21, 08:12 AM
|
Replies: 3
Views: 493
Sup!
PLAYER_TALENT_UPDATE is what we internally...
Sup!
PLAYER_TALENT_UPDATE is what we internally call a unitless event, it just fires and has no args. I just checked and we too use it internally, but for some reason it's not in our unitlessEvents...
|
Forum: oUF (Otravi Unit Frames)
08-28-19, 12:50 AM
|
Replies: 2
Views: 4,216
duration is a float, it gives you seconds and...
duration is a float, it gives you seconds and milliseconds. If you want to show minutes, hours, days, etc., you'll need to do some maths. For example, math.floor(duration / 60) will give you minutes,...
|
Forum: oUF (Otravi Unit Frames)
08-17-19, 09:59 PM
|
Replies: 2
Views: 2,544
|
Forum: News
07-03-19, 10:56 PM
|
Replies: 34
Views: 97,105
|
Forum: General Authoring Discussion
06-28-19, 12:30 PM
|
Replies: 5
Views: 3,400
|
Forum: General Authoring Discussion
06-28-19, 09:03 AM
|
Replies: 5
Views: 3,400
That's not true.
Textures inside the interface...
That's not true.
Textures inside the interface folder can be accessed via both file paths and ids, whereas all other textures has to be accessed via file ids only. And if it actually failed to load...
|
Forum: PTR General Discussion
06-27-19, 12:54 AM
|
Replies: 4
Views: 13,586
|
Forum: PTR General Discussion
06-20-19, 07:32 AM
|
Replies: 4
Views: 13,586
It's a known oUF issue. It's caused by the new...
It's a known oUF issue. It's caused by the new anchoring system they implemented for the nameplates:
We added new restricted frames system that affects frame anchoring:
- Frames that are anchored...
|
Forum: Chit-Chat
05-26-19, 11:12 PM
|
Replies: 6
Views: 2,654
Lua is a fairly simple and very niche language,...
Lua is a fairly simple and very niche language, it takes a couple of days to learn it even if you're a beginner, takes a bit more to master it. Pretty much no one is going to hire you as a primarily...
|
Forum: News
05-24-19, 06:16 AM
|
Replies: 34
Views: 97,105
|
Forum: oUF (Otravi Unit Frames)
05-24-19, 12:58 AM
|
Replies: 2
Views: 4,026
If you want to use the oUF: Layouts...
If you want to use the oUF: Layouts (https://www.wowinterface.com/downloads/index.php?cid=127) category, it has to be set as the main one, you need to go to that page and then click the "Upload Your...
|
Forum: Classic - AddOn Search/Requests
05-21-19, 10:26 AM
|
Replies: 2
Views: 1,760
You should also ask Cogwerkz if he actually...
You should also ask Cogwerkz if he actually allows others to do the porting, I bet there's custom assets and whatnot involved. If he doesn't want anyone to mess w/ his addon he's actively developing...
|
Forum: Lua/XML Help
03-23-19, 11:50 AM
|
Replies: 3
Views: 2,488
|
Forum: General Authoring Discussion
02-27-19, 09:11 AM
|
Replies: 6
Views: 1,194
|
Forum: General Authoring Discussion
02-27-19, 08:14 AM
|
Replies: 6
Views: 1,194
|
Forum: General Authoring Discussion
02-27-19, 12:52 AM
|
Replies: 6
Views: 1,194
|
Forum: oUF (Otravi Unit Frames)
01-25-19, 05:47 AM
|
Replies: 6
Views: 6,299
|
Forum: oUF (Otravi Unit Frames)
01-23-19, 05:43 AM
|
Replies: 6
Views: 6,299
|
Forum: oUF (Otravi Unit Frames)
01-03-19, 03:35 AM
|
Replies: 0
Views: 7,157
oUF 9.0 Upgrade Guide
Upgrade Guide
It's highly recommended to upgrade to 9.x, especially if you're using oUF for your raid frames. This is due to a bug in RegisterUnitEvents...
|
Forum: General Authoring Discussion
11-06-18, 09:13 PM
|
Replies: 10
Views: 1,965
Exactly, it's too OP. It allowed for very fluid...
Exactly, it's too OP. It allowed for very fluid DoT management across multiple targets, it's so fluid that it became trivial, and that's not something Blizz liked, so they gutted it.
Google "enemy...
|
Forum: General Authoring Discussion
11-06-18, 06:01 AM
|
Replies: 10
Views: 1,965
So you're trying to make your own enemy grid...
So you're trying to make your own enemy grid (https://wow.curseforge.com/projects/enemy-grid), eh? Don't get your hopes up though, there's a reason why that addon is pretty much dead nowadays.
And...
|
Forum: General Authoring Discussion
11-04-18, 11:56 PM
|
Replies: 10
Views: 1,965
|
Forum: oUF (Otravi Unit Frames)
10-27-18, 04:19 AM
|
Replies: 4
Views: 3,418
|
Forum: oUF (Otravi Unit Frames)
10-11-18, 02:58 AM
|
Replies: 4
Views: 3,398
Why do you even care about it? :P
The issue is...
Why do you even care about it? :P
The issue is in the backend, C code, it might be a function that iterates through or does something w/ userdata, which is frame[0], but then it tries to do the same...
|