Showing results 1 to 20 of 20
Search took 0.00 seconds.
Search: Posts Made By: stAjora
Forum: AddOn Help/Support 05/18/15, 09:08 PM
Replies: 2
Views: 3,867
Posted By stAjora
Currency Input Box

How would I go about creating an currency input box (text box that only accepts numerical characters)
I tried to Zgoo the sendGold in the mailbox and banks deposit gold boxes but I'm not sure what...
Forum: AddOn Search/Requests 05/16/15, 06:17 PM
Replies: 1
Views: 2,476
Posted By stAjora
x num kills until next level

Is there an add on that tells you how many of a current type of enemy you have to kill and estiamtes the time until your next character level?
Forum: Lua/XML Help 05/10/15, 10:00 PM
Replies: 8
Views: 8,072
Posted By stAjora
I know LAM is supposed to be used for addon...

I know LAM is supposed to be used for addon settings menus but couldn't it be used in an add on just the same outside a settings option window to do the things I requested in this thread?

edit

I...
Forum: Lua/XML Help 05/05/15, 04:35 PM
Replies: 8
Views: 8,072
Posted By stAjora
Holy crap that is a lot of functionality... I'm...

Holy crap that is a lot of functionality...

I'm going to attempt to create a simple example, create a combo box and make it display the data of a hard coded table. If someone more experienced beats...
Forum: Lua/XML Help 05/05/15, 03:12 PM
Replies: 8
Views: 8,072
Posted By stAjora
ScrollListExample & Dropdown Windows

I'm having trouble understanding how ScrollListExample add on functions. I'm completely lost on the ZO_ScrollList and ZO_SortFilteredList functions. I can't even determine how/where the add on...
Forum: Lua/XML Help 04/28/15, 06:35 PM
Replies: 20
Views: 15,120
Posted By stAjora
Figured out the problem. The last item in my...

Figured out the problem. The last item in my array chain was an empty array thats why it never evaluated correctly. Needed to do value[1] to get the bool inside of each item. Then the string does...
Forum: Lua/XML Help 04/28/15, 05:03 PM
Replies: 20
Views: 15,120
Posted By stAjora
Thanks for the info. I got it working perfectly....

Thanks for the info. I got it working perfectly. Now I have a new issue where I have a few nested tables and at the end is a boolean, I ca'nt seem to check this value.

for key, value in...
Forum: Lua/XML Help 04/27/15, 01:05 PM
Replies: 20
Views: 15,120
Posted By stAjora
I read up on Lua's scoping and I'm pretty sure I...

I read up on Lua's scoping and I'm pretty sure I understand it. I see the function that allowed us to send chat messages is now protected, is that what all the bot spammers were using? It kind of...
Forum: Lua/XML Help 04/25/15, 10:46 PM
Replies: 20
Views: 15,120
Posted By stAjora
You're right those are what I was looking for but...

You're right those are what I was looking for but from the documentation (or rather the list of functions) I couldn't tell that I needed to dig down to currentBuffer. I loaded up zgoo and my god, I...
Forum: Lua/XML Help 04/24/15, 01:19 PM
Replies: 20
Views: 15,120
Posted By stAjora
Oh so ZO_ functions aren't even part of the API...

Oh so ZO_ functions aren't even part of the API but functions that actually do **** with the actual game and people are just stealing them and using them in their add ons?
Forum: Lua/XML Help 04/24/15, 01:16 PM
Replies: 20
Views: 15,120
Posted By stAjora
I got the library and example function registered...

I got the library and example function registered and working but how do I specify that the effect should only take place in one type of chat window /zone /say /guild etc. ? Currently (the block...
Forum: Lua/XML Help 04/23/15, 09:58 PM
Replies: 20
Views: 15,120
Posted By stAjora
Why do the CHAT_SYSTEM functions not work? I can...

Why do the CHAT_SYSTEM functions not work? I can get CHAT_SYSTEM:AddMessage() to work but things like CHAT_SYSTEM:Clear() and CHAT_SYSTEM:GetMaxHistoryLines() throw an error.

Also, I thought I was...
Forum: Lua/XML Help 04/23/15, 09:16 PM
Replies: 20
Views: 15,120
Posted By stAjora
Your pChat add on is amazing!! Also, thanks for...

Your pChat add on is amazing!!

Also, thanks for the information!
Forum: Lua/XML Help 04/23/15, 07:25 PM
Replies: 20
Views: 15,120
Posted By stAjora
Manipulate the Chat

I'm looking at the chat functions and I was wondering what the extra chat channels are for and how do you access/use them?...
Forum: General Authoring Discussion 04/22/15, 07:19 PM
Replies: 3
Views: 4,213
Posted By stAjora
Email Limits

Does anyone know what the email send per second limit is before you get punished?
What is the max character limit for one email?
How long do emails just containing text usually take to arrive?
Do...
Forum: AddOn Help/Support 04/22/15, 09:30 AM
Replies: 4
Views: 3,705
Posted By stAjora
Thanks guys, fixed my issue perfectly. I was...

Thanks guys, fixed my issue perfectly. I was wondering what the underscore business was about too.
Forum: AddOn Help/Support 04/22/15, 08:15 AM
Replies: 4
Views: 3,705
Posted By stAjora
function returning multiple strings

I'm using the GetGuildMemberInfo() function and it returns multiple strings:
Returns: string name, string note, integer rankIndex, integer playerStatus, integer secsSinceLogoff

I can't figure...
Forum: General Authoring Discussion 04/19/15, 09:43 PM
Replies: 13
Views: 13,890
Posted By stAjora
My mistake, thanks to the poster above, I was...

My mistake, thanks to the poster above, I was using the wrong search field. >.< I was wondering why a site full of programmers weren't complaining about the ****ty search functionality. I see what...
Forum: General Authoring Discussion 04/18/15, 09:00 AM
Replies: 13
Views: 13,890
Posted By stAjora
Least helpful reply in this thread. If you're...

Least helpful reply in this thread. If you're going to tell someone to use the search function, link to an appropriate thread you found using the search button because typing in 'database' returns 0...
Forum: General Authoring Discussion 04/15/15, 01:59 PM
Replies: 13
Views: 13,890
Posted By stAjora
Database functionality

Hi. I'm wondering if there is any database functionality available with lua and the ESO API? If not, is there a way to store/share information between players?
Showing results 1 to 20 of 20