Showing results 1 to 25 of 34
Search took 0.00 seconds.
Search: Posts Made By: Biki
Forum: General Authoring Discussion 10/06/16, 12:45 PM
Replies: 2
Views: 3,150
Posted By Biki
No it does not.

No it does not.
Forum: General Authoring Discussion 09/30/16, 05:39 AM
Replies: 7
Views: 5,987
Posted By Biki
Nice idea, but I would change "obsolete", which...

Nice idea, but I would change "obsolete", which usually means "no longer needed" to "outdated", since that's more fitting.
Forum: Translation Help 09/30/16, 05:36 AM
Replies: 21
Views: 17,477
Posted By Biki
Overland is a common MMO term to describe things...

Overland is a common MMO term to describe things that are not in instanced areas, so e.g. not in dungeons/trials/solo instances/etc.
One MMO that made heavy use of that was Vanguard, with big...
Forum: Wish List 06/01/16, 03:59 PM
Replies: 2
Views: 3,815
Posted By Biki
Yes please. At least the font.

Yes please. At least the font.
Forum: AddOn Search/Requests 08/20/14, 01:27 PM
Replies: 7
Views: 9,776
Posted By Biki
Thanks for the support guys. It's nice seeing the...

Thanks for the support guys. It's nice seeing the community work together :)
Forum: AddOn Search/Requests 05/01/14, 07:18 PM
Replies: 3
Views: 2,576
Posted By Biki
That's a known issue and will be fixed by ZO.

That's a known issue and will be fixed by ZO.
Forum: General Authoring Discussion 04/30/14, 03:03 AM
Replies: 25
Views: 22,676
Posted By Biki
Typo in the first sentence "Der Titel hat dieser...

Typo in the first sentence "Der Titel hat dieser Farbe," should be "Der Titel hat diese Farbe,", otherwise it's great ;)
Forum: General Authoring Discussion 04/29/14, 03:57 PM
Replies: 25
Views: 22,676
Posted By Biki
I would write "Titelfarbe" as one word, that's...

I would write "Titelfarbe" as one word, that's more correct.
It's also "lädt", not "läd" and the article should not be "der", either "die" or "das" (I would recommend "das").

Also "standard Werte"...
Forum: AddOn Search/Requests 04/26/14, 10:51 AM
Replies: 11
Views: 11,675
Posted By Biki
http://www.esoui.com/downloads/info199-Azurah-Inte...

http://www.esoui.com/downloads/info199-Azurah-InterfaceEnhanced.html
Forum: AddOn Help/Support 04/26/14, 10:13 AM
Replies: 14
Views: 11,531
Posted By Biki
Ok so I've tested a little more, seeing I also...

Ok so I've tested a little more, seeing I also like the non-glossy version :D


