Results: 39Comments by: Halja
File: ESOTheater04/09/14
with French version of the game a l...
Posted By: Halja
with French version of the game a lots of emote dosent work correctly:( but this is as awesome mod thanks ^^ When Zenimax pulled some emotes to be NPC only, they created a rift in versions. The client version may display the same number but there are differences beyond just language locations. :( I was made aware of it in the G...
File: ESOTheater04/08/14
I'll look at that but I'm not hopef...
Posted By: Halja
I'll look at that but I'm not hopeful. The direction is important. We can create a hooks in to the Chat events to listen. So, I could see that responding to an inbound text event with the PlayEmote() or SLASH_COMMANDS() would work. The user could even initiate themselves by the emote chant channel with /emote "whispers". I only want...
File: ESOTheater04/07/14
:D Pushing emotes to the chat windo...
Posted By: Halja
:D Pushing emotes to the chat windows is under development. I'll have it soon now that playing in German works. --halja Grr... scratch that.. I'm not finding away around the SendChatMessage block by Zenimax. Looks like sending messages to yourself is all we can do for now unless they change their minds.
File: ESOTheater04/07/14
:D Pushing emotes to the chat windo...
Posted By: Halja
:D Pushing emotes to the chat windows is under development. I'll have it soon now that playing in German works. --halja
File: ESOTheater04/06/14
Thank you verry much for the German...
Posted By: Halja
Thank you verry much for the German Version. It works greatfull:banana: Great news, I would had it sooner but I was waiting for my ISP metering to re-set. Between Betas, PTS, live, Netflix, and Hulu downloads I went well over my quota last month. I downloaded the German components for the North American mega server. The dispari...
File: ESOTheater04/04/14
Re: just a question
Posted By: Halja
Can the math hack get you banned? :confused: lol What happen is all the emotes change ID number by one and /torch no longer. I did not change my tables but just did a -1 on the emote ids as the hack. I placed a ticket with Zenimax about it as a bug. I wanted to know from them if it was a bug or an intentional change. I guess tempo...
File: ESOTheater04/04/14
@dante`afk 1) if you type /et -...
Posted By: Halja
@dante`afk 1) if you type /et -repin does it appear? That brings it back to the top left of the screen if it wondered off the window. 2) Do you even see the add-on listed as an option to activate/deactivate? If not, look at the my FAQ and the ESOUI help documents on installing add-on. 3) If it is listed as active, do you h...
File: Saved Variables Demo04/03/14
It is a matter of timing you are to...
Posted By: Halja
It is a matter of timing you are too early in the OnAddOnLoaded event to send debug messages to the chat window. It just the event sequence. --helja
File: ESOTheater04/02/14
ok, I have confirmation that the E...
Posted By: Halja
ok, I have confirmation that the EU version does have differences from the US version for emotes. :eek: They have one more emote in the upper half of the list than US. That throws a wrench in things. The sucky part is I'm not sure where we stand at the moment. Zenimax patched both releases again today. This is going to be a rough...
File: ESOTheater04/02/14
I wanted to have a dock-able style...
Posted By: Halja
I wanted to have a dock-able style window for all the emotes with category filters but ran out of time. After official release at the end of the week, I’ll dig deeper on coding something better than the screen “Splat” I did. The API documentation is long but building more complex UI items like a scroll list is not one of them. Ok,...
File: ESOTheater04/01/14
I'am German, this Addon is very goo...
Posted By: Halja
I'am German, this Addon is very good, but the Emotes in German Version not right :( I pulled the emote names from the game engine. Localization is an issue because my game version is US. The good news is won't be that hard to offer other localizations. I wrote it with the driving lua tables in a separate file and there is an enum...
File: ESOTheater03/30/14
Awsome addon, but the emotes do not...
Posted By: Halja
Awsome addon, but the emotes do not fit their "Tag Text" ect. he does /drum when I press the flute emote.. I hope the addon is still supported as im a fan. Download today's version. There was a change between the Release Candidate (RC) on PTS and early access version on live. Basically, all emotes shifted. drum was 7 at the mom...
File: ESOTheater03/30/14
Would it be possible to add in the...
Posted By: Halja
Would it be possible to add in the option of sending the emote to the chat box as well? e.g. "Jenista hugs you." if you are targeted, like you see in other games with the /me command? I was planning that but ran out of time before launch. The game has both soft targeting as a first person shooter and hard targeting. You could un...
File: ESOTheater03/16/14
Yea it’s possible. I was kind of mo...
Posted By: Halja
Yea it’s possible. I was kind of modeling the game’s default GUI look and feel for the initial release. I did just post a new version that will auto-hide and save the last position. At least when you place it somewhere out of the way it will remember between sessions until can I make it a feature. The idea of a transparent option is...