Showing results 1 to 13 of 13
Search took 0.00 seconds.
Search: Posts Made By: mikethecoder4
Forum: Site help, bugs, suggestions/questions 06/11/15, 06:43 PM
Replies: 1
Views: 1,779
Posted By mikethecoder4
Someone Copied and Uploaded my Addon

So someone seems to have copied my addon. I am the creator of Kill Counter:
http://www.esoui.com/downloads/fileinfo.php?id=337#info

A user named LadyGlastaig has uploaded a direct copy of my addon...
Forum: Lua/XML Help 07/07/14, 03:28 PM
Replies: 4
Views: 3,972
Posted By mikethecoder4
Hey guys, thanks for the advice. Ill definitely...

Hey guys, thanks for the advice. Ill definitely look into these links
Forum: Lua/XML Help 07/07/14, 04:21 AM
Replies: 4
Views: 3,972
Posted By mikethecoder4
Creating Graphs

Hello All.

Does the API (or perhaps LUA itself) have any functions that can simply draw a line or other shape? I want to make a sort of graph for my addon to show some information, and so far, all...
Forum: Lua/XML Help 05/02/14, 10:26 PM
Replies: 0
Views: 2,612
Posted By mikethecoder4
Detect when you've taken a keep

So I want to detect when you've taken a keep. This is dissimilar from some addons that show you when a keep has been taken. I want to detect specifically when you have taken a keep (IE your on the...
Forum: General Authoring Discussion 04/25/14, 08:39 PM
Replies: 12
Views: 8,573
Posted By mikethecoder4
Agreed. Had to rename all my functions because of...

Agreed. Had to rename all my functions because of an issue my addon was having with another very popular one.

I have prefixed all my functions with an abbreviation of my addon name, and I suggest...
Forum: AddOn Search/Requests 04/23/14, 10:42 AM
Replies: 10
Views: 5,792
Posted By mikethecoder4
I made a very simple addon that does just this!...

I made a very simple addon that does just this! It is in beta right now, and the kill recognition isn't 100% accurate but its a good start. This tracks kills, deaths, and even who you killed (though...
Forum: General Authoring Discussion 04/21/14, 03:46 PM
Replies: 21
Views: 17,249
Posted By mikethecoder4
I changed that to GetUnitName("player") ==...

I changed that to

GetUnitName("player") == zo_strformat("<<1>>", sourceName)


as per your suggestion. I was wondering what the Fx and Mx stood for.
Forum: General Authoring Discussion 04/21/14, 02:58 PM
Replies: 21
Views: 17,249
Posted By mikethecoder4
Ahh very interesting. This helps immensely thank...

Ahh very interesting. This helps immensely thank you! I didnt think about checking the source type.

Thanks alot, this thread has been very informative for me
Forum: General Authoring Discussion 04/21/14, 02:45 PM
Replies: 21
Views: 17,249
Posted By mikethecoder4
Hmm this is intersting. What is sourceType...

Hmm this is intersting. What is sourceType exactly? thought it was the damage type.

However, wouldn't this code increase the counter every time I did damage?
Forum: General Authoring Discussion 04/21/14, 01:41 PM
Replies: 21
Views: 17,249
Posted By mikethecoder4
Thanks for advice! I actually literally just took...

Thanks for advice! I actually literally just took a wayshrine to test just this. I am wondering if this will only track killing blows, and not kills that you get credit for (IE kills that count...
Forum: General Authoring Discussion 04/21/14, 01:20 PM
Replies: 21
Views: 17,249
Posted By mikethecoder4
I mayu have figured it out. I used to...

I mayu have figured it out.

I used to EVENT_COMBAT_EVENT event, and did the following


function OnKill( eventCode , result , isError , abilityName, abilityGraphic, abilityActionSlotType,...
Forum: General Authoring Discussion 04/21/14, 11:47 AM
Replies: 21
Views: 17,249
Posted By mikethecoder4
Hey there, thanks for the reply! Didnt know about...

Hey there, thanks for the reply! Didnt know about the filtering! and yes, I call the OnInitialize function from my xml.

Like some people have said, the event has the eventCode varaible passed as...
Forum: General Authoring Discussion 04/20/14, 11:46 PM
Replies: 21
Views: 17,249
Posted By mikethecoder4
Detecting Deaths

Hey there. New to Addon creating, but not to LUA or programming in general. So i had a question that I havent been able to find an answer for through research and searches. Im basically trying to...
Showing results 1 to 13 of 13