Thread Tools Display Modes
03-25-12, 02:45 AM   #1
Xark
A Deviate Faerie Dragon
Join Date: Oct 2006
Posts: 14
druid manabar

hey all

i would love to know how the thing with the druidmanabar works...

i am using ouf_hank as main-layout

first question, should i use the external addon or the build in of ouf?

second question, how to enable it within ouf_hank


thnx Xark
  Reply With Quote
03-25-12, 09:51 AM   #2
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Originally Posted by Xark View Post
first question, should i use the external addon or the build in of ouf?
The plugin was written before oUF supported a druid mana bar. Now that oUF does support it, you should just use the core element, not the plugin. I don't think the plugin is maintained/supported anymore.

Originally Posted by Xark View Post
second question, how to enable it within ouf_hank
You would need to add code to the layout that created a druid mana element. You would probably also want to add code to customize how the mana bar looks and acts so that it fits in with the layout. I'd suggest looking at how the layout currently handles a regular mana element, and try duplicating that, changing the name and position, and then tweaking anything you don't like.
  Reply With Quote
03-26-12, 04:44 AM   #3
Xark
A Deviate Faerie Dragon
Join Date: Oct 2006
Posts: 14
Originally Posted by Phanx View Post
You would need to add code to the layout that created a druid mana element. You would probably also want to add code to customize how the mana bar looks and acts so that it fits in with the layout. I'd suggest looking at how the layout currently handles a regular mana element, and try duplicating that, changing the name and position, and then tweaking anything you don't like.
gnaaaah, why lua needs u to study this ****??? tried to find something with mana in all files but didnt get anything... guess i have to life with it or switch bag to suf :x
  Reply With Quote
03-26-12, 05:28 AM   #4
lerb
A Frostmaul Preserver
 
lerb's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2008
Posts: 264
Originally Posted by Xark View Post
gnaaaah, why lua needs u to study this ****??? tried to find something with mana in all files but didnt get anything... guess i have to life with it or switch bag to suf :x
To use oUF and mod it to fit your own needs, it is quite important that you are willing to dive into the LUA, it's just the way it's build up.

If you don't like that, then there's the option to download an already complete layout that has got the feautures that you need. I looked quick and found a layout that had druid mana bar, oUF_Jir.
  Reply With Quote
03-26-12, 05:37 AM   #5
Xark
A Deviate Faerie Dragon
Join Date: Oct 2006
Posts: 14
Originally Posted by lerb View Post
I looked quick and found a layout that had druid mana bar, oUF_Jir.
i found many layouts using this, but u will agree, that one like me, who has no clue about lua is even not able to copy / paste such a little thing like the drood manabar, cause it just wont work :x

sure ouf is all about lua and this and its ok... but imo its just to complex if you cant even change or add such little things to existing layouts... maybe i am the only one
  Reply With Quote
03-26-12, 11:44 AM   #6
Torhal
A Pyroguard Emberseer
 
Torhal's Avatar
AddOn Author - Click to view addons
Join Date: Aug 2008
Posts: 1,196
That's the whole point of oUF - you have total control over your Unit Frames via Lua programming. If you aren't a programmer, then you should either use a layout that was made by someone who is or use a UF AddOn which has built-in configuration.
__________________
Whenever someone says "pls" because it's shorter than "please", I say "no" because it's shorter than "yes".

Author of NPCScan and many other AddOns.
  Reply With Quote
03-26-12, 11:59 AM   #7
Xark
A Deviate Faerie Dragon
Join Date: Oct 2006
Posts: 14
your all are right, but i am sooo much in love with ouf_hank...

what ever...

maybe one of you guys who knows lua programming willed to tweak a few things for me when i "donate" the one a few or a few more € via paypal?

would be lovely

Last edited by Xark : 03-26-12 at 04:23 PM.
  Reply With Quote
03-27-12, 08:12 AM   #8
Xark
A Deviate Faerie Dragon
Join Date: Oct 2006
Posts: 14
realy? nobody??? come on, if one of you is in the lua thing it will take a few minutes i gues... for the prize, we can talk about everything
  Reply With Quote
03-27-12, 04:40 PM   #9
Phanx
Cat.
 
Phanx's Avatar
AddOn Author - Click to view addons
Join Date: Mar 2006
Posts: 5,617
Offering money will usually not change anyone's mind, and will often have the opposite result. The low amount you're probably willing to pay for our time is not a meaningful compensation for programming work if you look at the actual market value of that skill.

We're not here looking for jobs. We're here because we enjoy writing and/or using addons, and enjoy playing WoW, and enjoy being part of the community.

Most of us are happy to help you help yourself, but don't have the time or interest to simply do things for you, especially if you come here acting like you're entitled to something.
  Reply With Quote
03-27-12, 11:15 PM   #10
Xark
A Deviate Faerie Dragon
Join Date: Oct 2006
Posts: 14
wow, i am speechless

thnx for nothing
  Reply With Quote
03-28-12, 02:41 AM   #11
yj589794
A Rage Talon Dragon Guard
AddOn Author - Click to view addons
Join Date: Mar 2009
Posts: 314
Originally Posted by Xark View Post
wow, i am speechless

thnx for nothing
You may not like the response, but it happens to be true.

oUF is a framework that allows programmers to write unit frames that do specifically what they want. no more, no less. This means that the majority of the unit frames based upon oUF can only be modified by changing the code.

If you want to start learning lua and need help modifying an existing unit frame to do what you want, then this community can be very helpful (especially if you post enough details of what you want to achieve, what you have tried so far and any errors you are encountering).

If you expect someone else to do all the grunt work for you, then the response will not be too receptive.
  Reply With Quote
03-28-12, 04:37 AM   #12
zork
A Pyroguard Emberseer
 
zork's Avatar
AddOn Author - Click to view addons
Join Date: Jul 2008
Posts: 1,740
Word. Phanx is correct.

It's actually not that hard. Just dig into it.
__________________
| Simple is beautiful.
| WoWI AddOns | GitHub | Zork (WoW)

"I wonder what the non-pathetic people are doing tonight?" - Rajesh Koothrappali (The Big Bang Theory)
  Reply With Quote
04-01-12, 01:30 AM   #13
Monolit
A Black Drake
AddOn Author - Click to view addons
Join Date: Jan 2006
Posts: 81
Originally Posted by Phanx View Post
Offering money will usually not change anyone's mind, and will often have the opposite result. The low amount you're probably willing to pay for our time is not a meaningful compensation for programming work if you look at the actual market value of that skill.

We're not here looking for jobs. We're here because we enjoy writing and/or using addons, and enjoy playing WoW, and enjoy being part of the community.

Most of us are happy to help you help yourself, but don't have the time or interest to simply do things for you, especially if you come here acting like you're entitled to something.
actually that reminded me of 1 video I saw not so long ago:
http://www.snotr.com/video/4654
check it out
  Reply With Quote
04-03-12, 04:48 AM   #14
Rainrider
A Firelord
AddOn Author - Click to view addons
Join Date: Nov 2008
Posts: 454
There is one more thing to it other than autonomy, mastery and purpose - and that's communication. You ask straight questions you get straight answers. No dear sir or madam, no sincerely yours. People talk like friends to you here, they give you advice, they help you on the way and by doing this they give you something much better - you learn how to do it yourself and you learn how to communicate. And all of this for absolutely no obligations to help somebody yourself or to pay. You learn soft(ware) skills here in a friendly manner. And that's huge. Use this, but put some effort into it other than clicking on some paypal buttons.
  Reply With Quote

WoWInterface » Featured Projects » oUF (Otravi Unit Frames) » druid manabar


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off