Showing results 1 to 25 of 29
Search took 0.00 seconds.
Search: Posts Made By: Tajin
Forum: AddOn Search/Requests 04/11/14, 02:08 AM
Replies: 8
Views: 4,959
Posted By Tajin
Feels like a wasted skillpoint to me. Resources...

Feels like a wasted skillpoint to me.
Resources are very easy to spot once you get used to looking for them.
Forum: AddOn Search/Requests 04/10/14, 02:59 AM
Replies: 5
Views: 3,482
Posted By Tajin
Yeh that would be very nice. I've often thought...

Yeh that would be very nice. I've often thought that it would be cool if the arrows for groupmembers would also indicate the class.

However, as Seerah said. This is probably not doable at this...
Forum: Lua/XML Help 04/09/14, 01:29 AM
Replies: 7
Views: 4,956
Posted By Tajin
I've seen different suffixes, not just ^n so I...

I've seen different suffixes, not just ^n so I use this:
local function ParseChat(id, channel, fromName, text)
i = string.find(fromName,"^",0,true)
if i ~= nil then
fromName =...
Forum: Lua/XML Help 04/08/14, 08:52 AM
Replies: 7
Views: 4,956
Posted By Tajin
I doubt it, theres already enough spamming going...

I doubt it, theres already enough spamming going on without it. :(
Forum: AddOn Search/Requests 04/08/14, 07:49 AM
Replies: 8
Views: 5,051
Posted By Tajin
You know you can simply press the up-arrow in...

You know you can simply press the up-arrow in your chatbox to cycle through your last messages?
Its fairly easy to do that, jump to the beginning of the line, change the channel and then...
Forum: Lua/XML Help 04/08/14, 07:36 AM
Replies: 7
Views: 4,956
Posted By Tajin
"parseChat" is just a function I'm using that...

"parseChat" is just a function I'm using that takes the callback from the "EVENT_CHAT_MESSAGE_CHANNEL" event.

You can't send chatmessages via script.

There is a command for it...
SendChatMessage...
Forum: Lua/XML Help 04/08/14, 03:04 AM
Replies: 7
Views: 4,956
Posted By Tajin
here, these two snippets should answer your...

here, these two snippets should answer your question:

EVENT_MANAGER:RegisterForEvent("younameit", EVENT_CHAT_MESSAGE_CHANNEL, ParseChat)

local function ParseChat(id, channel, fromName, text)
Forum: Site help, bugs, suggestions/questions 04/04/14, 08:53 AM
Replies: 4
Views: 1,910
Posted By Tajin
I'm aware of these alternatives, but thanks. Is...

I'm aware of these alternatives, but thanks.

Is there any reason not to have the spoiler-tag though?
It's quite useful and fairly common on forums.
Forum: Site help, bugs, suggestions/questions 04/04/14, 03:52 AM
Replies: 4
Views: 1,910
Posted By Tajin
Thumbs up Spoiler BB-code

Does'nt work

^ This would be very nice to have.

Not only for the forum but it could also be very useful for addon-pages, when you want to include some additional information without cluttering the...
Forum: AddOn Search/Requests 04/04/14, 03:07 AM
Replies: 16
Views: 18,245
Posted By Tajin
:rolleyes: I know. I already felt quilty about...

:rolleyes: I know. I already felt quilty about not doing so.
Forum: AddOn Search/Requests 04/04/14, 03:03 AM
Replies: 2
Views: 3,114
Posted By Tajin
I had something similar, yet a bit different...

I had something similar, yet a bit different planned.

The tool I'm working on will check your available reagents and generate a list of possible combinations, ordered by the potency of their...
Forum: Wish List 04/03/14, 09:36 AM
Replies: 5
Views: 5,530
Posted By Tajin
That should be fairly easy to do. Just make a...

That should be fairly easy to do.

Just make a tiny addon with its own ignore function that allows you to store this kind of data in a savedVariable.
Forum: General Authoring Discussion 04/03/14, 09:31 AM
Replies: 2
Views: 3,325
Posted By Tajin
This might interest...

This might interest you:
http://www.esoui.com/downloads/info7-LibAddonMenu.html


As far as sending messages to the chatwindow goes, the easiest way to do so is with the debug...
Forum: AddOn Help/Support 04/03/14, 09:29 AM
Replies: 3
Views: 4,459
Posted By Tajin
Correct. Now you might think that you could...

Correct.

Now you might think that you could place/scale the 2d elements in a way so they appear to be over the heads of other players. The API however doesn't give us enough information to do that...
Forum: AddOn Help/Support 04/03/14, 09:20 AM
Replies: 2
Views: 4,496
Posted By Tajin
Have a look at the...

Have a look at the API-wiki:
http://wiki.esoui.com/AddOn_Quick_Questions#Is_there_a_way_to_dynamically_create_controls_like_buttons_or_labels.3F


If you need more examples, have a look at some of...
Forum: AddOn Search/Requests 04/03/14, 02:25 AM
Replies: 16
Views: 18,245
Posted By Tajin
Ah damn, the wiki didn't show "SendChatMessage"...

Ah damn, the wiki didn't show "SendChatMessage" as private. :(
I hope in the future they'll atleast allow us to use that in custom channels.

Still, no need to be so disdainful.



Anyway, I've been...
Forum: AddOn Search/Requests 04/02/14, 03:42 PM
Replies: 16
Views: 18,245
Posted By Tajin
But addons can read and send chat messages. Does...

But addons can read and send chat messages. Does that not count as beeing able to communicate?
I think this is doable.
Forum: General Authoring Discussion 04/02/14, 05:34 AM
Replies: 58
Views: 41,641
Posted By Tajin
Thats certainly a good principle, though I don't...

Thats certainly a good principle, though I don't think anyone would object to it as long as it is limited.

I guess it would be fine if we get a checkbox when uploading, that allows us to opt out if...
Forum: General Authoring Discussion 04/02/14, 04:10 AM
Replies: 0
Views: 2,627
Posted By Tajin
Lightbulb Improving local chat?

So many people are apparently complaining about the missing chatbubbles in ESO.
Mostly because they can't tell who is speaking even when they're standing right next to each other.


The question is,...
Forum: General Authoring Discussion 04/02/14, 03:32 AM
Replies: 44
Views: 24,820
Posted By Tajin
Well, I'd be interested in an EU-counterpart of...

Well, I'd be interested in an EU-counterpart of that guild.

Lets see how many others are, so we can make it happen. Shall we?
;)
Forum: AddOn Search/Requests 04/02/14, 03:28 AM
Replies: 16
Views: 18,245
Posted By Tajin
I think the best that could be done is a tool...

