Showing results 1 to 22 of 22
Search took 0.00 seconds.
Search: Posts Made By: neolith
Forum: News 06-04-11, 02:12 AM
Replies: 25
Views: 45,811
Posted By neolith
Aweseome - thanks Cairenn! :)

Aweseome - thanks Cairenn! :)
Forum: News 03-19-11, 09:21 AM
Replies: 7
Views: 14,788
Posted By neolith
They are working on it, but nothing is set in...

They are working on it, but nothing is set in stone yet.
Source: http://massively.joystiq.com/2011/03/15/pax-east-2011-massively-interviews-rifts-scott-hartsman-p2/
Forum: oUF (Otravi Unit Frames) 06-01-09, 03:34 PM
Replies: 1,215
Views: 384,947
Posted By neolith
Put this into your unitframes: local partyToggle...

Put this into your unitframes:
local partyToggle =...
Forum: oUF (Otravi Unit Frames) 05-10-09, 11:51 AM
Replies: 1,215
Views: 384,947
Posted By neolith
Line 463: if (unit == "target" or unit == "pet"...

Line 463:
if (unit == "target" or unit == "pet" or unit == "targettarget" or self:GetParent():GetName():match'oUF_Party') then

If you change that to
if (self:GetParent():GetName():match'oUF_Party')...
Forum: oUF (Otravi Unit Frames) 05-10-09, 10:22 AM
Replies: 1,215
Views: 384,947
Posted By neolith
I'm not sure I fully understand your problem, but...

I'm not sure I fully understand your problem, but this
self.Info:SetPoint("LEFT", self.Health)
anchors self.Info to self.Health. Change it to whatever you want to stick it to.
Forum: oUF (Otravi Unit Frames) 04-28-09, 03:34 PM
Replies: 1,215
Views: 384,947
Posted By neolith
Unless the author created any menu or...

Unless the author created any menu or slashcommands to change the settings on the fly you will have to edit the .lua manually.
Forum: oUF (Otravi Unit Frames) 04-25-09, 10:53 AM
Replies: 1,215
Views: 384,947
Posted By neolith
I'm having a few problems with my oUF layout: 1....

I'm having a few problems with my oUF layout:

1. self.Highlight does display my texture, but it is drawn beneath the healthbar and thus rendeing itself pretty useless as it is not visible. I tried...
Forum: oUF (Otravi Unit Frames) 04-05-09, 03:45 PM
Replies: 1,215
Views: 384,947
Posted By neolith
Using...

Using (self:GetParent():GetName():match"oUF_Raid") adjusts the layout on all members of my raidgroup. I haven't found a way to display a manabar for only those that have mana yet.
Forum: oUF (Otravi Unit Frames) 04-05-09, 05:58 AM
Replies: 1,215
Views: 384,947
Posted By neolith
That at least removes the errors. Thanks a bunch!...

That at least removes the errors. Thanks a bunch! :)

Unfortunately once I do a check for (unit), nothing on the frames gets actually changed. That only happens if I do a check for (not unit).

I'm...
Forum: oUF (Otravi Unit Frames) 04-04-09, 02:11 PM
Replies: 1,215
Views: 384,947
Posted By neolith
I'm trying to get my raidframes to show a manabar...

I'm trying to get my raidframes to show a manabar if the char of that certain frame actually has mana.

This is my code:
local _, powertype = UnitPowerType(unit)
if powertype == "MANA"...
Forum: AddOn Help/Support 09-08-06, 05:08 AM
Replies: 2
Views: 2,969
Posted By neolith
Thanks for the link! I've been looking for a new...

Thanks for the link! I've been looking for a new version for ages! :)
Forum: Released AddOns 08-15-06, 03:39 AM
Replies: 0
Views: 2,671
Posted By neolith
oRA_EasyPTs

http://www.wowinterface.com/downloads/info5244-oRA_EasyPTs.html

oRA_EasyPTs is a FuBar plugin that only shows up if you are using oRA_MainTankFrames . It allows you to quickly set your PTs by...
Forum: General Authoring Discussion 08-15-06, 01:34 AM
Replies: 6
Views: 4,451
Posted By neolith
I think you have to make use of UnitRace("unit")...

I think you have to make use of UnitRace("unit") (http://www.wowwiki.com/API_UnitRace) and check for raceEN.
Forum: AddOn Search/Requests 08-08-06, 12:03 AM
Replies: 21
Views: 9,451
Posted By neolith
It's not a FuBar plugin, but maybe RogueCounts...

It's not a FuBar plugin, but maybe RogueCounts does what you want:
http://www.wowace.com/forums/index.php/topic,1784.0.html
Forum: Released AddOns 08-06-06, 11:59 AM
Replies: 0
Views: 2,906
Posted By neolith
FuBar - LockFu

http://www.wowinterface.com/downloads/info5220-FuBar_-_LockFu.html

LockFu allows you to toggle the lock on the Chat and the Blizzard bars by just clicking the icon.


edit: I almost forgot - if you...
Forum: AddOn Help/Support 08-01-06, 05:41 AM
Replies: 6
Views: 3,816
Posted By neolith
That clearly is MG2. It just has custom visuals.

That clearly is MG2. It just has custom visuals.
Forum: AddOn Search/Requests 07-07-06, 07:26 AM
Replies: 551
Views: 264,739
Posted By neolith
Hmmm... would it be possible to create an addon...

Hmmm... would it be possible to create an addon that helps me clean up my minimap buttons?

My minimap is covered by far to many buttons because every coder and their dog give their addons minimap...
Forum: Released AddOns 05-12-06, 11:18 AM
Replies: 28
Views: 13,484
Posted By neolith
Err... CTRA can do that. Just move your pointer...

Err... CTRA can do that. Just move your pointer over the displayed buff.
Forum: Released AddOns 04-24-06, 12:41 PM
Replies: 28
Views: 13,484
Posted By neolith
Thanks a lot for your answer, I'll try to dig...

Thanks a lot for your answer, I'll try to dig into the .xml file and change it. :)
Forum: Released AddOns 04-22-06, 02:03 AM
Replies: 28
Views: 13,484
Posted By neolith
This is an awesome mod, thanks a lot for it! No...

This is an awesome mod, thanks a lot for it! No more excuses for my guildmates to leave all the buffing for me because they 'forgot'... :)

The only thing that bugs me is the font used for onscreen...
Forum: AddOn Search/Requests 04-22-06, 01:46 AM
Replies: 551
Views: 264,739
Posted By neolith
I second that - something like Titan Panel...

I second that - something like Titan Panel [JBRoll] (http://www.curse-gaming.com/mod.php?addid=1689) is the only thing I really miss.
Forum: AddOn Search/Requests 04-21-06, 04:43 AM
Replies: 0
Views: 2,875
Posted By neolith
Titan JBRoll -> FuBar

I've never really missed anything since switching to FuBar except for one PlugIn: Titan JBRoll (http://ui.worldofwar.net/ui.php?id=1091)
Basically it just writes down all the last rolls for you and...
Showing results 1 to 22 of 22