ZO_PlayerAttributeHealthBarLeftGloss:SetHidden(true)
ZO_PlayerAttributeHealthBarLeftGloss:SetDimensions(0, 0)
...
Forum: AddOn Help/Support 04/26/14, 09:32 AM
Replies: 14
Views: 11,531
Posted By Biki
ZO_PlayerAttributeHealthBarLeftGloss:SetHandler("O...

ZO_PlayerAttributeHealthBarLeftGloss:SetHandler("OnUpdate", function()
ZO_PlayerAttributeHealthBarLeftGloss:SetHidden(true)
end)
ZO_PlayerAttributeHealthBarRightGloss:SetHandler("OnUpdate",...
Forum: AddOn Help/Support 04/22/14, 03:37 PM
Replies: 85
Views: 98,723
Posted By Biki
You don't have line numbers in notepad. Get some...

You don't have line numbers in notepad. Get some free more advanced tool, like Notepad++.
Commenting out with double dash means adding "--" in front of the line. One sort of comments in lua start...
Forum: General Authoring Discussion 04/21/14, 08:52 AM
Replies: 5
Views: 3,906
Posted By Biki
I've used it in my achievement tracker. It's very...

I've used it in my achievement tracker. It's very handy, especially because of the built-in queue system that shows message one after another.


ZO_Alert(UI_ALERT_CATEGORY_ALERT,...
Forum: Chit-Chat 04/21/14, 05:48 AM
Replies: 13
Views: 19,456
Posted By Biki
I've toggled the visibility of the GuiRoot...

I've toggled the visibility of the GuiRoot several times now. Can't recommend it :)
Makes the whole UI unresponsive of course. I think I fixed it somehow by somehow getting my UI to reload, but more...
Forum: AddOn Help/Support 04/13/14, 03:42 AM
Replies: 6
Views: 6,074
Posted By Biki
There is: https://github.com/Pawkette/Pawksickles

There is: https://github.com/Pawkette/Pawksickles
Forum: AddOn Help/Support 04/12/14, 05:15 PM
Replies: 2
Views: 4,537
Posted By Biki
If you want to do a reset, you need to delete the...

If you want to do a reset, you need to delete the <Documents>/../SavedVariables/AchievementTrackerSavedVars.lua file, while either:
1) not logged in OR
2) the addon is deactivated and you did a...
Forum: AddOn Search/Requests 04/09/14, 09:13 AM
Replies: 22
Views: 14,152
Posted By Biki
Nice idea. I think a PreHook on the UI Error...

Nice idea. I think a PreHook on the UI Error Window should already do the trick, shouldn't it? Try to get the text somehow and never show the window itself. Although a PreHook might be too early for...
Forum: General Authoring Discussion 04/08/14, 08:40 AM
Replies: 6
Views: 3,977
Posted By Biki
control:SetHandler("OnMouseUp", function(_,...

control:SetHandler("OnMouseUp", function(_, button)
if button == 3 then
-- your code
end
end)


Button 1 is left click, 2 is right click and 3 is middle click ;)
Forum: AddOn Search/Requests 04/07/14, 01:43 PM
Replies: 27
Views: 13,906
Posted By Biki
She is still developing LootDrop on her github...

She is still developing LootDrop on her github account.
Forum: Lua/XML Help 04/07/14, 07:31 AM
Replies: 11
Views: 8,494
Posted By Biki
It is, but right know you either 1) need to wait...

It is, but right know you either

1) need to wait until Zenimax allows ESOUI (and other sources) to post it
2) Decompress it out game0000.dat
3) Get it somewhere else
Forum: Minion 04/06/14, 03:45 AM
Replies: 4
Views: 4,092
Posted By Biki
It's C:\Users\<User>\Documents\Elder Scrolls...

It's C:\Users\<User>\Documents\Elder Scrolls Online\liveeu\AddOns
Forum: Minion 04/05/14, 06:55 PM
Replies: 4
Views: 4,092
Posted By Biki
Are you playing on the EU server by any chance?...

Are you playing on the EU server by any chance? Minion might have set the path incorrectly then.
Forum: Tutorials & Other Helpful Info 04/05/14, 05:58 PM
Replies: 1
Views: 5,796
Posted By Biki
Easy way of opening a specific interface

Hey guys,

so for my addon Achievement Tracker I tried to open the achievement screen (within the journal) when the user clicks on a tracked achievement within my tracker window.

After a long...
Forum: AddOn Search/Requests 04/04/14, 06:44 PM
Replies: 5
Views: 3,881
Posted By Biki
There is. GetItemInfo(integer bagId, integer...

There is.


GetItemInfo(integer bagId, integer slotIndex)
-- Returns: textureName icon, integer stack, integer sellPrice, bool meetsUsageRequirement, bool locked, integer equipType, integer...
Forum: AddOn Help/Support 04/04/14, 08:34 AM
Replies: 0
Views: 3,322
Posted By Biki
Handlers on labels?

Hi,

has anyone an idea how to set handlers on labels? Is it even possible?
I'm trying to add an OnMouseUp handler to a label but it won't work. I've tried SetMouseEnabled and a proper DrawLayer of...
Showing results 1 to 25 of 34