Showing results 1 to 25 of 79
Search took 0.00 seconds.
Search: Posts Made By: hipjipp
Forum: Lua/XML Help 05-24-10, 06:53 AM
Replies: 16
Views: 12,413
Posted By hipjipp
if i got you right you're trying to add a...

if i got you right you're trying to add a gradient to a texture? if so, why not create the texture like you have, then create a separate gradient texture like Ailae did and place it over the texture?...
Forum: Wish List 05-24-10, 06:49 AM
Replies: 3
Views: 14,490
Posted By hipjipp
I'm just guessing, but couldn't you just fetch...

I'm just guessing, but couldn't you just fetch the spell and get the duration from there? sure, it might be a way around, but doesn't it work?
Forum: AddOn Help/Support 02-28-09, 02:53 PM
Replies: 6
Views: 4,408
Posted By hipjipp
It doesn't take any setup at all if you want it...

It doesn't take any setup at all if you want it like the screenshots.. It does however if you wish to alter it.. =/ :P
Forum: AddOn Help/Support 02-28-09, 09:33 AM
Replies: 6
Views: 4,408
Posted By hipjipp
are you looking for this...

are you looking for this (http://www.wowinterface.com/downloads/info8964-MafariunsElementsMover.html)? =)
Forum: AddOn Help/Support 01-17-09, 06:31 AM
Replies: 5
Views: 4,474
Posted By hipjipp
the "/gm" command is given by an addon. i do not...

the "/gm" command is given by an addon. i do not have such a command and i don't use any ace2/ace3/rock addons. this works for toggling the help-screen aswell: /script HelpMicroButton:Click();
Forum: Chit-Chat 01-02-09, 09:01 AM
Replies: 7
Views: 4,225
Posted By hipjipp
Nice. Any addon or is it standalone outside the...

Nice. Any addon or is it standalone outside the interface folder?
Does it break on Full-screen <-> Windowed?
Forum: oUF (Otravi Unit Frames) 01-02-09, 09:00 AM
Replies: 1,215
Views: 382,796
Posted By hipjipp
You simply don't. It doesn't need any support. It...

You simply don't. It doesn't need any support. It finds the frames and adds itself to them. No extra code needed.
Forum: Chit-Chat 12-31-08, 05:53 PM
Replies: 25
Views: 9,520
Posted By hipjipp
Happy new year! It's 00:53 here. =)

Happy new year! It's 00:53 here. =)
Forum: Tech Chat 12-29-08, 02:41 PM
Replies: 671
Views: 393,006
Posted By hipjipp
Mine...

Mine =)

Default
http://s5.tinypic.com/2j3fibb.jpg

Spaces
http://i43.tinypic.com/2n855xh.png

WoW in window-mode =)
http://i44.tinypic.com/szex6d.png
Forum: AddOn Help/Support 12-18-08, 09:13 AM
Replies: 8
Views: 5,117
Posted By hipjipp
It's actually only illegal to change the in-game...

It's actually only illegal to change the in-game models, changing the textures like the buttons is like creating your own textures and using them. And no, you don't need to create an addon to change...
Forum: AddOn Help/Support 12-14-08, 10:56 AM
Replies: 40
Views: 16,281
Posted By hipjipp
If you want the panel static, remove this from...

If you want the panel static, remove this from the code: if not InCombatLockdown() then
self:SetHeight(_G["ChatFrame1"]:GetHeight()+4)
end and in the new()-function, add this: self:SetHeight(xx) and...
Forum: AddOn Help/Support 12-11-08, 03:54 PM
Replies: 40
Views: 16,281
Posted By hipjipp
The actionbars are self-made ones. HBar...

