Showing results 1 to 25 of 38
Search took 0.00 seconds.
Search: Posts Made By: Zireko
Forum: Lua/XML Help 12-03-14, 03:26 PM
Replies: 19
Views: 8,467
Posted By Zireko
As for Bazooka do you know a currency plugin, bag...

As for Bazooka do you know a currency plugin, bag slot plugin, and a recommended zone plugin for it. I do like the fade in and out Bazooka has but spent some time looking and really got confused on...
Forum: Lua/XML Help 12-03-14, 07:32 AM
Replies: 19
Views: 8,467
Posted By Zireko
Well thanx Phanx, lol I looked into titan panel...

Well thanx Phanx, lol I looked into titan panel and actually like that one it seems smaller than the others. Not as much customization as Bazooka but it's out of the way and I don't really notice it...
Forum: Lua/XML Help 12-03-14, 12:31 AM
Replies: 19
Views: 8,467
Posted By Zireko
Reason I'm starting out with it is the simple...

Reason I'm starting out with it is the simple fact it implements more than one frame. Because most addons are hardly every just one simple frame. Then not to mention it has a good base to it....
Forum: Lua/XML Help 12-02-14, 08:19 PM
Replies: 19
Views: 8,467
Posted By Zireko
I'm getting an error saying <unnamed>SetText for...

I'm getting an error saying <unnamed>SetText for this line.
FormattedMoney:SetText(GetCoinTextureString(GetMoney()))
Forum: Lua/XML Help 12-02-14, 08:09 PM
Replies: 19
Views: 8,467
Posted By Zireko
Thank you Resike :) I'm understanding much better...

Thank you Resike :) I'm understanding much better now how it's working.
Forum: Lua/XML Help 12-02-14, 07:21 PM
Replies: 19
Views: 8,467
Posted By Zireko
First how do I even create a FontString object? I...

First how do I even create a FontString object? I looked up info on http://wowprogramming.com/docs/widgets/FontString but I just don't seem to understand what I'm doing.

Second how do I plug the...
Forum: Lua/XML Help 12-02-14, 04:17 PM
Replies: 19
Views: 8,467
Posted By Zireko
This is my next question. I pulled up the api...

This is my next question. I pulled up the api info and found the api to get money. So I tried to see if I could plug it into my code. Since the game is down currently I wanted to ask if this code...
Forum: Lua/XML Help 12-02-14, 03:09 PM
Replies: 19
Views: 8,467
Posted By Zireko
Ok, well got that in there so far and well now I...

Ok, well got that in there so far and well now I gota wait for blizzard to get the servers up so I can finally test it. When you say as long as it has a name do you mean like this?

ZirBarMainFrame =...
Forum: Lua/XML Help 12-02-14, 12:33 PM
Replies: 19
Views: 8,467
Posted By Zireko
I Need Some Help Making My First WoW Addon

I'm trying to keep this very simple and starting with my addon. My addon is ZirBarInfo and it will eventually display money, bag space, and more. It will be a stand alone addon.

This is my first...
Forum: Lua/XML Help 11-28-14, 04:03 PM
Replies: 6
Views: 3,429
Posted By Zireko
What is wrong with this code?

I'm keeping this as simple as I can. This code is just a little counter that uses a right mouse button click to open a window that has a counter in it. The code works it just doesn't save the count....
Forum: Lua/XML Help 11-28-14, 02:25 PM
Replies: 43
Views: 14,551
Posted By Zireko
Kind of figured everything you just said lol. I'm...

Kind of figured everything you just said lol. I'm working on a much smaller code now so I can try and learn saved variables. This code is just practice and that's the only reason I have the xml in...
Forum: Lua/XML Help 11-28-14, 10:29 AM
Replies: 43
Views: 14,551
Posted By Zireko
I'm not sure what I'm doing wrong now. I'm going...

