Showing results 1 to 25 of 28
Search took 0.00 seconds.
Search: Posts Made By: Myrroddin
Forum: Site help, bugs, suggestions/questions 04/29/14, 09:44 AM
Replies: 2
Views: 1,441
Posted By Myrroddin
I don't doubt it was a mess LOL. Thank you for...

I don't doubt it was a mess LOL. Thank you for fixing it, Dolby. I didn't do anything different than I can, and sometimes do on wowinterface, and I use the WYSIWYG editor there without trouble.
Forum: Site help, bugs, suggestions/questions 04/28/14, 08:32 AM
Replies: 2
Views: 1,441
Posted By Myrroddin
code blocks and php code broken in posts

I tried using both the [ code ] [ /code ] and [ highlight = lua ] [ /highlight ] as both select text and apply, and manually add the tags in this thread:...
Forum: General Authoring Discussion 04/28/14, 08:24 AM
Replies: 12
Views: 8,335
Posted By Myrroddin
Is there no vararg? Warcraft added it around...

Is there no vararg? Warcraft added it around Burning Crusade or so, and Rift has had it since day one.

-- returns string, table
-- if put at the top of each .lua file in an AddOn, then the table is...
Forum: Alpha/Beta AddOns 03/28/14, 11:25 AM
Replies: 3
Views: 9,385
Posted By Myrroddin
I will not be playing TESO as I have no interest...

I will not be playing TESO as I have no interest in the game. I did, but things have changed my mind.

However, I will let someone take over Group Accept, with some rules. They are briefly discussed...
Forum: Alpha/Beta AddOns 03/16/14, 08:43 AM
Replies: 3
Views: 9,385
Posted By Myrroddin
Gah, I haven't been on the beta weekend to test....

Gah, I haven't been on the beta weekend to test. Rebuilding a lot of real world stuff needed for serious gaming. Like a table that isn't broken.

Anyway, I haven't had any bug reports on Group...
Forum: Minion 03/14/14, 01:34 AM
Replies: 9
Views: 15,189
Posted By Myrroddin
Wait, you have Minion updated? For WoW as well as...

Wait, you have Minion updated? For WoW as well as TESO? No more using outdated Java?
Forum: Chit-Chat 03/13/14, 06:32 PM
Replies: 7
Views: 15,140
Posted By Myrroddin
Congratulations on derailing the thread from what...

Congratulations on derailing the thread from what makes a good MMO to a debate about AddOns.


There is no such thing as a required AddOn, not in WoW, not in TESO, not in Rift, not in any other game....
Forum: Wish List 03/11/14, 08:39 AM
Replies: 2
Views: 7,399
Posted By Myrroddin
[implemented] Request for game client locale

In order to localize AddOns, we need to know two things, please and thank you:

What languages are supported by the game?
Could we get a GetClientLocale() API?If the second is a CVar, what are we...
Forum: General Authoring Discussion 03/11/14, 08:36 AM
Replies: 7
Views: 5,966
Posted By Myrroddin
By "very fast", do you mean in...

By "very fast", do you mean in CIA/MI6/CSIS/Mossad-speak you secretly have the files, aren't telling us, but you are ready to post them within seconds if you get permission? :p:D
Forum: General Authoring Discussion 03/11/14, 08:30 AM
Replies: 12
Views: 7,085
Posted By Myrroddin
Protected usually means we can use it under...

Protected usually means we can use it under certain restrictions. For example, a protected API may not work correctly, if at all, in combat.

In WoW-speak, calling Show and Hide on a frame is alright...
Forum: General Authoring Discussion 03/10/14, 08:00 PM
Replies: 12
Views: 7,085
Posted By Myrroddin
If they are private, you cannot use or call those...

If they are private, you cannot use or call those APIs. Consider them private to the game itself. We, as AddOn authors, are incapable of accessing private APIs.

Anything else we can use.
Forum: Alpha/Beta AddOns 03/09/14, 10:33 AM
Replies: 3
Views: 9,385
Posted By Myrroddin
With version 0.0.2 I renamed the project to Group...

With version 0.0.2 I renamed the project to Group Accept, since that is what it actually does.

Pending project approval.
Forum: Alpha/Beta AddOns 03/09/14, 09:04 AM
Replies: 3
Views: 9,385
Posted By Myrroddin
[New] Group Invite

