Showing results 1 to 25 of 35
Search took 0.00 seconds.
Search: Posts Made By: Orko
Forum: AddOn Help/Support 04-15-12, 06:05 PM
Replies: 21
Views: 8,816
Posted By Orko
Very good, thank you!

Very good, thank you!
Forum: AddOn Help/Support 04-15-12, 02:10 PM
Replies: 21
Views: 8,816
Posted By Orko
Any chance we can update your addon nib or can I...

Any chance we can update your addon nib or can I upload this modified one? I think there were some players asking about this before on these boards. On how to swap between multiple profiles.
Forum: AddOn Help/Support 04-15-12, 01:50 PM
Replies: 4
Views: 4,104
Posted By Orko
Looks like your swing timer. Should be option...

Looks like your swing timer. Should be option either in the BARS or FRAMES or UNITFRAMES option menus. LUI works very well still. Not really anything wrong with the UI. Just takes a bit of moving...
Forum: AddOn Help/Support 04-14-12, 06:45 PM
Replies: 21
Views: 8,816
Posted By Orko
The one I have works just fine. I do see...

The one I have works just fine. I do see something different with yours and let me try and explain this since I am a noob at all this coding :)

Line 54:

local RefluxArg = string.format("%s %s",...
Forum: AddOn Help/Support 04-08-12, 05:21 PM
Replies: 21
Views: 8,816
Posted By Orko
Thank you very much for adding those comments....

Thank you very much for adding those comments. Now I got a better understanding how it works. Heck yeah! I learned something today :)
Forum: AddOn Help/Support 04-08-12, 04:35 PM
Replies: 21
Views: 8,816
Posted By Orko
Also I changed this line.... local NewProfile =...

Also I changed this line....

local NewProfile = UseClassProfiles and ClassProfiles[class] or ProfileName

to this...

local NewProfile = UseClassProfiles and ClassProfiles[class] or TankName

and...
Forum: AddOn Help/Support 04-08-12, 04:32 PM
Replies: 21
Views: 8,816
Posted By Orko
Ah that was it and now its working. I still do...

Ah that was it and now its working. I still do not know how the addon knows what button is hit but anyhow its working. I really wanna learn this stuff but I had no idea where to begin.

Thanks again...
Forum: AddOn Help/Support 04-08-12, 03:57 PM
Replies: 21
Views: 8,816
Posted By Orko
Ok I tried this modification and it does not do...

Ok I tried this modification and it does not do anything. After selecting Tank or Heal the window cancels and nothing happens. No profile switch or reloadui. Trying to see what I can find out. Im not...
Forum: AddOn Help/Support 04-08-12, 03:44 PM
Replies: 21
Views: 8,816
Posted By Orko
Oh sweet I will try this ASAP. The problem I have...

Oh sweet I will try this ASAP. The problem I have is I dont know how to code and did not know how the buttons worked. Couldnt figure that part out. Ill see how this goes and will let you know.
Forum: AddOn Help/Support 04-07-12, 10:10 PM
Replies: 21
Views: 8,816
Posted By Orko
Here is the code from the addon I am using. I...

Here is the code from the addon I am using. I want an option to load two different profiles instead of just one. Right now the choices are load one profile or exit with the No button. Just a Yes or...
Forum: AddOn Help/Support 04-07-12, 06:50 PM
Replies: 21
Views: 8,816
Posted By Orko
nibProfileLoader

Im currently trying to set up a UI that has two totally different layouts for a tank and a healer. What I have used so far is Reflux and nibprofileloader. What I want to see if I can do is rework...
Forum: Released Compilations 12-24-10, 07:32 PM
Replies: 30
Views: 42,892
Posted By Orko
Well thanks for using the UI.. I am currently...

Well thanks for using the UI.. I am currently still working on my next project which is trying to merge my two UIs together. Its working ok but do not like some of the addons I have to use. One is I...
Forum: AddOn Help/Support 12-05-10, 10:33 PM
Replies: 3
Views: 4,577
Posted By Orko
well its going to be way over my head but at...

