Showing results 1 to 19 of 19
Search took 0.00 seconds.
Search: Posts Made By: Teli
Forum: AddOn Search/Requests 05/03/14, 04:26 AM
Replies: 8
Views: 5,315
Posted By Teli
The white arrow above the other players head it...

The white arrow above the other players head it technically a UI element and not being rendered with the textures in game. But unfortunately there is no way to access them or the health bars above...
Forum: AddOn Search/Requests 05/03/14, 04:19 AM
Replies: 5
Views: 5,197
Posted By Teli
Foundry Tactical Combat does this. It estimates...

Foundry Tactical Combat does this. It estimates the time of the debuffs on your target. It works pretty well. But there are issues sometimes like when the target is dead and it still shows the debuff...
Forum: Lua/XML Help 05/02/14, 06:50 PM
Replies: 6
Views: 5,306
Posted By Teli
Thanks I don't think I'm an experienced...

Thanks I don't think I'm an experienced developer. I'm learning same as you
Forum: Released AddOns 05/02/14, 06:13 AM
Replies: 0
Views: 5,428
Posted By Teli
Postal Service

Just came out with my first addon. It grabs all of your attachments from your ingame mail. Let me know what you think and if there are any bugs in it. It was called Mail Opener before but I hated the...
Forum: Lua/XML Help 05/02/14, 06:06 AM
Replies: 7
Views: 6,502
Posted By Teli
Post There are is a function that may help...

There are is a function that may help you

ZO_LinkHandler_ParseLink
it's the same parameters as ZO_LinkHandler_CreateLink. You can get more info about it here...
Forum: Lua/XML Help 05/02/14, 05:55 AM
Replies: 6
Views: 5,306
Posted By Teli
I found that you have to wait for the server to...

I found that you have to wait for the server to respond to your action before you attempt another one. So you can't just loop through and grab all the attachments in one go. You have to queue each...
Forum: AddOn Search/Requests 05/02/14, 05:46 AM
Replies: 3
Views: 2,846
Posted By Teli
Srendarr came out with an awesome buff tracker....

Srendarr came out with an awesome buff tracker. It doesn't do debuffs yet but it's the best one out there.

http://www.esoui.com/downloads/info396-Srendarr-AuraampBuffTracker.html
Forum: General Authoring Discussion 05/01/14, 07:43 PM
Replies: 2
Views: 3,282
Posted By Teli
There's no API for sprint. Sprint is a move...

There's no API for sprint. Sprint is a move action and is private. No addon can use them because it can lead to automation.
Forum: AddOn Search/Requests 04/30/14, 07:49 PM
Replies: 2
Views: 5,541
Posted By Teli
I agree. WoW could do this because their API...

I agree. WoW could do this because their API allowed you to change the viewport settings (how large the world was displayed) you could shrink it down to 800x600 and still have all your UI elements...
Forum: Lua/XML Help 04/30/14, 04:45 PM
Replies: 4
Views: 3,554
Posted By Teli
I haven't tried that one. That may work. I'll...

I haven't tried that one. That may work. I'll post back later when I give it a try.
Forum: Lua/XML Help 04/30/14, 03:46 PM
Replies: 4
Views: 3,554
Posted By Teli
I've tried both ReadMail() and RequestReadMail()....

I've tried both ReadMail() and RequestReadMail(). RequestReadMail marks it as read where as ReadMail() does not. RequestReadMail() works but you have to queue up the actions and wait for the first...
Forum: Lua/XML Help 04/30/14, 02:41 PM
Replies: 4
Views: 3,554
Posted By Teli
Mail Attachments show as nil until clicked on

I"m having trouble getting the mail attachment item info. I found that if I have not clicked on the mail item I'm unable to get the attachment information. Is seems to save the information when you...
Forum: Lua/XML Help 04/30/14, 01:58 PM
Replies: 2
Views: 2,840
Posted By Teli
try openMailId = MAIL_INBOX:GetOpenMailId()

try openMailId = MAIL_INBOX:GetOpenMailId()
Forum: General Authoring Discussion 04/25/14, 06:09 PM
Replies: 2
Views: 3,064
Posted By Teli
try this code you have to queue them all up...

try this code you have to queue them all up first. Then when you process the code it fires the first delete event. The event will keep triggering mailOpen.ProcessDelQueue() until it runs out of...
Forum: Lua/XML Help 04/25/14, 06:05 PM
Replies: 4
Views: 3,534
Posted By Teli
thanks for your help. I was already on the right...

thanks for your help. I was already on the right path when I saw your response. Here's what I did


function...
Forum: Lua/XML Help 04/25/14, 04:58 PM
Replies: 4
Views: 3,534
Posted By Teli
I'm doing that with an event handler but the...

I'm doing that with an event handler but the problem is how do I get the delete another item only after the even has fired. there is a delay in when I call the event. So if I have

for k1, v1 in...
Forum: Lua/XML Help 04/25/14, 03:16 PM
Replies: 4
Views: 3,534
Posted By Teli
waiting for event to trigger

I'm working on an addon that delete unwanted mail items. The problem I'm having is if I loop through the MailIds to call DeleteMail(MailId) it will delete the first one and then it won't delete the...
Forum: AddOn Search/Requests 04/25/14, 07:25 AM
Replies: 2
Views: 3,882
Posted By Teli
I don't know of an addon that does this. it does...

I don't know of an addon that does this.
it does look like there are some targeting functions in the API. They are protected functions meaning that they can only be called out of combat. So in theory...
Forum: General Authoring Discussion 04/25/14, 05:54 AM
Replies: 2
Views: 3,064
Posted By Teli
I found that the mailbox needs to be open and the...

I found that the mailbox needs to be open and the mail has to have been read. try adding RequestReadMail(mailId)

before your code. The other issue I found is you need to wait for a response back...
Showing results 1 to 19 of 19