I'm not sure what I'm doing wrong now. I'm going to attach my addon so you all can see it. I checked for bugs and not getting any bugs from the code now since i changed the IsChecked to GetChecked....
Forum: Lua/XML Help 11-28-14, 09:15 AM
Replies: 43
Views: 14,551
Posted By Zireko
getting an error from this line of...

getting an error from this line of code

barQWindowCheckButton:SetScript("OnClick", function(self, button)
ZBarConfig.barQWindowVisible = not self:IsChecked()
...
Forum: Lua/XML Help 11-27-14, 09:45 PM
Replies: 43
Views: 14,551
Posted By Zireko
Kind of understand but not fully can you...

Kind of understand but not fully can you elaborate more.
Forum: Lua/XML Help 11-27-14, 05:12 PM
Replies: 43
Views: 14,551
Posted By Zireko
Ok, let me try to explain a little better. When I...

Ok, let me try to explain a little better. When I first said this I may have not explained it correctly.

I have this little frame 1 in my zbar options window that I've created. It's a little...
Forum: Lua/XML Help 11-26-14, 08:21 PM
Replies: 43
Views: 14,551
Posted By Zireko
Well fixed the error and now it's not throwing...

Well fixed the error and now it's not throwing errors. But it's not saving variables either.
Forum: Lua/XML Help 11-26-14, 05:26 PM
Replies: 43
Views: 14,551
Posted By Zireko
I was trying again and here is the code I have...

I was trying again and here is the code I have it's just the saved variable I have currently. I'm trying to put this in a table and I need the saved variable to just simply check if the checkbox has...
Forum: Lua/XML Help 11-26-14, 02:22 PM
Replies: 43
Views: 14,551
Posted By Zireko
I'm still working to understand the saved...

I'm still working to understand the saved variables. I don't know why I can't understand them like I can understand the other part of the code. If you know of a video that explains saved variables...
Forum: Lua/XML Help 11-25-14, 10:06 PM
Replies: 43
Views: 14,551
Posted By Zireko
I've read the wowpedia over and over and over...

I've read the wowpedia over and over and over again lol. Still trying to understand how to do the saved variables. If I remember correctly I also had a very hard time with them when I was working on...
Forum: Lua/XML Help 11-25-14, 09:00 PM
Replies: 43
Views: 14,551
Posted By Zireko
By any chance is there a good youtube video that...

By any chance is there a good youtube video that teaches how to do saved variables? This seems to be a weak point for me because I'm just really seeming to not understand how to do them. I've tried...
Forum: Lua/XML Help 11-25-14, 07:02 PM
Replies: 43
Views: 14,551
Posted By Zireko
I just read over the saved variables information...

I just read over the saved variables information you gave me. However could someone give me an example with just my first frame?

I've added this to my toc
## SavedVariables: QWindowHide,...
Forum: Lua/XML Help 11-25-14, 04:05 PM
Replies: 43
Views: 14,551
Posted By Zireko
Ok, I have my code working pretty good now. I...

Ok, I have my code working pretty good now. I just need to add in one last thing. I want it to save if someone selects to lock the frame from my checkboxes and if they select to hide it with the...
Forum: Lua/XML Help 11-25-14, 03:33 PM
Replies: 43
Views: 14,551
Posted By Zireko
Thank you I got it working correctly now. I just...

Thank you I got it working correctly now. I just didn't know the IsMovable() that was all I was missing.
Forum: Lua/XML Help 11-25-14, 03:06 PM
Replies: 43
Views: 14,551
Posted By Zireko
I've got this part working slightly but running...

I've got this part working slightly but running into a problem. I have a checkbox and I'm trying to lock the frame. Problem is when you click the checkbox it locks the frame but when you un check the...
Forum: Lua/XML Help 11-24-14, 08:05 PM
Replies: 9
Views: 5,377
Posted By Zireko
Ok here is how it goes I created a button that is...

Ok here is how it goes I created a button that is movable and it can be clicked, then I created a window which is going to be my options window. Then the last part is what everyones been telling me...
Showing results 1 to 25 of 38