Forum: AddOn Help/Support
01-28-21, 03:22 PM
|
Replies: 2
Views: 567
|
Forum: oUF (Otravi Unit Frames)
01-02-21, 07:15 PM
|
Replies: 1
Views: 506
|
Forum: oUF (Otravi Unit Frames)
10-07-20, 01:57 PM
|
Replies: 2
Views: 5,555
oUF 10.0 Upgrade Guide for Shadowlands
Upgrade Guide
Aside from other API changes from Blizzard themselves (such as deprecated API or backdrops now requiring a template/mixin),
and other changes not directly related to oUF, here are the...
|
Forum: oUF (Otravi Unit Frames)
09-15-20, 06:02 AM
|
Replies: 2
Views: 3,664
|
Forum: Tutorials & Other Helpful Info.
08-19-20, 03:48 PM
|
Replies: 79
Views: 66,209
1. Get a token from WoWInterface
2. Store the...
1. Get a token from WoWInterface
2. Store the token as a secret for your project on GitHub, name it WOWI_API_TOKEN
3. Define WOWI_API_TOKEN as an environment variable in the workflow
How to get a...
|
Forum: Tutorials & Other Helpful Info.
08-07-20, 08:16 PM
|
Replies: 79
Views: 66,209
DISCLAIMER
This guide has been deprecated in...
DISCLAIMER
This guide has been deprecated in favour of GitHub Actions, as it's more integrated and (honestly) easier to set up.
A full guide is provided on the wiki for the packager itself. Direct...
|
Forum: PTR API and Graphics Changes
08-04-20, 08:55 AM
|
Replies: 39
Views: 35,023
|
Forum: PTR API and Graphics Changes
08-02-20, 01:57 PM
|
Replies: 4
Views: 6,021
|
Forum: Tutorials & Other Helpful Info.
02-10-20, 05:04 PM
|
Replies: 79
Views: 66,209
|
Forum: Tutorials & Other Helpful Info.
02-01-20, 07:28 PM
|
Replies: 79
Views: 66,209
|
Forum: Tutorials & Other Helpful Info.
10-01-19, 09:06 AM
|
Replies: 79
Views: 66,209
|
Forum: oUF (Otravi Unit Frames)
09-16-19, 09:01 AM
|
Replies: 4
Views: 8,256
|
Forum: Site help, bugs, suggestions/questions
08-31-19, 04:28 AM
|
Replies: 2
Views: 623
|
Forum: Lua/XML Help
06-21-19, 11:47 AM
|
Replies: 4
Views: 1,542
Try IsSpellKnown...
Try IsSpellKnown (https://wow.gamepedia.com/API_IsSpellKnown) or IsPlayerSpell (https://wow.gamepedia.com/API_IsPlayerSpell).
We use...
|
Forum: Lua/XML Help
05-08-19, 11:29 PM
|
Replies: 4
Views: 719
Chat links are special strings that the chat...
Chat links are special strings that the chat frame translates into clickable buttons in the string, which you know as links or more typically hyperlinks (like on websites).
Without the chat window...
|
Forum: oUF (Otravi Unit Frames)
04-19-19, 02:02 PM
|
Replies: 4
Views: 8,256
oUF and Classic
Since Classic is looming around the corner, we wanted to make a statement on oUF's support for it.
We have no intentions of supporting both versions of the game, mostly because there is no parity or...
|
Forum: Lua/XML Help
04-03-19, 02:23 PM
|
Replies: 7
Views: 1,506
|
Forum: General Authoring Discussion
04-03-19, 02:18 PM
|
Replies: 4
Views: 1,166
Most of the secure code has remained mostly...
Most of the secure code has remained mostly untouched since introduced in the later stages of vanilla, although there are no files completely unchanged since then (the oldest file(s) completely...
|
Forum: Lua/XML Help
04-01-19, 03:13 PM
|
Replies: 7
Views: 1,506
GameTooltip:SetInventoryItem('player',...
GameTooltip:SetInventoryItem('player', slotID)
Where slotID is 40-67.
https://wow.gamepedia.com/API_GameTooltip_SetInventoryItem
https://wow.gamepedia.com/InventorySlotId
|
Forum: Lua/XML Help
01-02-19, 06:56 PM
|
Replies: 4
Views: 728
|
Forum: oUF (Otravi Unit Frames)
01-02-19, 06:50 PM
|
Replies: 3
Views: 3,374
|
Forum: oUF (Otravi Unit Frames)
01-02-19, 06:47 PM
|
Replies: 1
Views: 2,869
It's in the...
It's in the documentation:
https://github.com/oUF-wow/oUF/blob/master/elements/tags.lua#L40
|
Forum: oUF (Otravi Unit Frames)
12-31-18, 02:15 AM
|
Replies: 5
Views: 3,218
For reference, the default [level]...
For reference, the default [level] tag:
https://github.com/oUF-wow/oUF/blob/master/elements/tags.lua#L221-L232
['level'] = [[function(u)
local l = UnitLevel(u)
if(UnitIsWildBattlePet(u) or...
|
Forum: oUF (Otravi Unit Frames)
12-30-18, 02:41 AM
|
Replies: 3
Views: 3,374
|
Forum: oUF (Otravi Unit Frames)
12-28-18, 06:14 PM
|
Replies: 6
Views: 6,389
Would you mind trying out my layout...
Would you mind trying out my layout (https://www.wowinterface.com/downloads/info8455-oUFP3lim.html) (comes with oUF embedded) instead of VuhDo/ElvUI? Some layout/compilation creators tend to do odd...
|