Results: 1671Comments by: votan
File: Potion Maker (for Alchemy Crafting)01/29/15
Ok. I check it. - this bug happe...
Posted By: votan
Ok. I check it. - this bug happends every time - its because i hit Cancel while process previous crafting alchemy routine - or because of MultiCraft addon - look at the glowing around reagents, looks like it stuck from previous routine, when ingredients glowing one by one to make one potion - reloadui helps i can change the...
File: Postmaster Mail01/21/15
Hi. I don't know the code, so ig...
Posted By: votan
Hi. I don't know the code, so ignore me, if I say stupid things. :) Deleting items while looping forward in the same list is dangerous. May you should build a table of "mails to be deleted" while looping forward with GetNextMailId. And afterwards you loop backwards through this "ToDo" list. May this helps? The following line...
File: Rare Fish Tracker01/13/15
1.9: - Now handles localization mo...
Posted By: votan
1.9: - Now handles localization more gracefully sure? The only difference I can see is this one: RFT.window.entries.ocean:SetHidden(false) And the extra chars in the zone title are still there (without my modifications) Is there something wrong with the zip? :confused:
File: Potion Maker (for Alchemy Crafting)01/13/15
@drunky: You are welcome :) @Bor...
Posted By: votan
@drunky: You are welcome :) @BornDownUnder: Thank you :)
File: Potion Maker (for Alchemy Crafting)01/10/15
Potion Maker Extended or Potion Maker?
Posted By: votan
I updated the Addon-Info to help out choosing one. Hopefully :)
File: Potion Maker Extended01/09/15
Re: Search does not work for me.
Posted By: votan
So I have tried to use both Potion Maker addons and whenever I search nothing comes up. Is there some sort of trick to it? I pick to ingredients and waters and click search and nothing comes up. The two ingrdiants I pick should show me a healing potion but it doesn't. Is there some setting to make it work? Can you tell me which ingr...
File: Potion Maker Extended01/05/15
Re: Re: Re: Re: wow confused
Posted By: votan
Hi dopiate, yes, this helps. Here I will clear up confusion for me - I open 4.0 and see this -- ok in the top left is only icons and no words -- I like the way it used to be. what was wrong with words? Words have culture variant length. You never know ether you waste space or even have enough. I'm sorry I haven't memor...
File: Potion Maker Extended01/05/15
Re: Re: wow confused
Posted By: votan
4.x --- CONFUSING -d @dopiate: Confusing :confused: Now you confusing me :) May be I can help you out, dopiate? Or change something? Cheers
File: Rare Fish Tracker12/29/14
@katkat42: Thanks! Exactly what I n...
Posted By: votan
@katkat42: Thanks! Exactly what I need. :cool: @svan: The names shown in the window are taken from the achievement. There is no extra translation. You may send an in-game /feedback to ZOS. :) Edit: @katkat42: For the other issues I suggest to change the code as following (marked with -- !): In RareFishTracker.lua: -- StripAr...
File: Advanced Filters12/02/14
but now I get the feeling that it h...
Posted By: votan
but now I get the feeling that it has been IS's all along and that LibStub doesn't like decimal values for MINOR for some reason. I have tested that. Yes. No decimal. If you look at libStub you see, that minor is taken from the first match of digits. minor = assert(tonumber(zo_strmatch(minor, "%d+")), "Minor version must either be...
File: Advanced Filters12/02/14
I'm using 0.7.3.1. No item saver. n...
Posted By: votan
I'm using 0.7.3.1. No item saver. no extra libFilters. Things getting better :) 1. image: Going directly to vendor: Not working, as QuadroTony said. 2. image: First going to bank, when to vendor: Works. More than once. There is something you are doing for bank, which should be done always :) http://www.plastique-music.de/af1.jpg...
File: Advanced Filters11/30/14
What's the latest version that work...
Posted By: votan
What's the latest version that works for you guys? For me, the lastest version that works is 0.7.2. No item saver. No slowdown. In 0.7.3 the sub-category updating is broken: Entering bank dialog->deposit->switch to "Armor"->switch to "Heavy Armor": works ->switch to "Light Armor": works ->switch to "Heavy Armor"->move the only l...
File: Harven's Dwemer Clock11/11/14
Clock repaired
Posted By: votan
I finally found a way to fix it. We have this beautiful clock back. Here is my fix. For developers: I tried to find an option to bring back old scaling behavior with no luck. Conclusion: Anchors with offset do not behave as before. (They work, but offset is handled different) Here we need to do scaling and sizing on our own....
File: Harven's Dwemer Clock11/06/14
Yes, seems to be a scaling issue. A...
Posted By: votan
Yes, seems to be a scaling issue. At it's original size, it looks good, right? And if you scale it down, the gears come out.
File: Harven's Potions Alert11/04/14
Nice to meet you too. I'm not pisse...
Posted By: votan
Nice to meet you too. I'm not pissed off at all :), sorry if you had such an impression when reading my comment. If that is the case then I must find some other reliable way to make sure that HarvensPotionsAlert.isAlertHidden is in the right state at all time. I already try my on approach. Because without this addon I am lost. :D...
File: Harven's Potions Alert11/04/14
Hey Votan, I can't agree with your...
Posted By: votan
Hey Votan, I can't agree with your explanation. Let's say your last alert was highest priority health alert but your health is now above the threshold so the popup dissapeared. HarvensPotionsAlert.isAlertHidden is true now, so this whole condition: if not HarvensPotionsAlert.isAlertHidden and HarvensPotionsAlert.alertPowerType...
File: Harven's Potions Alert11/04/14
I got the following error this even...
Posted By: votan
I got the following error this evening after installing eso 1.5.2 update 2014-11-04T20:15:10.139+12:00 |cff0000Lua Error: EsoUI/Common/ZO_Options/ZO_SharedOptions.lua:23: attempt to index a nil value stack traceback: EsoUI/Common/ZO_Options/ZO_SharedOptions.lua:23: in function 'ZO_SharedOptions:InitializeControl' EsoUI/Comm...
File: LibHarvensAddonSettings11/04/14
Hot Fix for Update 1.5.2
Posted By: votan
I got the following error this evening after installing eso 1.5.2 update 2014-11-04T20:15:10.139+12:00 |cff0000Lua Error: EsoUI/Common/ZO_Options/ZO_SharedOptions.lua:23: attempt to index a nil value stack traceback: EsoUI/Common/ZO_Options/ZO_SharedOptions.lua:23: in function 'ZO_SharedOptions:InitializeControl' EsoUI/Comm...
File: Harven's Potions Alert10/26/14
I have to add that this also doesn'...
Posted By: votan
I have to add that this also doesn't work for me. No alert. No pot change. I've set the pots correctly and changed the threshold just to be sure there's a value written and the addon seems to do nothing. Is it working for anyone? Yes and no. There is a bug: HarvensPotionsAlert.alertPowerType never resets to "normal". Once the h...
File: Harven's Trait and Style10/25/14
Re: Re: Found and fixed issues
Posted By: votan
Thanks Garkin. :o I was confused, because I red somewhere LUA is one-based. Good to know, because I'm new to LUA. I realized the wrong alignment, too. It's coming using the mouse-wheel. I assumed, this will be fixed by ZOS one day anyway. I can not reproduce the fast mouse moving crash with activated feature. May you fixed it...
File: Harven's Trait and Style10/25/14
Found and fixed issues
Posted By: votan
Hi, I found and fixed some issues in version 1.8a: Extra characters in localized display names: Fixed by using zo_strformat in function formatstyle Items from tutorial have ITEMSTYLE_NONE and are not researchable. They can cause unsecure code expections trying to put them out of the bag. Fix: Exit function for ITEMSTYLE_NONE...