well its going to be way over my head but at least I know it can be done. I wouldnt rip addons but I would have made my own stuff. Too much of a headache for me though. Thanks for the awnsers!
Forum: AddOn Help/Support 12-05-10, 07:49 PM
Replies: 12
Views: 11,618
Posted By Orko
After reading this I decided to update my ui.. I...

After reading this I decided to update my ui.. I will get it working and you can see if you would like to use it. Just want to show you it is possible.
Forum: AddOn Help/Support 12-05-10, 04:07 PM
Replies: 12
Views: 11,618
Posted By Orko
It is possible and I already created one a while...

It is possible and I already created one a while back. I was a lot to keep updated and working. Basically you can do it with Reflux but both UIs have to use the same addons.

Here is what I made a...
Forum: AddOn Help/Support 12-05-10, 03:06 PM
Replies: 3
Views: 4,577
Posted By Orko
{Question} Is this possible?

Want to know if it is possible to make my UI which can be found here and turn it into one of those awesome pure scripted UI's like LUI or even old SpartanUI.

Here is a link to my UI and a pic...
Forum: Released Compilations 11-25-10, 11:02 AM
Replies: 30
Views: 42,892
Posted By Orko
Well not a lot of comments on the new art so if...

Well not a lot of comments on the new art so if you do not like, oh well LOL.. I have updated the UI package with the new art and color scheme
Forum: Released Compilations 11-22-10, 06:10 PM
Replies: 30
Views: 42,892
Posted By Orko
All the information from Omen (threat meter) and...

All the information from Omen (threat meter) and Recount (DPS Meter) are still on the right side of the screen in the same place. Only thing that has really changed is the bottom panel art and the...
Forum: Released Compilations 11-21-10, 06:52 PM
Replies: 30
Views: 42,892
Posted By Orko
Just about to update my UI again soon. Want to...

Just about to update my UI again soon. Want to get some comments on the new art before I installed it.. I know people hate change LOL. But if no one wants to comment then I will add it anyways :)
Forum: AddOn Help/Support 11-21-10, 05:54 PM
Replies: 7
Views: 6,953
Posted By Orko
Oh I would appreciated that! The way I think it...

Oh I would appreciated that! The way I think it worked with other UIs was the actionbar itself had its Alpha set to 0 so it was only visable on mouseover. But instead of the bar just popping up to...
Forum: AddOn Help/Support 11-21-10, 04:51 PM
Replies: 7
Views: 6,953
Posted By Orko
Ah yes I have seen that one before with the...

Ah yes I have seen that one before with the Gatherer suite I think. What I am speaking of is the normal action bars. I have an art panel that give the actionbars a background to sit on. This is done...
Forum: AddOn Help/Support 11-21-10, 11:14 AM
Replies: 7
Views: 6,953
Posted By Orko
Animated or sliding action bars????

Hello everyone!

Was wondering if anyone could help me with something. I am making a new version of my UI --Orko UI--- and want to have some bars that slide into place when you hover over them. I...
Forum: Released Compilations 10-16-10, 02:14 PM
Replies: 30
Views: 42,892
Posted By Orko
I just returned to WoW again.. I think I am done...

I just returned to WoW again.. I think I am done trying other MMOs cause none are as good as WoW.. Anyhow enough of that....

I am going to be updating my UIs I have.. Some are going to have to not...
Forum: Released Compilations 05-22-10, 06:05 AM
Replies: 30
Views: 42,892
Posted By Orko
Just returned to WoW and updated my main UI.. I...

Just returned to WoW and updated my main UI.. I now combined my healer and regular dps UIs. So now there are 2 different style UIs in one package. WIll edit top post as well to reflect this.
Forum: AddOn Help/Support 05-11-10, 05:53 PM
Replies: 3
Views: 4,857
Posted By Orko
Ah thanks so much for your quick reply. I will...

Ah thanks so much for your quick reply. I will test that also tonight. Maybe I can get kgpanels with some scripting to accomplish what I need done. Never thought about it only being there when...
Showing results 1 to 25 of 35