Results: 51Comments by: Pollox
File: Pollox's Daily Quest Tracker11/25/18
I finally merged in zelenin's work...
Posted By: Pollox
I finally merged in zelenin's work to auto-translate quest names from game resource files. For translation work, you now only need to look at .lua and not _quests.lua. I built out the stubs for Japenese and German, so both those should work, but much of the interface is still in English. Please take a look and test out...
File: Pollox's Daily Quest Tracker11/23/18
Re: small cosmetic error
Posted By: Pollox
this addon is getting better all the time, here just a small qlitch what_pledge_alt_on just there for reference would love to have the Murkmire daylies included at some point ;) Thanks for reporting this. It's a typo for the Fang Lair quest and will be fixed in the next release, when I get time to merge in zelenin's quest tran...
File: Pollox's Daily Quest Tracker11/18/18
Re: Re: Re: It does not work in Japanese ESO
Posted By: Pollox
It does not work in Japanese ESO. Since the error does not come out, I do not know the cause. This is a very useful add-on, so I definitely want to use it.:( Japanese is not currently supported. If you'd like to help translate, or can find someone who can, get in touch with me and I'll walk you through what needs to be done. ok...
File: Pollox's Daily Quest Tracker11/17/18
Re: It does not work in Japanese ESO
Posted By: Pollox
It does not work in Japanese ESO. Since the error does not come out, I do not know the cause. This is a very useful add-on, so I definitely want to use it.:( Japanese is not currently supported. If you'd like to help translate, or can find someone who can, get in touch with me and I'll walk you through what needs to be done.
File: Pollox's Daily Quest Tracker11/15/18
Re: Re: Re: which quests to include
Posted By: Pollox
I would say, avoid trials in this addon, but your choice. I need the trials at least for my own personal use. :) At the very least, you'll be able to turn them off like all the other options. At some point, I want to have tabs in the window so you can organize things a bit. I'm still planning how these would work, and it could b...
File: Pollox's Daily Quest Tracker11/14/18
Re: which quests to include
Posted By: Pollox
What are the criteria for making the list in your addon? According to this page Repeatable Quests, there are still a few that could make your list ;) That's the list I used for my first set of quests. I picked out the ones I thought people might be interested in doing daily. For example, ones that have good rewards, ones I do,...
File: Pollox's Daily Quest Tracker11/14/18
i have an idea. Maybe u could add a...
Posted By: Pollox
i have an idea. Maybe u could add an autohide function where completed quest are not showing anymore in the window That could be interesting. Can you describe a bit more what problem this is solving, and how it would work with multiple characters? Would it only hide the row if all the characters finished it? Or only work when you'...
File: Pollox's Daily Quest Tracker11/14/18
Ok, Undaunted pledge feature is rea...
Posted By: Pollox
Ok, Undaunted pledge feature is ready and working in English. It correctly display the names of today's pledges and marks them as complete correctly. I couldn't find translations for these 4 in French (and none for the Russian) L.SI_DQT_PLEDGE_FANG_LAIG = "Pledge: Fang Lair" L.SI_DQT_PLEDGE_SCALECALLER = "Pledge: Scalecall...
File: Pollox's Daily Quest Tracker11/13/18
No-no, it works now! Oh, good to...
Posted By: Pollox
No-no, it works now! Oh, good to hear! Once I finish the pledge feature I'll roll out a new version.
File: Pollox's Daily Quest Tracker11/13/18
@zelenin, What language is used in...
Posted By: Pollox
@zelenin, What language is used in your quests journal? I thought there were 3 languages officially supported : english, french and german @Pollox, for your missing translation (found on wiki.esoui.com/Quests) : = "Inflamed Pyres of the Rift", --en = "Brasiers enflammés de la Brèche", --fr Thanks for the translation. I'...
File: Pollox's Daily Quest Tracker11/13/18
I want help you to make a viable ad...
Posted By: Pollox
I want help you to make a viable addon but I have not seen it working yet. I try it yesterday and it's not work for russian language and looks ugly for russian fonts. So I don't want you to complicate the code base for understanding. Quest names are enough at the moment I think. But you may improve it in future, Feature reques...
File: Pollox's Daily Quest Tracker11/13/18
Usage of display name is bad idea I...
Posted By: Pollox
Usage of display name is bad idea I think. if strip Реликвии from Реликвии Ашалмавии it should be Ашалмавия, not Аш ...
File: Pollox's Daily Quest Tracker11/12/18
A few updates to the language files...
Posted By: Pollox
A few updates to the language files on github. I added the strings for the Undaunted pledge names. They're not used yet, but that's my next goal. I've done a lot of refactoring under the hood in preparation for this and other features. I added two new optional types of strings, DISPLAY and PREFIX. These are used to make the nam...
File: Pollox's Daily Quest Tracker11/12/18
I think I found why SafeAddString c...
Posted By: Pollox
I think I found why SafeAddString causing problems : ZO_CreateStringId needs a name, but SafeAddString needs ID. eg. SI_DQT_CRAFTING gives us its id, like 11575 I seen in another addons, each lines was like SafeAddString(SI_DQT_CRAFTING, "Artisanat", 0). But it seems ugly to me ^^ So now, I use this (and it works fine) for st...
File: Pollox's Daily Quest Tracker11/12/18
I just discovered that What pledge...
Posted By: Pollox
I just discovered that What pledges at my alts has most of the features I've implemented and even ones I haven't gotten to yet, although with a different interface. Is there still interest in having me continue with this addon? If so, what would you like to see that is lacking from that one?
File: Fast Ride11/12/18
Seconding the comments by Tonyleila...
Posted By: Pollox
Seconding the comments by Tonyleila. It makes more sense to me to not switch to rapid riding when mounting if the buff if already active. An option for that would be nice. I too noticed I had to enable account-wide setting on characters individually when first installing the addon, even though I had not touched that setting bef...
File: Pollox's Daily Quest Tracker11/11/18
It seems like zo_strformat not supp...
Posted By: Pollox
It seems like zo_strformat not supports russian rules. It supports english one and other, but not supports russian few and many. Look to cardinal section: https://www.unicode.org/cldr/charts/latest/verify/numbers/en.html https://www.unicode.org/cldr/charts/latest/verify/numbers/ru.html https://wiki.esoui.com/How_to_format_strings...
File: Pollox's Daily Quest Tracker11/11/18
I install github version of course....
Posted By: Pollox
I install github version of course. I just remove save variables but bug still exists. PS I made PR. Translation looks great! Is there a way to translate minute, minutes, hour, hours, and second, seconds from this line though? "Времени до сброс...
File: Pollox's Daily Quest Tracker11/11/18
I think that bug is just from havin...
Posted By: Pollox
I think that bug is just from having an older version previously installed. Does uninstalling and reinstalling the add-on fix it for you? Delete the saved variables too. It didn't work for me, used Minion to both uninstall addon and delete saved variables before reinstalling :( I install github version of course. I just remove...
File: Pollox's Daily Quest Tracker11/11/18
I made russian translation for RuES...
Posted By: Pollox
I made russian translation for RuESO but I have same problem like here. I can make PR to GitHub and you will finish it. Is it OK? Thank you, that is great! Yes, please make PR on GitHub and I'll include in the next release. I think that bug is just from having an older version previously installed. Does uninstalling and reinst...
File: Pollox's Daily Quest Tracker11/10/18
Re: Re: Re: small problem
Posted By: Pollox
Sorry, didn't work for me :o Keybinding is fine, untill you get (too) many addons, with each their own keybinding... pretty soon, you'll run out of free buttons on yer keyboard, so as a backup... a slash-command would be nice :D Hmm, I'm not sure what else to try, since I no longer can reproduce the issue. What about uninstall...
File: Pollox's Daily Quest Tracker11/10/18
Hi o/ I made a tiny translation fo...
Posted By: Pollox
Hi o/ I made a tiny translation for french and I noticed an error in *.txt file : you need to replace lang/$(language.lua) by lang/$(language).lua Question: Why SafeAddString(stringId, translation, 1) doesn't work for me ? (not the first time I tryed to use it in different addons) So I re-use ZO_CreateStringId. It's not t...
File: Pollox's Daily Quest Tracker11/10/18
Re: small problem
Posted By: Pollox
First impression looked good, but since your last update I've gotten a 'small' problem :eek: I had the same issue, but on just one of my characters and not the others. I was able to fix it, but not determine the cause. Maybe it's not reloading the new version of the addon correctly? Here's what worked for me. Let me know if t...
File: Pollox's Daily Quest Tracker11/10/18
This might sound foolish, but it wo...
Posted By: Pollox
This might sound foolish, but it would probably help to put a note about how you open the interface in the description. It wasn't especially intuitive out of the box. I found it, but I'm not sure everyone would. :) (and it definitely didn't take me an embarrassingly long time, nope.) Good idea. I added that to the description...
File: Pollox's Daily Quest Tracker11/09/18
Re: 6 GB??
Posted By: Pollox
I think your addon modifies the SavedVariables file of this addon : Daily Quest Tracker (I didn't know it was possible. Good to know :o) I spent a moment looking for what addon crashed my game. Found the SavedVariables file of "Daily Quest Tracker" with a size of 6 GB :o (I edited this addon, so I thought it was me. But in fact,...