Results: 237Comments by: ForgottenLight
File: WPamA (What Pledges at my Alts)05/22/16
When i display the Orsinium boss wi...
Posted By: ForgottenLight
When i display the Orsinium boss window for one or all chars and switch to calendar window how do i change back to wrothgar boss window? This addon supports 2 ways to switch between window modes - 1) direct selection and 2) sequential switching between modes. Just feel free to use key bindings. :) Also you can use a switch mode...
File: Destinations05/06/16
What sense was to convert the file...
Posted By: ForgottenLight
What sense was to convert the file if the array is still only the English names of locations? For players using the German, French, Russian or other clients of the game GetZoneNameByIndex function will return the result exactly in those languages. You need to add in an array ZoneNamesToFileNames the names of locations in languages o...
File: Destinations05/05/16
Solve for achievments
Posted By: ForgottenLight
As I promised in the post below, here is a solution for all languages (API-based). Just in the file Destinations.lua need to find and remove the definition of the array ZoneNamesToFileNames and instead add the following code: local loc_SI_TOOLTIP_ITEM_NAME = GetString(SI_TOOLTIP_ITEM_NAME) local MapInfoToFileNames = { = "gle...
File: Destinations05/05/16
M'aiq, Lightbringer, Crime Pays etc. achievments
Posted By: ForgottenLight
Hi! Thank you very much for this useful addon! I use RuESO and I have problem with displaying achievements. A little debug an addon I found that in function MaiqpinTypeCallback(), the value of the variable COMP is nil. This is because the value of the variable zoneTextureName too early nil. I began searching for a place in the code...
File: MailLooter04/28/16
It seems the way I described in the...
Posted By: ForgottenLight
It seems the way I described in the previous post does not solve the problem. Looking at the code a bit I came to the conclusion that the file "\MailLooter\lang\ru.lua" is loaded before file "\MailLooter\core\MailLooter.lua". And this on loaded file "\MailLooter\lang\ru.lua" some constants do not yet exist. I add: local SUBTYPE_S...
File: MailLooter04/25/16
For russian players with RuESO: If...
Posted By: ForgottenLight
For russian players with RuESO: If you have error: user:/AddOns/MailLooter/ui/LootFragment.lua:661: operator .. is not supported for string .. nil stack traceback: user:/AddOns/MailLooter/ui/LootFragment.lua:661: in function 'GetLootRowType' To solve: 1. Edit file /AddOns/MailLooter/ui/LootFragment.lua and go to line 661 2....
File: WPamA (What Pledges at my Alts)04/22/16
Thanks for the reminder! I fixed ch...
Posted By: ForgottenLight
Thanks for the reminder! I fixed change log.
File: WPamA (What Pledges at my Alts)04/18/16
Setting to enable/disable auto-shar...
Posted By: ForgottenLight
Setting to enable/disable auto-shared to realize just. In the next version of the addon will add this option. Tracking words in chat is more complicated, but will do.
File: WPamA (What Pledges at my Alts)03/22/16
Nita, svan thank you for your help!...
Posted By: ForgottenLight
Nita, svan thank you for your help! I sent to you PM with addon v0.8 betta 1 for testing. In this version enabled debug mode. After you logout in saved variables saved information about Added/Advanced/Removed quests. Its file \liveeu\SavedVariables\WPamA.lua . From here you can take the quests names. For example: = { = "2...
File: WPamA (What Pledges at my Alts)03/22/16
I will translate "EN.lua" in french...
Posted By: ForgottenLight
I will translate "EN.lua" in french. Will do quest again in french too ;) Will send u file in private by the end of the day. Cheers. I would be very grateful.
File: WPamA (What Pledges at my Alts)03/22/16
Currently, the only supported langu...
Posted By: ForgottenLight
Currently, the only supported language is English. If you help, together we can add support for French language. Today I set in my client the French language and perform quests for world bosses. So I get the names of quests in French. This should solve the problem with world bosses. But the translation of the rest of the texts is a p...
File: WPamA (What Pledges at my Alts)03/21/16
In version 0.7 added statuses of si...
Posted By: ForgottenLight
In version 0.7 added statuses of six Wrothgar World Bosses. Statuses of Wrothgar delves daily quests maybe will add in future versions. :)
File: Yet Another RuEsoChat03/21/16
Было б...
Posted By: ForgottenLight
Было бы неплохо в логах изменений писать версию и дату ч...
File: Khrill Crafting Post-It03/16/16
RU Patch
Posted By: ForgottenLight
I posted a patch to fix a problem with the display of Russian language of your addon. For this it was necessary to change the file encoding to UTF-8. http://www.esoui.com/downloads/info1323-RupatchforKhrillCraftingPostitv1.4.0.html
File: WPamA (What Pledges at my Alts)03/03/16
About "Done" status
Posted By: ForgottenLight
To determine the status "Done" addon remembers time stamp the taking of a pledge and time stamp closing of a pledge. If both the time stamp is between today 7:00 to 7:00 tomorrow then the status "None" is changed to "Done" (if current time < 7:00 then checks between yesterday 7:00 to 7:00 today). Both the time stamp stored in the sa...
File: AlphaGear03/02/16
Getting error user:/AddOns/Alpha...
Posted By: ForgottenLight
Getting error user:/AddOns/AlphaGear/AlphaGear.lua:1: attempt to index a nil value stack traceback: user:/AddOns/AlphaGear/AlphaGear.lua:1: in function 'AG.SwapMessage' EsoUI/Libraries/Globals/globalapi.lua:185: in function '(anonymous)' Can you please roll back!! maybe test more before you release updates!! I getting t...
File: WPamA (What Pledges at my Alts)02/26/16
ok. I understand what you want. Wil...
Posted By: ForgottenLight
ok. I understand what you want. Will try to implement in the next version. :)
File: WPamA (What Pledges at my Alts)02/26/16
Completion status is defined as the...
Posted By: ForgottenLight
Completion status is defined as the stage of the pledge quest "Return to...". As long as the quest stage "Return to..." is shown a checkmark on the character in addon window. This status can be for a long time, even years... :) Important point - if you complied a pledge, returned to the undaunted NPC, talked to him, but didn't take...
File: SkyShards11/23/15
You'll have duplicate if you displa...
Posted By: ForgottenLight
You'll have duplicate if you display both MiniMaps. You should not have 2 Minimaps. Code is for now incompatible. It's Skyshards/Lorebook + (AUI MiniMap OR Fyrakin's MiniMap), but not the both at same time. You won't have problems if you only display MiniMap by Fyrakin - Code is not delayed. There is a delay if you display AUI Mini...
File: SkyShards11/19/15
The delayed execution is here ONLY...
Posted By: ForgottenLight
The delayed execution is here ONLY if you have AUI MiniMap addon enabled. What's your problem ? I have AUI addon and MiniMap always shown. I'm very used to it. :)
File: SkyShards11/19/15
I play on two computers. Sometimes...
Posted By: ForgottenLight
I play on two computers. Sometimes on one, sometimes on another. On a faster computer problem is solved. On slower computer problem sometimes occurs. I wanted to understand why the problem occurs and I looked how they solved the problem in the code of your addon. To solve you call the function CreatePins delayed in time, is that rig...
File: SkyShards11/16/15
Good afternoon! After I installe...
Posted By: ForgottenLight
Good afternoon! After I installed the latest version (2.2.1) of the addon, began to appear on the map skyshards from other locations. When I entered the game, I was in the Stormhaven location. After that I moved to Alikr. And then moved to Craglorn. On the Craglorn map display skyshards from all three locations. http://i.imgur....
File: MailLooter11/12/15
Thanks for your reply. Officiall...
Posted By: ForgottenLight
Thanks for your reply. Officially ESO only supports three languages - EN, DE, FR. But there are addons adding unofficial translations made by fans of the ESO. With Patch 2.2.5 all unofficial localization stopped working. Details Related http://forums.elderscrollsonline.com/en/discussion/230266/patch-2-2-5-ninja-nerf-of-all-unoffi...
File: Khrill Crafting Post-It11/11/15
With Patch 2.2.5 all unofficial loc...
Posted By: ForgottenLight
With Patch 2.2.5 all unofficial localization stopped working. This is bad news. But ZOS_ChipHilseberg promised in the near future to implement support for the unofficial localization. This is good news. Tests of the Russian language in the addon to postpone implementation of support for localization. "If it takes forever I will...
File: Khrill Crafting Post-It11/10/15
Thanks for the help! I'll try to...
Posted By: ForgottenLight
Thanks for the help! I'll try to explain how the localization of the Russian language. Most likely the game client has an 8 bit encoding and can not work with Unicode. 8 bit character table consists of two parts - ASCII (basic Latin) and Latin Extended. RuESO patch replaces some of the fonts (ftn47.otf, ftn57.otf, ftn87.otf, antqu...