Showing results 1 to 12 of 12
Search took 0.00 seconds.
Search: Posts Made By: Cogwerkz
Forum: PTR UI Bugs 03-24-19, 11:53 PM
Replies: 4
Views: 39,658
Posted By Cogwerkz
This was my code used in the example above:...

This was my code used in the example above:

local scale = self.scale*100
self.scaleText:SetFormattedText("|cffaeaeaeScale|r: |cffffd200%d|r%% |cff666666(change with mousewheel)|r", scale)


My...
Forum: PTR UI Bugs 03-21-19, 05:19 AM
Replies: 4
Views: 39,658
Posted By Cogwerkz
Possible bug with %d in all format strings

So consider the following image here:

https://i.imgur.com/oVaOyUR.png

What I was trying to do was to show an integer in a string using fontstring:SetFormattedText() and %d. And for some reason it...
Forum: General Authoring Discussion 03-11-19, 10:29 AM
Replies: 0
Views: 1,864
Posted By Cogwerkz
Exclamation Changes to texture:SetMask() in build 29600 (8.1.5).

So I just discovered something that as far as I know only first started happening in WoW build 29600, March 5th 2019.

In my latest UI (AzeriteUI) I have round icons on my actionbuttons. Some of...
Forum: PTR API and Graphics Changes 07-09-18, 03:02 AM
Replies: 2
Views: 5,973
Posted By Cogwerkz
!!! This is great! No more need to manually...

!!!

This is great! No more need to manually track the number of times it fires! Yay! :D
Forum: PTR API and Graphics Changes 07-09-18, 03:00 AM
Replies: 2
Views: 12,048
Posted By Cogwerkz
Well it seems to me like the whole purpose of...

Well it seems to me like the whole purpose of this little file IS to find an aura by name. The rest are just functions that iterate over the currently active auras until they either find it or don't....
Forum: Lua/XML Help 06-19-18, 04:01 AM
Replies: 3
Views: 2,974
Posted By Cogwerkz
What's new in this expansion (or at least in the...

What's new in this expansion (or at least in the BfA beta where I do my testing) is that addon loading will actually bug out on missing files, something it never did before.

Something else I have...
Forum: Lua/XML Help 06-19-18, 03:57 AM
Replies: 7
Views: 3,696
Posted By Cogwerkz
The reason it causes taint is that the spellbook...

The reason it causes taint is that the spellbook contains secure actionbuttons. You can mouse-click spells in the spellbook directly in combat. It's basically just like an actionbar.

How secure...
Forum: PTR General Discussion 06-07-18, 09:14 AM
Replies: 11
Views: 18,392
Posted By Cogwerkz
Well this is stupid simple and I didn't really...

Well this is stupid simple and I didn't really test it, but I half way copy pasted the code I'm currently using for my minimap coordinates on the BfA beta.

Didn't want to necro any threads, just...
Forum: PTR General Discussion 06-07-18, 08:49 AM
Replies: 3
Views: 5,188
Posted By Cogwerkz
It usually doesn't show up in the account listing...

It usually doesn't show up in the account listing on the account pages, or if it does it's not marked beta but rather it's one of the "PTR" entries. But take a look at the Region / Account dropdown...
Forum: PTR General Discussion 05-28-18, 09:16 AM
Replies: 4
Views: 6,648
Posted By Cogwerkz
The game has to be fully updated or that command...

The game has to be fully updated or that command will always fail. Only attempt to extract interface files when the launcher has fully finished downloading and updating files.
Forum: Lua/XML Help 05-28-18, 09:10 AM
Replies: 6
Views: 16,015
Posted By Cogwerkz
Another thing to keep in mind when disabling...

Another thing to keep in mind when disabling things using CVars, is that you have to make sure the CVar is changed after the blizzard user settings are fully loaded for your character, or it will...
Forum: oUF (Otravi Unit Frames) 05-28-18, 03:43 AM
Replies: 19
Views: 7,278
Posted By Cogwerkz
As a workaround, you could always prehook...

As a workaround, you could always prehook oUF.DisableBlizzard, and only call it for the units you wish disabled. Then you don't have to directly change anything in the oUF code. Been doing this in...
Showing results 1 to 12 of 12