I think the best that could be done is a tool that allows you to tag targets and tells you if your current target is tagged.

Automatic targeting or marking probably won't be possible.


I guess it...
Forum: General Authoring Discussion 04/02/14, 03:12 AM
Replies: 58
Views: 41,641
Posted By Tajin
Lightbulb Maybe it would be a good idea to automatically...

Maybe it would be a good idea to automatically include a small textfile or link in every addon available here.
Php can automate that. Some download sites do this.

This way if someone steals files...
Forum: AddOn Search/Requests 04/02/14, 03:03 AM
Replies: 7
Views: 18,328
Posted By Tajin
Nope, that can't be done and also shouldn't be...

Nope, that can't be done and also shouldn't be done.

API restrictions prevent addons from taking direct control over the player.
Forum: AddOn Search/Requests 04/02/14, 02:40 AM
Replies: 9
Views: 8,027
Posted By Tajin
Same here, I wouldn't trust an addon with...

Same here, I wouldn't trust an addon with deleting stuff.

I think it would suffice if the addon autoloots the stuff that it knows you're going to loot anyway. It could then check if any loot...
Forum: General Authoring Discussion 04/01/14, 05:53 AM
Replies: 5
Views: 5,145
Posted By Tajin
I assume that this function requires some...

I assume that this function requires some arguments to work, surely it can not pull the RGBcode out of thin air? ;)
Showing results 1 to 25 of 29