Showing results 1 to 25 of 63
Search took 0.00 seconds.
Search: Posts Made By: zireko
Forum: General Authoring Discussion 11/06/14, 06:25 PM
Replies: 2
Views: 3,376
Posted By zireko
Okies, thank you. I'll look it over and see if I...

Okies, thank you. I'll look it over and see if I can figure everything out. :)
Forum: General Authoring Discussion 11/06/14, 04:06 PM
Replies: 2
Views: 3,376
Posted By zireko
I have a question about setting color for addons

This may seem easy to most but it's one thing I'm actually struggling to understand. I am trying to set the font color of my addon with a function. I'm building a clock with addon menus using...
Forum: General Authoring Discussion 11/03/14, 03:07 PM
Replies: 2
Views: 2,824
Posted By zireko
Thank you Randactyl. :)

Thank you Randactyl. :)
Forum: General Authoring Discussion 11/03/14, 02:21 PM
Replies: 2
Views: 2,824
Posted By zireko
I'm Starting a Project TimeWorks

I wanted to do a code for a Clock. The author of SimpleClock has stopped working on it so I wanted to bring out a new clock for use. Now my clock will not be as advanced as SimpleClock to begin with....
Forum: General Authoring Discussion 11/02/14, 06:04 PM
Replies: 13
Views: 8,356
Posted By zireko
Never mind I finally figured out what it was. I...

Never mind I finally figured out what it was. I wasn't calling the funtion QuestMaps() in my OnAddOnLoaded local function. Once I added it there under my slash command it started working. So guess my...
Forum: General Authoring Discussion 11/02/14, 05:44 PM
Replies: 13
Views: 8,356
Posted By zireko
Still just getting the whitebox and I changed the...

Still just getting the whitebox and I changed the code too

local function QuestMaps()
local zoneIndex = GetCurrentMapZoneIndex()
local imgQuests = questZone[zoneIndex]
if...
Forum: General Authoring Discussion 11/02/14, 04:11 PM
Replies: 13
Views: 8,356
Posted By zireko
I been playing around with it and have figured...

I been playing around with it and have figured out the problem is in the table and the call (imgQuests). I even did a test of my own and found that when I call the image like this...
Forum: General Authoring Discussion 11/02/14, 12:56 PM
Replies: 13
Views: 8,356
Posted By zireko
I got the image to pull up however I think there...

I got the image to pull up however I think there is a problem some where in the table or the local function QuestMaps()
Because I can go above and comment the code out and pull up the image. Right...
Forum: General Authoring Discussion 11/02/14, 09:04 AM
Replies: 13
Views: 8,356
Posted By zireko
Maybe you can see what I'm doing wrong. I feel...

Maybe you can see what I'm doing wrong. I feel like I'm doing everything perfectly but the image just isn't showing up. I have it converted to dds however it doesn't display. In the xml I set hidden...
Forum: General Authoring Discussion 11/01/14, 07:31 PM
Replies: 13
Views: 8,356
Posted By zireko
How do you call an image up?

I have a custom image I want to call up. So my question is how exactly do I call an image from a folder within my addon?

I'm pretty sure this isn't correct but this lua code should give you an idea...
Forum: General Authoring Discussion 10/30/14, 10:41 PM
Replies: 2
Views: 3,662
Posted By zireko
A Save Variable Question

This maybe and easy question but I've been playing around with a new code I wrote for my QuestCounter. My counter when double clicked will show 1, 2, 3, and so on. So someone can count how many quest...
Forum: General Authoring Discussion 10/30/14, 03:54 PM
Replies: 9
Views: 6,911
Posted By zireko
Never Mind LOL it was another file conflicting...

Never Mind LOL it was another file conflicting with it. I figured it out after tinkering some more and opened the file then I realized I accidently saved another lua file in the same place. Once I...
Forum: General Authoring Discussion 10/30/14, 03:47 PM
Replies: 9
Views: 6,911
Posted By zireko
Now I'm using and exact copy to make sure I got...

