Showing results 1 to 25 of 54
Search took 0.00 seconds.
Search: Posts Made By: maltese
Forum: oUF (Otravi Unit Frames) 10-22-11, 08:06 AM
Replies: 4
Views: 4,530
Posted By maltese
Interesting, so it looks like this layout is...

Interesting, so it looks like this layout is using 1.6 instead of 1.5. I was in the process of trying to merge his Cluster healing indicator into the layout I'm using and was trying to test it. At...
Forum: oUF (Otravi Unit Frames) 10-22-11, 07:39 AM
Replies: 4
Views: 4,530
Posted By maltese
Changes in oUF causing lua errors?

What changed from oUF 1.5.13-116 to the released versions that would be causing this lua error?


Message: Interface\AddOns\draeRaidFrames\core.lua:22: attempt to index field 'Events' (a nil...
Forum: oUF (Otravi Unit Frames) 10-20-11, 08:32 AM
Replies: 8
Views: 7,895
Posted By maltese
There was an oUF raid frame layout released today...

There was an oUF raid frame layout released today that has this very feature implemented within the layout.

http://www.wowinterface.com/downloads/info20431-draeRaidFrames.html#info

I'm in the...
Forum: oUF (Otravi Unit Frames) 10-12-11, 09:17 AM
Replies: 4
Views: 5,389
Posted By maltese
Indeed I do find it hard to find room in my UI's...

Indeed I do find it hard to find room in my UI's sometime for raid pets, but our hunters complain at least once a raid night about the stupid damage that kills their pets in firelands. Stuff like...
Forum: oUF (Otravi Unit Frames) 10-12-11, 08:16 AM
Replies: 4
Views: 5,389
Posted By maltese
Raid Pets in oUF

I'm not sure if this has been asked, but I don't recall ever seeing an oUF layout that had raid pets displayed. Is this a limitation of oUF or is it just something no one ever adds to their layouts?
Forum: oUF (Otravi Unit Frames) 10-12-11, 08:14 AM
Replies: 2
Views: 4,089
Posted By maltese
wow... what a silly error indeed. Thanks for the...

wow... what a silly error indeed. Thanks for the help.

As an update, once I fixed that (as well as removed some unnecessary code), I was having an issue with the debuffs being shown with the buffs...
Forum: oUF (Otravi Unit Frames) 10-11-11, 04:57 PM
Replies: 2
Views: 4,089
Posted By maltese
Help with displaying boss debuffs on raid frames

I'm trying to get certain debuffs to appear on my raid frames and I'm having some trouble figuring out how to filter them.

Layout code

if self.raid then
if whitelist.RaidDebuffs then
-- raid...
Forum: Lua/XML Help 07-24-11, 10:16 AM
Replies: 0
Views: 3,044
Posted By maltese
Changing the color of the cooldown spiral on icons.

I'm looking to change the color of the cooldown/duration spiral on buffs based on the duration remaining. Ideally I'd like to be able get my characters buffed haste rating and define the the time to...
Forum: Lua/XML Help 03-28-11, 08:30 AM
Replies: 4
Views: 4,624
Posted By maltese
thank you so much! I'll check that out and see if...

thank you so much! I'll check that out and see if I can just change the scale through that addon. I don't necessarily want to get rid of it, just make it a LOT smaller :D
Forum: Lua/XML Help 03-27-11, 09:04 PM
Replies: 4
Views: 4,624
Posted By maltese
I actually solved the chat bubble issue by using...

I actually solved the chat bubble issue by using a pretty nice chat bubble skinning mod. I still have the "blizzard combat text" notifications that something is targeting me, changed target or I'm...
Forum: Lua/XML Help 03-27-11, 05:22 PM
Replies: 4
Views: 4,624
Posted By maltese
Changing scale on default blizzard "Changed Target"

I recently built a new computer and I am running a triple monitor setup. My screens resolution is 6000*1080 due to using bezel correction. This has resulted in the standard blizzard chat bubbles and...
Forum: Lua/XML Help 12-03-10, 06:30 AM
Replies: 4
Views: 4,032
Posted By maltese
That unfortunately does not work. With or without...

That unfortunately does not work. With or without the alchemy window open.

I did however find a way to do it, but it requires knowing the index of the tradeskill you are trying to cast by using...
Forum: Lua/XML Help 12-02-10, 10:29 PM
Replies: 4
Views: 4,032
Posted By maltese
Using SetAttribute to bind tradeskill to button

Is it possible to bind a tradeskill to a button using SetAttribute?

I've tried everything I know (which isn't much) to bind a tradeskill to a button in an addon. I can get any spell to work, but...
Forum: Lua/XML Help 11-30-10, 06:34 PM
Replies: 23
Views: 18,338
Posted By maltese
So I just spent several minutes jumping into a...

