Results: 3711Comments by: zork
File: rActionBar06-07-10
Set the shapeshift frame to hide. I...
Posted By: zork
Set the shapeshift frame to hide. Its your shapeshift/aura bar.
File: Roth UI (Diablo)06-07-10
Back. Finally finished my exams. So...
Posted By: zork
Back. Finally finished my exams. So stay tuned for upcoming news.
File: rBottomBarStyler06-03-10
Re: Orbs
Posted By: zork
If you know if they did...let me know. :)
File: oUF_Diablo05-31-10
Follow the install instruction agai...
Posted By: zork
Follow the install instruction again (Thus backup->delete->copy) and use no auto updaters and no additional mods for the first start. The compilation requires no setup and runs out of the box.
File: oUF_Diablo05-31-10
Durchsuche den ganzen Code einfach...
Posted By: zork
Durchsuche den ganzen Code einfach mal nach "SetText(" irgendwann kommst du zu den richtigen Werten. Sind mehrere. Ein wenig try/error und du solltest es hinbekommen.
File: oUF_Simple05-30-10
~line 157 if color then...
Posted By: zork
~line 157 if color then self.Name:SetTextColor(color.r, color.g, color.b,1) end
File: oUF_Diablo05-30-10
Den Bereich in oUF_D3Orbs entfernen...
Posted By: zork
Den Bereich in oUF_D3Orbs entfernen. Ist relativ weit unten. local oUF_D3Orbs_PartyDragFrame = CreateFrame("Frame","oUF_D3Orbs_PartyDragFrame",UIParent) oUF_D3Orbs_PartyDragFrame:SetWidth(80) oUF_D3Orbs_PartyDragFrame:SetHeight(100) if lock_all_frames == 0 then oUF_D3Orbs_PartyDragFrame:SetBackdrop({bgFile = "Inter...
File: Roth UI (Diablo)05-29-10
Re: target cast bar problems.
Posted By: zork
This is part of the FAQ! http://www.wowinterface.com/portal.php?id=531&a=faq&faqid=528 Go to line 1227 and remove d3o2_createCastbar(self,unit)
File: Roth UI (Diablo)05-27-10
Re: :confused:
Posted By: zork
Check the info page for standalone. rBottomBarStyler is what you want.
File: Roth UI (Diablo)05-27-10
Bartender can be used if you disabl...
Posted By: zork
Bartender can be used if you disable rActionBarStyler and rActionButtonStyler.
File: Roth UI (Diablo)05-27-10
Open oUF_D3Orbs.lua Find self.Deb...
Posted By: zork
Open oUF_D3Orbs.lua Find self.Debuffs.onlyShowPlayer = false and change it to if unit == "target" then self.Debuffs.onlyShowPlayer = true else self.Debuffs.onlyShowPlayer = false end
File: Roth UI (Diablo)05-25-10
Post the LUA error.
Posted By: zork
Post the LUA error.
File: Roth UI (Diablo)05-24-10
We will see.
Posted By: zork
We will see.
File: oUF_Diablo05-24-10
Thanks. Editing this isn't easy bec...
Posted By: zork
Thanks. Editing this isn't easy because I hardcoded everyhting. It needs dedication but the return is pretty much worth it.
File: Roth UI (Diablo)05-23-10
Advanced users. If you want changes...
Posted By: zork
Advanced users. If you want changes you have to edit it manually.
File: Roth UI (Diablo)05-23-10
Maybe you want to take a look at rB...
Posted By: zork
Maybe you want to take a look at rBottomBarStyler. (See info page) Otherwise. Disabling the raid is easy. Just drop of the mod oUF_D3OrbsRaid. For removing the party check FAQ for the "I want the orbs only area". You need to comment out the party unit spawn. This is advanced only.
File: Roth UI (Diablo)05-21-10
Das sind beides noch kleinere Bugs...
Posted By: zork
Das sind beides noch kleinere Bugs die mit verschiedenen Frameleveln zusammenhängen. Du kannst die rote Latenzbar in der oUF_D3Orbs.lua abstellen. Oben im Config-Bereich.
File: GCDRing05-20-10
Awesome! The first rings I like loo...
Posted By: zork
Awesome! The first rings I like looking at. Marked. Good job on including sparks aswell. What you may want to add is a support for a fore and background texture for the full ring on different framelevels. Thus you can over- and underlay your ring with any cool texture to make it perfect. Currently trying to figure out how you d...
File: Roth UI (Diablo)05-20-10
Re: Orb text
Posted By: zork
I don't know why you want huge, ugly looking numbers but ... ok. Advanced only. For the power orb (mana) you need to go to this function: d3o2_updatePlayerPower In this function search for SetText. Find the lines where inside SetText() the do_format()-Function is used. Remove that function call and only use the original value unfor...
File: rActionBar05-20-10
Originally posted by ichik Featur...
Posted By: zork
Originally posted by ichik Feature request: can you add hiding of a stance bar when entering posess/controling vehicle mod. Would be possible. But you can do it yourself. Just add it to my vehicle exit button function. local arg1 = ...; if(((event=="UNIT_ENTERING_VEHICLE") or (event=="UNIT_ENTERED_VEHICLE")) and arg...
File: Roth UI (Diablo)05-19-10
@Wolfieeiflow It's sth. that I cou...
Posted By: zork
@Wolfieeiflow It's sth. that I couldn't care about less. But it can be done by editing the jExp.lua file. @khellen Known oUF issue. Needs editing of oUF/portraits.lua file. I think it's somewhere in the comments.
File: Roth UI (Diablo)05-18-10
Re: Re: rTexture isn't working =(
Posted By: zork
Auto-Updaters will kill any custom made UI. They are just bad.
File: rButtonTemplate05-17-10
Get yourself a text editor (Notepad...
Posted By: zork
Get yourself a text editor (Notepad++ f.e.) and open rActionButtonStyler.lua Go to line 76 local function rActionButtonStyler_AB_style(self) In this function I'm rewriting alot of the default button stuff. Just remove everything but local function rActionButtonStyler_AB_style(self) local action = self.action...
File: rBottomBarStyler05-17-10
Come on. This can't be serious!
Posted By: zork
Come on. This can't be serious!
File: Roth UI (Diablo)05-14-10
Re: question...
Posted By: zork
Folge den Installationsanweisungen. Keine AutoUpdater verwenden. Wenn der Fehler noch da ist meld dich wieder.