The actionbars are self-made ones. HBar (http://www.wowinterface.com/downloads/info10752-2.2.1.html) is hidden/shown by my other addon HBarHide...
Forum: AddOn Help/Support 12-11-08, 12:54 PM
Replies: 40
Views: 16,281
Posted By hipjipp
Thanks for that, sorry for sounding harsh or...

Thanks for that, sorry for sounding harsh or perhaps angry or irritated, might've just interpreted it wrong since i thought you said that KoskenAngo didn't provide as much info as the PhotekRemake....
Forum: AddOn Help/Support 12-11-08, 12:05 PM
Replies: 40
Views: 16,281
Posted By hipjipp
As honored as i am to actually be recommended to...

As honored as i am to actually be recommended to someone, i'd like to ask what information KoskenAngo doesn't show?
At a glance, the Photek remake have grid, oRA2 and a durability-checker, witch mine...
Forum: AddOn Help/Support 11-14-08, 12:54 PM
Replies: 2
Views: 3,575
Posted By hipjipp
Your code looks nice when showing the time etc,...

Your code looks nice when showing the time etc, but you never call Screenshot(), witch is needed to actually capture the screen. Just used like this;...
Forum: oUF (Otravi Unit Frames) 11-07-08, 10:29 AM
Replies: 1,215
Views: 382,796
Posted By hipjipp
*Shameless selfpromotion* As for a healer and...

*Shameless selfpromotion*
As for a healer and oUF, i'd like to point towards my oUF layout, oUF_Kosken, it shows deficit values on all frames. Just check it out anyway ;)
Forum: AddOn Search/Requests 11-05-08, 04:08 PM
Replies: 2
Views: 5,168
Posted By hipjipp
take a look at skinner...

take a look at skinner (http://wow.curse.com/downloads/wow-addons/details/skinner.aspx). It skins everything if i'm not mistaken
Forum: oUF (Otravi Unit Frames) 11-04-08, 06:04 AM
Replies: 1,215
Views: 382,796
Posted By hipjipp
Try oUF_Smooth...

Try oUF_Smooth (http://www.wowinterface.com/downloads/info11503-1.1.html), it does what you want (if i got it correctly ofc).
Forum: oUF (Otravi Unit Frames) 11-03-08, 11:15 AM
Replies: 1,215
Views: 382,796
Posted By hipjipp
Thanks! Working nicely now. Now i'm just going to...

Thanks! Working nicely now. Now i'm just going to add a border around it to make it look sleeker.. =)

Edit: I can't seem to get my self.Threat.bg to be created by self.Threat, it bums out. Attempt...
Forum: oUF (Otravi Unit Frames) 11-03-08, 11:04 AM
Replies: 1,215
Views: 382,796
Posted By hipjipp
Looked nice, but when i tried it, i got...

Looked nice, but when i tried it, i got this:<path-to-my-layout>/core.lua:229: Attempt to index field "Threat" (a nil value) witch is strange since threat should be indexed by oUF, but i'm most...
Forum: oUF (Otravi Unit Frames) 11-03-08, 10:45 AM
Replies: 1,215
Views: 382,796
Posted By hipjipp
Tried this, it returns an error in threat.lua;...

Tried this, it returns an error in threat.lua; threat.lua:26: Attempt to call method "SetVertexColor" (a nil value) This is what i've added in my code in my player-section in my style function:...
Forum: oUF (Otravi Unit Frames) 11-03-08, 02:39 AM
Replies: 1,215
Views: 382,796
Posted By hipjipp
I have a question i think not brought up yet. How...

I have a question i think not brought up yet. How would i implement a threat display in my layout? I would like to have a tiny vertical frame on the side of my UF displaying the color of my...
Forum: Chit-Chat 10-15-08, 02:25 AM
Replies: 17
Views: 12,624
Posted By hipjipp
Oh <insert random thing to worship here>! I wish...

Oh <insert random thing to worship here>! I wish i were there... To bad i'm neither an US resident or rich enough to have been there... Looked nice from the pictures up atm. Who was qualified to be...
Forum: Site help, bugs, suggestions/questions 10-06-08, 10:46 PM
Replies: 10
Views: 1,575
Posted By hipjipp
I agree, but if LightBox would be implemented i'd...

I agree, but if LightBox would be implemented i'd like the option to turn it off since i've had some problems with it loading at times (while just bypassing it works just fine.. :P). Hope it gets up...
Forum: Chit-Chat 09-18-08, 12:25 PM
Replies: 25
Views: 13,582
Posted By hipjipp
I use mac, and i use smultron, you can get it...

I use mac, and i use smultron, you can get it here (http://smultron.sourceforge.net/). Enjoy!
Showing results 1 to 25 of 79