So I just spent several minutes jumping into a vehicle and out of a vehicle. 5 taint reports on load. Getting into combat before getting into a vehicle, getting into combat while in a vehicle,...
Forum: Lua/XML Help 11-30-10, 05:45 PM
Replies: 23
Views: 18,338
Posted By maltese
I've just logged on and tested the actual vehicle...

I've just logged on and tested the actual vehicle bar. The buttons are functional as I have them implemented. I'm going to work on getting the leave button functional now and check on the taint issue.
Forum: Lua/XML Help 11-30-10, 10:50 AM
Replies: 23
Views: 18,338
Posted By maltese
I'm actually in the process of modifying the code...

I'm actually in the process of modifying the code right now to use secure code. Not sure if it will actually work or not, but it doesn't look that bad. When the servers come back up I'll test and...
Forum: Lua/XML Help 11-30-10, 07:52 AM
Replies: 23
Views: 18,338
Posted By maltese
Aye, what you posted did infact hide the borders...

Aye, what you posted did infact hide the borders on entering a vehicle but the issue arises when you actually use the ability. The border for that ability pops back instantly. I'm looking at the code...
Forum: Lua/XML Help 11-29-10, 05:35 AM
Replies: 23
Views: 18,338
Posted By maltese
I actually did try doing that, but it didn't work...

I actually did try doing that, but it didn't work either. It threw lots of errors. Seeing how I struggled for a couple days with this very issue on trying to find a way to hide the blizzard bars...
Forum: Lua/XML Help 11-28-10, 08:25 PM
Replies: 23
Views: 18,338
Posted By maltese
I'll see about adding that leave vehicle button...

I'll see about adding that leave vehicle button in. Couple people in my guild like it as well but all said "where's the leave button" :D

EDIT: Just a heads up, both of the above code segments hide...
Forum: Lua/XML Help 11-28-10, 05:44 PM
Replies: 23
Views: 18,338
Posted By maltese
Yep, thats working... sortof. They are initially...

Yep, thats working... sortof. They are initially hidden, but on use the border is coming back :( I tried unregistering the borders from events with:

local buttonborder, buttontexture
for i = 1,...
Forum: Lua/XML Help 11-28-10, 05:09 PM
Replies: 23
Views: 18,338
Posted By maltese
I guess all those people didn't try the whole...

I guess all those people didn't try the whole right click on yourself and choose the leave option? Silly people :D
I have leave vehicle keybound anyway.

Sadly no period doesn't work either. I've...
Forum: Lua/XML Help 11-28-10, 04:55 PM
Replies: 23
Views: 18,338
Posted By maltese
Only sissys need the leave button :p trying that...

Only sissys need the leave button :p

trying that gives this error:
attempt to index field 'Border' (a nil value)
Forum: Lua/XML Help 11-28-10, 04:23 PM
Replies: 23
Views: 18,338
Posted By maltese
Hiding Actionbutton borders?

I'm almost finished with a little addon to add a custom vehicle bar wherever you'd like it anchored and I've got a small graphical issue I'd like gone. I'm sure this is an easy fix but I'd really...
Forum: oUF (Otravi Unit Frames) 11-20-10, 06:33 AM
Replies: 20
Views: 11,717
Posted By maltese
Aye, now that the game client has been patched to...

Aye, now that the game client has been patched to 4.0.3 the code you posted works perfectly! Thanks
Forum: AddOn Help/Support 11-05-10, 09:12 PM
Replies: 22
Views: 14,434
Posted By maltese
The issue is wow is a 32 bit application, so even...

The issue is wow is a 32 bit application, so even if your computer had 24GB of ram, wow is still only going to use 2GB. Even then I don't think its an issue most people are going to run into unless...
Showing results 1 to 25 of 54