Results: 156Comments by: ApoAlaia
File: ConspicuousQuestMarkers04/19/22
I had errors as well after updating...
Posted By: ApoAlaia
I had errors as well after updating. Exited the game completely and uninstalled the addon using Minion 'ticking' the 'Delete saved variables' option. To err on the side of caution I double checked the 'SavedVariables' folder for the 'ConspicuousQuestMarkers.lua' file; it had indeed been deleted. I installed the addon again v...
File: PerfectPixel04/08/22
Can you get this to work with Gilad...
Posted By: ApoAlaia
Can you get this to work with Giladil the Ragpicker window? Seconded. Actually that would be pretty awesome if you could. Please? stares in seal puppy eyes
File: Dolgubon's Lazy Writ Crafter04/07/22
LootHandler.lua:280 if numLootTran...
Posted By: ApoAlaia
LootHandler.lua:280 if numLootTransmute <=GetMaxPossibleCurrency( 5 , CURRENCY_LOCATION_ACCOUNT) * 0.8 < numTransmute then This doesn't work, because it evaluates everything before the right < as true or false and then tries to compare that to the numTransmute. I think you meant to use a minus in place of that right side l...
File: Foundry Tactical Combat (FTC) - Endless Archive03/23/22
Good morning beautiful people, A...
Posted By: ApoAlaia
Good morning beautiful people, A couple of 'things' with FTC that I'd thought I'd ask: - Is there a way to set it up so the default window upon login the character is the chat window rather than the combat one? - With FTC enabled the ←↓↑→ characters in chat become ▯ is there a way around this?...
File: Master Merchant 3.012/31/21
OK, so, edit 3, third is the charm?...
Posted By: ApoAlaia
OK, so, edit 3, third is the charm? I am experiencing the same issue reported by Redmotion. This is the link to the file in the log viewer: https://sir.insidi.at/or/logviewer/vikqgO I have backed up the files as you advised to the aforementioned user just in case you would like them for 'autopsy purposes'. If you do le...
File: Map Pins11/16/21
Thank you for adding markers for th...
Posted By: ApoAlaia
Thank you for adding markers for the 'wandering bosses' in The Deadlands, much appreciated! :)
File: Map Pins11/14/21
aaaand, yet another portal: u32d...
Posted By: ApoAlaia
aaaand, yet another portal: u32deadlandszone_base={{.874,.463,0}}, (close to the Deadlands Demolisher crafting area). Also, would it be possible to add the spawn points for the 'wandering bosses' please? It would be ideal if ZOS added the 'world event' thing to them (like dragons etc) but until then a static pin would be...
File: PerfectPixel10/28/21
Hi and thanks for these screenshots...
Posted By: ApoAlaia
Hi and thanks for these screenshots. Normally addons cannot affect the crown store. Maybe this is a coincidence as the store reuses backgrounds that other non-crown store panels use too. I'll try to rebuild the problem but I'm not sure one would be able to fix it die to the crown store "no addon changes allowed" restrictions. Per...
File: PerfectPixel10/28/21
Hi beautiful people, Small 'glit...
Posted By: ApoAlaia
Hi beautiful people, Small 'glitch' I have found: You can see in this screenshot that the 'bar' is sitting on the right position: https://imgur.com/CVdIy0n Yet on this one it 'shoots up': https://imgur.com/2NvWgWQ This has been 'captured' on a fresh ESO installation with no other addon or library installed, just Per...
File: Map Pins09/24/21
Re: Re: Re: Blackwood / Zenithar's Abby bosses
Posted By: ApoAlaia
Hello, I don't see completed bosses in Blackwood / Zenithar's Abby PD anymore. I'm using the German client. EN client, can't see those bosses either. Can see the ones in The Silent Halls, but not Zenithar's Abbey. EDIT: In line 10 of MapPins.lua paste the following (replacing the existing text): ZHMain_base={--Zenit...
File: Map Pins09/23/21
Re: Blackwood / Zenithar's Abby bosses
Posted By: ApoAlaia
Hello, I don't see completed bosses in Blackwood / Zenithar's Abby PD anymore. I'm using the German client. EN client, can't see those bosses either. Can see the ones in The Silent Halls, but not Zenithar's Abbey. EDIT: In line 10 of MapPins.lua paste the following (replacing the existing text): ZHMain_base={--Zenit...
File: Group Loot Notifier09/20/21
instead of the arrow between the it...
Posted By: ApoAlaia
instead of the arrow between the item looted and the person who looted it I get a box What is your game language? Are you using localization addon? Language is English, no localization addon. To make things even more bizarre if I paste → in the chat starts working. Just like that. I see boxes, I paste that character...
File: Loot Log09/19/21
Hi beautiful people, I have a mi...
Posted By: ApoAlaia
Hi beautiful people, I have a minor irk with the text output on the chat and I really don't know what is causing it. As you can see in the picture instead of getting an arrow between the item and the person who looted it I get a 'box' character. https://imgur.com/a/LadoInp I have checked the OS language settings and every...
File: Loot Log09/19/21
Hi beautiful people, I have a mi...
Posted By: ApoAlaia
Hi beautiful people, I have a minor irk with the text output on the chat and I really don't know what is causing it. As you can see in the picture instead of getting an arrow between the item and the person who looted it I get a 'box' character. https://imgur.com/a/LadoInp I have checked the OS language settings and every...
File: Group Loot Notifier09/19/21
Hi beautiful people, I have an v...
Posted By: ApoAlaia
Hi beautiful people, I have an very minor issue with the text output of the addon. I have no idea what causes it, I doubt is the addon itself. Basically instead of the arrow between the item looted and the person who looted it I get a box, please see picture. https://imgur.com/a/r9wpQ58 Anyone has experienced this before...
File: PerfectPixel08/16/21
What exactly is not working? You ca...
Posted By: ApoAlaia
What exactly is not working? You cannot see the writ quest info at the left? As the background shown at the right would be "only a visual problem" and is still shown with CraftStore, only more opaque. For the moment, if you want to craft your daily writs, try this addon. It will automatically do the provisioner writs for you as y...
File: Foundry Tactical Combat (FTC) - Endless Archive07/03/21
This error can be fixed with one si...
Posted By: ApoAlaia
This error can be fixed with one simple change, there is a typing mistake in character\functions.lua. Line 157: else if ( unitTag == 'player' ) then Should actually be: elseif ( unitTag == 'player' ) then With this change, functions.lua is closed correctly and loads, which fixes the nil error (second error listed) caused by...
File: Foundry Tactical Combat (FTC) - Endless Archive07/03/21
I have just updated to the latest v...
Posted By: ApoAlaia
I have just updated to the latest version. FTC fails to load and dumps the following errors: user:/AddOns/FoundryTacticalCombat/character/functions.lua:371: end expected (to close function at line 150) near '' user:/AddOns/FoundryTacticalCombat/FoundryTacticalCombat.lua:82: attempt to index a nil value stack traceback:...
File: Map Pins06/29/21
In the latest patch they have rearr...
Posted By: ApoAlaia
In the latest patch they have rearranged the survey nodes in Blackwood and made the distribution a bit more... sensible. Really glad that they took the hint on this one. Jewellery remains untouched, which is OK, the nodes were quite nicely clustered together. Will update when I get Woodworking, Clothing and Alchemy. Encha...
File: Votan's Cartographer (for Harven's Custom Map Pins)06/27/21
Hi beautiful people, I'm wonderi...
Posted By: ApoAlaia
Hi beautiful people, I'm wondering how to modify the font that this addon uses for the prompt. I am currently using a UI mod called PerfectPixel and seeing the prompt for interaction and the Cartographer prompt side by side on different fonts/sizes is a little bit jarring. Thanks!
File: Map Pins06/24/21
Re: Pin points to wrong location - Blackwood
Posted By: ApoAlaia
Achievement: Lost in the Wilds Subject: Fialdar the Vicious Actual Location: X: 64343 Y: 30547 Z: 293501 Hope this helps I have found that the NPCs related to that 'quest' have multiple spawn locations so the location showed by Map Pins is not the 'wrong' one, is just showing one of multiple possible ones.
File: Map Pins06/17/21
Just in case needed (not present in...
Posted By: ApoAlaia
Just in case needed (not present in the current version although I believe it has been reported): Alchemist Survey: Blackwood |H1:item:178469:4:1:0:0:0:0:0:0:0:0:0:0:0:1:0:0:1:0:0:0|h|h blackwood_base={{.743,.807,1683}}, I took the 'loc' as centered on the spawn area as possible, surveys other than Jewellery in Blackwood ar...
File: Map Pins06/13/21
Either Vasha the Wicked for Lost in...
Posted By: ApoAlaia
Either Vasha the Wicked for Lost in the Wilds has multiple spawn points or the marker is way off. For me it spawned in a little 'islet' with a large... well, it looks like a weeping willow, straight west from the marker on the other side of the road. The 'loc' command returned: blackwood_base={{.569,.487,3083}}, EDIT: Yep...
File: Map Pins06/11/21
The alchemist survey for Blackwood...
Posted By: ApoAlaia
The alchemist survey for Blackwood does not show for me. Just kind of stumbled upon it.
File: Map Pins06/09/21
random encounters with many possibl...
Posted By: ApoAlaia
random encounters with many possible NPCs showing up that are unrelated to achievements, however the Adoring Admirer seems to be the only NPC that can spawn at these locations with an associated achievement "Most Admired". Thank you! Updated with all Sul-Xan Totem coords Thank you! Woodworker Survey: Blackwood |H1:item:178465:...