Group Invite (http://www.esoui.com/downloads/info51-GroupInvite.html) automatically accepts group invites from friends and guild members. There are two options, one to turn off accepting from...
Forum: General Authoring Discussion 03/09/14, 06:54 AM
Replies: 1
Views: 3,981
Posted By Myrroddin
Localizing an AddOn?

I don't see it yet, unless it is a CVar, so I am asking if there is an API to return the client's game locale?
Forum: Chit-Chat 03/08/14, 05:27 AM
Replies: 7
Views: 15,140
Posted By Myrroddin
Rambling can be good. The debate about MMOx vs...

Rambling can be good.

The debate about MMOx vs MMOy will rage until these types of games die off, if ever they do. I look at where WoW is now, with an eye towards Warlords of Draenor. Here are a few...
Forum: General Authoring Discussion 03/02/14, 06:44 PM
Replies: 7
Views: 9,758
Posted By Myrroddin
Okay, that's a start, and thank you. I missed...

Okay, that's a start, and thank you. I missed that. But it still leaves me with things like ZO_SavedVars:New() and :NewAccountWide(), d (really, "d" is print??) and some others. How did you guys...
Forum: General Authoring Discussion 03/02/14, 05:47 PM
Replies: 7
Views: 9,758
Posted By Myrroddin
Ah, thank you. I've been pouring over the Wiki...

Ah, thank you. I've been pouring over the Wiki with no luck or love trying to find the following syntax:

* ZO_SavedVars
* EVENT_MANAGER
* CHAT_SYSTEM
* CALLBACK_MANAGER
* others?

If I had found...
Forum: General Authoring Discussion 03/02/14, 05:41 PM
Replies: 26
Views: 17,085
Posted By Myrroddin
If the Pin APIs are inconclusive at this point,...

If the Pin APIs are inconclusive at this point, could you not take a page from HandyNotes, Gatherer, or GatherMate from WoW and use SetPoint? Granted, they all use Astrolabe as their back end, but it...
Forum: General Authoring Discussion 03/02/14, 05:37 PM
Replies: 7
Views: 9,758
Posted By Myrroddin
I mean if you want, say, MyAddOn_SV and...

I mean if you want, say, MyAddOn_SV and MyAddOnDB. One would be general settings, the other could be character specific, with both in the same AddOn. You could do this in WoW, so I'm guessing you can...
Forum: General Authoring Discussion 03/02/14, 01:14 AM
Replies: 1
Views: 3,912
Posted By Myrroddin
LibStub

I saw a port of LibStub in LibAddOnMenu-1.0; is the code identical to the WoW version? Are the APIs the same? Is it hosted somewhere or only bundled with LAOM?
Forum: General Authoring Discussion 03/02/14, 01:11 AM
Replies: 7
Views: 9,758
Posted By Myrroddin
Multiple saved variables

Based on the Wiki, most things that have multiple entries in the toc/txt file are space-delineated. If you have more than one SV file, does it follow this pattern, or do you need 2, 3, etc...
Forum: General Authoring Discussion 02/27/14, 09:25 AM
Replies: 34
Views: 20,904
Posted By Myrroddin
How does one document the API? Sign into the...

How does one document the API? Sign into the Wiki, but what then? Is there dump commands, or event parsers? It's great to have a list, but if we don't know what each API has for return values, or...
Forum: General Authoring Discussion 02/24/14, 06:25 PM
Replies: 2
Views: 4,207
Posted By Myrroddin
I thought so, but wanted to make sure. Now we...

I thought so, but wanted to make sure. Now we have to document all those wonderful APIs.

... And I need to decide if I am buying this game.
Forum: General Authoring Discussion 02/24/14, 03:10 PM
Replies: 2
Views: 4,207
Posted By Myrroddin
Avoiding XML

Is it possible to write AddOns without a single line of XML?
Forum: General Authoring Discussion 02/18/14, 05:40 PM
Replies: 4
Views: 5,709
Posted By Myrroddin
The forums are for Elder Scrolls, the videos are...

The forums are for Elder Scrolls, the videos are for Lord of the Rings; are you taking requests for any game?
Showing results 1 to 25 of 28