Showing results 1 to 25 of 183
Search took 0.01 seconds.
Search: Posts Made By: Iyanga
Forum: General Authoring Discussion 07/30/14, 10:30 AM
Replies: 3
Views: 3,616
Posted By Iyanga
Yes. Been there, done that. function...

Yes.
Been there, done that.

function Battlelog.CombatStateChange(eventCode, inCombat)
if inCombat == true then
EVENT_MANAGER:RegisterForEvent("Battlelog", EVENT_COMBAT_EVENT,...
Forum: Lua/XML Help 07/13/14, 01:15 AM
Replies: 2
Views: 3,533
Posted By Iyanga
Is the slotId actually valid? In the bank they...

Is the slotId actually valid?
In the bank they are not necessarily consecutively and can start with an (more or less) arbitrary number.
Forum: AddOn Help/Support 07/04/14, 06:11 AM
Replies: 3
Views: 4,029
Posted By Iyanga
There are some addons out there that don't work...

There are some addons out there that don't work properly, some dating back to beta. If addons are removed for being out of date, then consistently.

It might be more useful when esoui.com marks "old"...
Forum: General Authoring Discussion 06/27/14, 10:37 AM
Replies: 22
Views: 16,634
Posted By Iyanga
That's okay. You don't need to. You wouldn't mind...

That's okay. You don't need to. You wouldn't mind if Andy Warhol had to write a disclaimer all over his Campbell's Soup Cans (http://en.wikipedia.org/wiki/Campbell's_Soup_Cans) picture, either.
Forum: General Authoring Discussion 06/27/14, 09:24 AM
Replies: 22
Views: 16,634
Posted By Iyanga
It's also not part of Bethesda. Or Sony. Or...

It's also not part of Bethesda. Or Sony. Or Disney. Or Pixar.

And whose responsibility is it, if "GetUnitName("player")" DOES format the hard drive? The responsibility of the addon developer?



So...
Forum: General Authoring Discussion 06/26/14, 04:48 PM
Replies: 22
Views: 16,634
Posted By Iyanga
I'm not going to be bullied into their bull****,...

I'm not going to be bullied into their bull****, sorry.


The addons I write don't contain trademarks of ZeniMax, so I don't need to point out that they are trademarks.

What next? I write a damsel...
Forum: Wish List 06/26/14, 01:26 PM
Replies: 12
Views: 11,115
Posted By Iyanga
We DO fix their problems.

We DO fix their problems.
Forum: Lua/XML Help 06/04/14, 02:30 PM
Replies: 3
Views: 4,147
Posted By Iyanga
Sorry, I already don't get why the original code...

Sorry, I already don't get why the original code works.
Forum: Lua/XML Help 06/03/14, 10:49 AM
Replies: 4
Views: 5,466
Posted By Iyanga
http://en.wikipedia.org/wiki/Byte_order_mark T...

http://en.wikipedia.org/wiki/Byte_order_mark




The BOM sequence is:
"\239\187\191"
Forum: Lua/XML Help 06/01/14, 06:15 AM
Replies: 4
Views: 5,466
Posted By Iyanga
That's very unlikely. "\xEF\xBF\xBD" is...

That's very unlikely.



"\xEF\xBF\xBD" is just...garbage, so is \xd6.

You can verify this easily with the commands
/script d("\xEF\xBF\xBD")
and
/script d("\195\150")
Forum: General Authoring Discussion 05/30/14, 02:56 AM
Replies: 3
Views: 2,988
Posted By Iyanga
EVENT_ABILITY_PROGRESSION_RANK_UPDATE does not...

EVENT_ABILITY_PROGRESSION_RANK_UPDATE does not fire?
Forum: Tutorials & Other Helpful Info 05/29/14, 04:05 AM
Replies: 15
Views: 38,234
Posted By Iyanga
Wrong point of view. The item link IS your item...

Wrong point of view.

The item link IS your item id. It just isn't a number.
Forum: General Authoring Discussion 05/28/14, 01:08 PM
Replies: 4
Views: 4,121
Posted By Iyanga
Yeah, that's what I thought, too, couldn't find...

Yeah, that's what I thought, too, couldn't find the thread yesterday though. Guess was blind, I wrote in that thread, too. :o

ZO_PreHookHandler() works like a charm for my case, no problem with...
Forum: General Authoring Discussion 05/27/14, 03:59 PM
Replies: 4
Views: 4,121
Posted By Iyanga
Question Adding multiple handlers

If a control has a handler already set, for example for "OnMouseEnter", you can add your own handler like this:

local oldHandler = control:GetHandler(event)
control:SetHandler(event, function(...)...
Forum: Translation Help 05/26/14, 02:25 PM
Replies: 5
Views: 8,195
Posted By Iyanga
Hm...I don't quite get what you need the quest...

Hm...I don't quite get what you need the quest database for?

"The Quest Journal lets you keep track of your quests as you journey across Tamriel."

The events/API functions give you the localized...
Forum: Lua/XML Help 05/23/14, 06:00 PM
Replies: 2
Views: 3,317
Posted By Iyanga
targetType...

targetType (http://wiki.esoui.com/Globals#CombatUnitType)
sourceType (http://wiki.esoui.com/Globals#CombatUnitType)
powerType (http://wiki.esoui.com/Globals#CombatMechanicType)
damageType...
Forum: Gameplay 05/23/14, 09:46 AM
Replies: 4
Views: 9,648
Posted By Iyanga
And they managed to break one of my addons....

And they managed to break one of my addons. :mad:

(Using an OnDragReceived event on a button, nothing special. But it doesn't fire anymore it seems.)
Forum: Gameplay 05/23/14, 09:31 AM
Replies: 4
Views: 9,648
Posted By Iyanga
http://www11.pic-upload.de/thumb/23.05.14/fz1jgwgs...

http://www11.pic-upload.de/thumb/23.05.14/fz1jgwgsn7f.jpg (http://www.pic-upload.de/view-23296536/Screenshot_20140523_172804.jpg.html)
Forum: Gameplay 05/23/14, 09:17 AM
Replies: 4
Views: 9,648
Posted By Iyanga
Tilting at windmills

So, I make sure all my output of my addons is properly displayed without those annoying ^Fx meta-tags and instead of ZOS fixing their bugs in the UI regarding this, they manage to make it worse and...
Forum: General Authoring Discussion 05/23/14, 06:32 AM
Replies: 27
Views: 22,289
Posted By Iyanga
No, it can be a move backward, too. ZOS could for...

No, it can be a move backward, too. ZOS could for example decide to remove member notes completely and therefore hurting all the people who use that feature for legitimate purposes just because you...
Forum: Translation Help 05/21/14, 10:24 AM
Replies: 11
Views: 13,147
Posted By Iyanga
"Craft Many" is already strange. A "Craft"...

"Craft Many" is already strange.

A "Craft" button is sufficient, because the GUI element should only contain one value.

If you have a slider, then there should be no buttons to ignore the slider...
Forum: AddOn Help/Support 05/18/14, 03:51 PM
Replies: 14
Views: 10,205
Posted By Iyanga
:rolleyes: Yes and Microsoft is full of morons...

:rolleyes:

Yes and Microsoft is full of morons because their Win32API documentation dares to have a datatype called HWND or HINSTANCE.
Forum: AddOn Help/Support 05/18/14, 03:45 PM
Replies: 14
Views: 10,205
Posted By Iyanga
No, you are not misunderstanding, CatoTheElder...

No, you are not misunderstanding, CatoTheElder just has no clue what he is talking about.


There is no correlation between the size of a datatype and the memory width size of the architecture. How...
Forum: Lua/XML Help 05/18/14, 11:50 AM
Replies: 2
Views: 3,251
Posted By Iyanga
In the code you posted you have a local function...

In the code you posted you have a local function that does nothing, because there is nothing written between "function" and "end" and a global function with the very same name.

What result do you...
Forum: Tutorials & Other Helpful Info 05/18/14, 11:38 AM
Replies: 13
Views: 20,003
Posted By Iyanga
And another note: Using m with items is not...

And another note:

Using m with items is not worth the time, there is no way to get correct output for German.

There seems to be an algorithm if the string has no ^p version to turn a normal string...
Showing results 1 to 25 of 183