Showing results 1 to 25 of 61
Search took 0.00 seconds.
Search: Posts Made By: runamonk
Forum: Lua/XML Help 01-02-21, 04:41 AM
Replies: 8
Views: 5,955
Posted By runamonk
Yep, if down to 1080p the issue goes away.

Yep, if down to 1080p the issue goes away.
Forum: Lua/XML Help 01-02-21, 04:27 AM
Replies: 8
Views: 5,955
Posted By runamonk
I have the same issue with my bag addon. I spent...

I have the same issue with my bag addon. I spent a lot of time trying to figure out how to resolve it and eventually gave up. Notice the grid between icons sometimes has 2 pixels rather than a single...
Forum: Lua/XML Help 12-14-20, 09:40 AM
Replies: 19
Views: 19,265
Posted By runamonk
I have the same issue. I draw lots of boxes...

I have the same issue. I draw lots of boxes (bags/items in the bags) and even with changing the scaling I could never get it draw everything perfect. Super annoying.
Forum: Lua/XML Help 12-14-20, 03:52 AM
Replies: 19
Views: 19,265
Posted By runamonk
The code you tested is correct; I'm guessing...

The code you tested is correct; I'm guessing you've run into what I've run into and sometimes it's a pixel bigger or smaller than it should be in some places while in others it's perfect?
Forum: AddOn Search/Requests 11-22-20, 10:36 AM
Replies: 3
Views: 3,385
Posted By runamonk
PBuffs...

PBuffs (https://www.wowinterface.com/downloads/info25794-PBuffs.html)
Forum: PTR API and Graphics Changes 10-22-18, 07:42 AM
Replies: 13
Views: 12,475
Posted By runamonk
Yeah that method is from a durability addon I...

Yeah that method is from a durability addon I wrote so I can see all my gear I'm wearing. It tracks the items, durability and item levels blah blah blah hehe.. I use a similar but different routine...
Forum: PTR API and Graphics Changes 10-22-18, 04:09 AM
Replies: 13
Views: 12,475
Posted By runamonk
You can parse the item level out of the tooltip,...

You can parse the item level out of the tooltip, that is accurate. That's what we're all doing at this point.


function mnkDurability.GetItemLevel(slotID)
local tip = CreateFrame("GameTooltip",...
Forum: oUF (Otravi Unit Frames) 09-12-18, 04:01 AM
Replies: 4
Views: 7,073
Posted By runamonk
NM my issue I am dumb and had SetPoint() used...

NM my issue I am dumb and had SetPoint() used incorrectly.
Forum: Class Discussions 09-12-18, 01:20 AM
Replies: 4
Views: 11,985
Posted By runamonk
I drag them down onto my bars..

I drag them down onto my bars..
Forum: oUF (Otravi Unit Frames) 09-08-18, 12:34 PM
Replies: 0
Views: 5,272
Posted By runamonk
Friendly nameplates

I have an idea in my head where I want to see friendly nameplates but only for guildies.

Any thoughts how to accomplish this (I'm using oUF for nameplates as well and it's been great).

NM. This is...
Forum: PTR API and Graphics Changes 09-05-18, 05:12 AM
Replies: 13
Views: 12,475
Posted By runamonk
Yep..Scaled levels are still wacked out.

Yep..Scaled levels are still wacked out.
Forum: PTR API and Graphics Changes 09-04-18, 08:44 AM
Replies: 13
Views: 12,475
Posted By runamonk
and surprising to say the least. I haven't tested...

and surprising to say the least. I haven't tested scaling down yet. So that could still be borked.
Forum: PTR API and Graphics Changes 09-04-18, 12:44 AM
Replies: 13
Views: 12,475
Posted By runamonk
I think they might have fixed...

I think they might have fixed GetDetailedItemLevelInfo(). It appears to be returning the correct level information now.
Forum: oUF (Otravi Unit Frames) 08-21-18, 02:38 AM
Replies: 3
Views: 6,072
Posted By runamonk
That's how most people do it as well. I just like...

That's how most people do it as well. I just like my party seperate, but all together works just fine. :)
Forum: oUF (Otravi Unit Frames) 08-20-18, 07:56 AM
Replies: 3
Views: 6,072
Posted By runamonk
This should get you started. :) Added party just...

This should get you started. :) Added party just in case you want/need that as well.


self:SpawnHeader('party', nil, 'solo,party',
'showParty', true,
'showPlayer', false,
...
Forum: RealUI 08-16-18, 06:53 AM
Replies: 3
Views: 2,298
Posted By runamonk
What Ammako said. I've found the same issue in a...

What Ammako said. I've found the same issue in a couple of the addons I wrote. I ended up having to write a routine that parses the tooltip for the item and pulls the item level from there. I think...
Forum: Lua/XML Help 07-31-18, 04:11 AM
Replies: 13
Views: 13,952
Posted By runamonk
^=== this is a much more elegant and friendly way...

^=== this is a much more elegant and friendly way to do it. :)
Forum: Lua/XML Help 07-30-18, 10:45 AM
Replies: 13
Views: 13,952
Posted By runamonk
This is a terrible way to do it but it'll work...

This is a terrible way to do it but it'll work for now hehe.
Forum: Lua/XML Help 07-30-18, 09:16 AM
Replies: 13
Views: 13,952
Posted By runamonk
Checking...this looks simple enough. Paste this...

Checking...this looks simple enough.

Paste this code over the top of the code in the HideBuffs.lua


UIParent:SetScript("OnUpdate", function()
if TargetFrame:IsShown() then
for i=1,...
Forum: Lua/XML Help 07-30-18, 08:09 AM
Replies: 13
Views: 13,952
Posted By runamonk
HideBuffs...

HideBuffs (http://www.wowinterface.com/downloads/info13456-HideBuffs.html)

It's discontinued but it works just fine. I just tested it out.
Forum: oUF (Otravi Unit Frames) 07-26-18, 01:09 AM
Replies: 7
Views: 5,290
Posted By runamonk
Fixed. It was just a simple issue with the...

Fixed. It was just a simple issue with the declaration of UnitAura().
Forum: oUF (Otravi Unit Frames) 07-25-18, 01:39 PM
Replies: 7
Views: 5,290
Posted By runamonk
I'll take a peek tomorrow and see if I can repro...

I'll take a peek tomorrow and see if I can repro and fix it. It should be simple enough.
Forum: oUF (Otravi Unit Frames) 07-25-18, 02:35 AM
Replies: 7
Views: 5,290
Posted By runamonk
Here it is...

Here it is (http://www.wowinterface.com/downloads/info24736-oUF_AlekkFanUpdate.html)
Forum: AddOn Help/Support 07-24-18, 02:05 PM
Replies: 3
Views: 1,742
Posted By runamonk
I updated the thread in the oUF forum. That...

I updated the thread in the oUF forum. That should at least partially work, no guarantees that it will work for all situations. hehe.
Forum: oUF (Otravi Unit Frames) 07-24-18, 01:14 PM
Replies: 7
Views: 5,290
Posted By runamonk
Try this one. <snip>

Try this one.

<snip>
Showing results 1 to 25 of 61