Now I'm using and exact copy to make sure I got everything correct. But I'm still getting the error. I was doing my code a little different however I must have been doing everything correct because...
Forum: General Authoring Discussion 10/30/14, 08:19 AM
Replies: 9
Views: 6,911
Posted By zireko
I wanted to test out the code and play around...

I wanted to test out the code and play around with it however I'm getting this error. I'm pretty sure part of it might be my slash command I been trying to figure out slash commands but I just can't...
Forum: General Authoring Discussion 10/29/14, 05:51 PM
Replies: 9
Views: 6,911
Posted By zireko
Ok I see how to do the main text now in the...

Ok I see how to do the main text now in the window. I've tried a few different things trying to put a title above Aldmer Dominion. I wanted to center it above Aldmeri Dominion with a space between....
Forum: General Authoring Discussion 10/29/14, 03:19 PM
Replies: 9
Views: 6,911
Posted By zireko
Probably a very Simple XML question but need some help here

This is just a part of what I'm working on. It's pretty simple. I'm just trying to get this to look like a window with some information in it covering QuestLurker. So people can look at each zone I...
Forum: General Authoring Discussion 10/27/14, 04:21 PM
Replies: 9
Views: 6,818
Posted By zireko
I'm trying to understand how that works. If the...

I'm trying to understand how that works. If the achievement is only 37 quest and there are 51 quest in Auridon wouldn't it just say your finished after you do 37 quest instead of the actual 51...
Forum: General Authoring Discussion 10/27/14, 03:40 PM
Replies: 9
Views: 6,818
Posted By zireko
I cleaned up a lot of this code from looking at...

I cleaned up a lot of this code from looking at all your suggestions. Only thing I haven't done yet is used Garkins suggestion for the zone index. However I think I want to do this and this is going...
Forum: General Authoring Discussion 10/26/14, 11:59 AM
Replies: 9
Views: 6,818
Posted By zireko
My code is acting up

Here is the thing I got my code working however it's not working at the entry of a new zone. The addon I'm working on is pretty simple. When you go to a zone it just pulls up a little info that lets...
Forum: Lua/XML Help 10/26/14, 11:42 AM
Replies: 3
Views: 6,833
Posted By zireko
Thank you Garkin it's working perfect now.

Thank you Garkin it's working perfect now.
Forum: Lua/XML Help 10/26/14, 08:41 AM
Replies: 3
Views: 6,833
Posted By zireko
I know this is a Simple XML transparent question but need some help.

All I'm trying to do is make this transparent when I delete it , it gives me a white box background.
I tried to look for the api for backdrops and couldn't find them in the main api list , also I...
Forum: Minion 10/26/14, 07:25 AM
Replies: 5
Views: 4,759
Posted By zireko
I don't believe there is any sync in minion....

I don't believe there is any sync in minion. However if you want to save yourself sometime you might try this. If you have a flash drive (you can find these at local electronics stores for around a...
Forum: General Authoring Discussion 10/25/14, 11:07 AM
Replies: 2
Views: 3,016
Posted By zireko
I Need Help with finding some beginner Tutorials

It's been a while since I've tried to create addons for eso. Now I'm back and would like to start looking into it again. If you could please link me some tutorials for beginners on creating addons....
Forum: General Authoring Discussion 04/29/14, 08:27 AM
Replies: 44
Views: 24,840
Posted By zireko
I would like to get an Invite. I'm on the NA...

I would like to get an Invite. I'm on the NA server.
@zireko
Forum: Site help, bugs, suggestions/questions 04/27/14, 01:47 PM
Replies: 3
Views: 1,870
Posted By zireko
Thank you Seerah. I looked at the rules and it...

Thank you Seerah. I looked at the rules and it seems it is ok. My site is just a blog that has tips and help for eso. Here is my site http://ryleweso.weebly.com/ if there is anything that is not...
Showing results 1 to 25 of 63