Showing results 1 to 22 of 22
Search took 0.00 seconds.
Search: Posts Made By: Morsker
Forum: General Authoring Discussion 09-09-12, 04:02 AM
Replies: 3
Views: 5,404
Posted By Morsker
Thanks. I was afraid to spend time on DrDamage...

Thanks. I was afraid to spend time on DrDamage because it's pre-5.0, but LibStatLogic was updated just yesterday! I'll take a look at that now.
Forum: General Authoring Discussion 09-08-12, 02:22 PM
Replies: 3
Views: 5,404
Posted By Morsker
Spell Coefficient Data - How do I get it?

The client seems very smart about spell tooltips now, adjusting them for spellpower and haste.

Is there any way I can get at these coefficients and do it myself? Or any resource that has it...
Forum: MoP Beta archived threads 09-01-12, 06:30 AM
Replies: 6
Views: 11,090
Posted By Morsker
A significant difference on WoWInterface is the...

A significant difference on WoWInterface is the "Allow Updates & AddOns" option, which is on by default here, and which we agree WoWInterface can turn on if the addon is abandoned.
Forum: MoP Beta archived threads 08-30-12, 06:44 AM
Replies: 19
Views: 24,057
Posted By Morsker
The pre-hooking UIErrorsFrame_OnEvent is...

The pre-hooking UIErrorsFrame_OnEvent is suspicious. The right implementation is to replace UIErrorsFrame's OnEvent handler, not to prehook the function. There's a little mod called pError...
Forum: oUF (Otravi Unit Frames) 08-29-12, 02:18 AM
Replies: 7
Views: 6,818
Posted By Morsker
edit: Use DirectX 11. The bug is with Blizzard's...

edit: Use DirectX 11. The bug is with Blizzard's DirectX 9 support.

I'm leaving the rest of my post below though because I found some really weird things.

--------------------

It happens in X-Perl...
Forum: General Authoring Discussion 08-02-12, 10:50 AM
Replies: 4
Views: 5,550
Posted By Morsker
That looks like what I'm getting when I set the...

That looks like what I'm getting when I set the texture, but it's not that texture I ask for.

But now I think oUF is changing the texture after I set it, for some reason. So the problem isn't with...
Forum: General Authoring Discussion 08-02-12, 10:03 AM
Replies: 4
Views: 5,550
Posted By Morsker
Updated source of Blizzard art?

n/m, this was a problem with oUF changing the texture. The artwork on wowprogramming / etc is accurate.
Forum: oUF (Otravi Unit Frames) 08-01-12, 11:13 AM
Replies: 3
Views: 4,236
Posted By Morsker
edit: Hearthstone / Mount works on some...

edit: Hearthstone / Mount works on some characters but not others, and it's not addon-related as far as I can tell. Even just doing /dump select(9,UnitCastingInfo("target")) will return true for...
Forum: oUF (Otravi Unit Frames) 08-01-12, 09:58 AM
Replies: 3
Views: 4,236
Posted By Morsker
It doesn't work for me, but that could easily be...

It doesn't work for me, but that could easily be my own problem.

Which mod are you using for the display? I'll try it and see how it works.

edit: Someone found me http://www.wowhead.com/npc=43341...
Forum: oUF (Otravi Unit Frames) 08-01-12, 09:41 AM
Replies: 3
Views: 4,236
Posted By Morsker
Testing Castbar.Shield

Are there any convenient mobs that cast no-interrupt spells that can be used to test this? (I asked on the WoW forums too, but I think people here are more likely to understand the question.)

All I...
Forum: Dev Tools 04-29-11, 12:36 PM
Replies: 44
Views: 90,156
Posted By Morsker
I'm using Notepad++, and can't get...

I'm using Notepad++, and can't get user-controlled comment folding to work. It's supposed to be part of the GmodLua this is based off of.

At least this wiki page...
Forum: General Authoring Discussion 03-17-11, 07:44 AM
Replies: 15
Views: 8,562
Posted By Morsker
The macro storage is for real game crashes where...

The macro storage is for real game crashes where savedvars won't be written. It's not quite the same issue as initializing in combat, and the macros actually can't be updated in combat, but it could...
Forum: General Authoring Discussion 03-16-11, 03:42 AM
Replies: 7
Views: 6,603
Posted By Morsker
I have my own personal mod similar to the OP's,...

I have my own personal mod similar to the OP's, and it uses the same implementation you recommend here, but it still behaves oddly at times just like the OP says. It's been a while since I kept track...
Forum: Tutorials & Other Helpful Info. 03-05-11, 04:48 PM
Replies: 8
Views: 25,483
Posted By Morsker
When trying to make mods compatible between 4.0.6...

When trying to make mods compatible between 4.0.6 and 4.1 I noticed that GetBuildInfo() is still returning 40000 as its 4th value on the PTR, even though the 1st value is "4.1.0". I resorted to this...
Forum: Cataclysm Beta 09-06-10, 08:43 AM
Replies: 35
Views: 16,561
Posted By Morsker
It really depends how extensive the sorting and...

It really depends how extensive the sorting and filtering options in the secure handler are. Filtering sounds like a security nightmare though. There has to be some basic filtering to make the buff...
Forum: Cataclysm Beta 09-06-10, 05:16 AM
Replies: 35
Views: 16,561
Posted By Morsker
CancelUnitBuff is protected in Cata. This is...

CancelUnitBuff is protected in Cata. This is probably because of trickery where people considered auto-canceling stam buffs on Lich King to dispose of Infest.

I don't know what the new alternative...
Forum: Cataclysm Beta 09-06-10, 04:53 AM
Replies: 35
Views: 16,561
Posted By Morsker
You can still use varargs. What they removed...

You can still use varargs. What they removed where global vars called this, arg1, arg2, etc., that were set internally before an event was fired.
Forum: Cataclysm Beta 09-06-10, 04:41 AM
Replies: 4
Views: 5,089
Posted By Morsker
I'm curious what the best method for extracting...

I'm curious what the best method for extracting this is. I tried renaming my beta folder to World of Warcraft and running Blizzard's extractor tool, but it gave me outdated versions. I'm sure they...
Forum: Cataclysm Beta 07-16-10, 09:31 PM
Replies: 101
Views: 40,861
Posted By Morsker
ActionBarSaver. The mobs in Deepholm have piles...

ActionBarSaver. The mobs in Deepholm have piles of hp, and I kept respeccing trying to find a better soloing build; redoing keybinds is a real chore without this mod.

I also miss Quartz just because...
Forum: News 07-10-10, 07:21 PM
Replies: 11
Views: 52,824
Posted By Morsker
I expect they want the mastery-related UI changes...

I expect they want the mastery-related UI changes thoroughly tested before they let people use addons again. And that does seem to be at least a month off, probably more.

It would be insane never to...
Forum: Chit-Chat 06-20-07, 09:43 AM
Replies: 5
Views: 2,975
Posted By Morsker
SetLootThreshold nerfed

SetLootThreshold no longer accepts arguments of 0 or 1.
Forum: Released AddOns 06-01-07, 10:25 AM
Replies: 35
Views: 23,921
Posted By Morsker
Thank you so much for working on this again. This...

Thank you so much for working on this again. This is my favorite addon. It does wonders to help cut down on the anonymity of the Internet... I don't necessarily use it as a "Never group with this...
Showing results 1 to 22 of 22