Results: 31Comments by: fosley
File: MitigationValue09/30/14
Sorry I haven't posted anything yet...
Posted By: fosley
Sorry I haven't posted anything yet, but I'm currently without a job and haven't had much time for ESO. I added fire and poison resistance labels and some customization options, with the intent of giving vampires and werewolves a better look at those weaknesses. The werewolf detection is a little buggy still, but it's not too bad...
File: MitigationValue07/10/14
Any chance of a patch update?Are yo...
Posted By: fosley
Any chance of a patch update?Are you having a problem with the addon now? I do have a new version coming with updated features, but I'm not quite finished with it. In the meantime, the current version works fine for me, so I hadn't done any specific updates.
File: Dragon Loot - Simple Loot Addon07/10/14
Since a recent patch hit, I'm seein...
Posted By: fosley
Since a recent patch hit, I'm seeing all the white items I pick up, even though I've unchecked the option. In fact, the only option that prevents white items from showing up is if I uncheck "show loot in chat window". It affects the loot window the same way, even though I normally leave that off. I assume it's something to do with...
File: T's Chat Colorizer07/04/14
I'm not the smartest addon author h...
Posted By: fosley
I'm not the smartest addon author here or anything, but I couldn't find a way to make colored chat. I've tried manually pasting the codes, and it does nothing. The same goes for the mailbox, which is especially annoying, since I liked color-formatted text. I was looking through UI functions, but it looks like you probably just can...
File: Zgoo - data inspection tool07/03/14
I'm having the problem that the gam...
Posted By: fosley
I'm having the problem that the game crashes when using Zgoo to scroll through the list of items under the table . If I scroll quickly, it just crashes, but if I carefully scroll one item at a time using the scroll wheel, the following shows up: GetTradingHouseListingPercentage() = 1 GetTradingHousePostPriceInfo() = table...
File: Joviex's Addon Settings Transfer07/03/14
I'm having the same issue. I type...
Posted By: fosley
I'm having the same issue. I type /jovast, select my main character to transfer from, select all other characters to transfer to, de-select mhOutfitter because my outfits are different per character, then hit transfer settings. Then everything looks the same after the automatic reload. I know the recent patch completely deleted...
File: Reticle Settings (Custom Crosshair)06/10/14
Mostly, I really like this mod. Ho...
Posted By: fosley
Mostly, I really like this mod. However, there's something that's really annoyed me for a while. I thought it was my Azurah mod, but I just realized it's this mod, and found a fix. Problem: Load a new game (or reload UI) where there aren't any targets nearby, and the target frame shows up in a weird, semi-initialized state. Fu...
File: MitigationValue06/05/14
Version 1.04 prevents armor value f...
Posted By: fosley
Version 1.04 prevents armor value from dropping below 0% (not sure how I didn't include that code before :/ ), and scales the armor for battle leveling.
File: MitigationValue06/05/14
You should probably calculate all c...
Posted By: fosley
You should probably calculate all characters as level 50 when in Cyrodiil. For my lvl 10 it said 50% when I enterd Cyrodiil.I hadn't even thought of that, as I don't pvp much. I'll look into detecting Cyrodiil and adjusting appropriately. I think now I also have to check the option for battle leveling in the menu. It shouldn't be...
File: MitigationValue06/04/14
Version 1.03 uses the new, improved...
Posted By: fosley
Version 1.03 uses the new, improved formula that Septemvri came up with. It appears to be perfectly accurate for lower-level characters, and is presumably correct for veteran ranks, but I don't have a vet rank yet, so I can't test it myself. I also changed the font style to match the rest of the stat screen for those using font r...
File: MitigationValue06/03/14
It appears that you are correct, bu...
Posted By: fosley
It appears that you are correct, but they look identical on my screen. Does it look wrong on your screen?
File: Clock - Tamriel Standard Time - Legacy06/03/14
In gui.lua, AddToggle function, the...
Posted By: fosley
In gui.lua, AddToggle function, there's a commented section that says "No function yet - can't find a function which deletes sets the moveable trait in the xml false". Replace the commented stuff with: -- There's a function now! LAM:AddCheckbox(panel, "cl_mov", "Move Clock", "Will let you move the clock", function() ret...
File: MitigationValue06/03/14
My intention was to cap at 50%, and...
Posted By: fosley
My intention was to cap at 50%, and not show extra values, so it wouldn't give confusing values to newer players, and would match the stock UI better. Whatever you pick, it should save it immediately and the defaults won't matter thereafter, so it's not huge, but I'll see if I can fix it. Edit: The default settings should be work...
File: MitigationValue06/03/14
Ok, I'll look at it and get back to...
Posted By: fosley
Ok, I'll look at it and get back to you. Edit: It's something to do with the library I used for the options menu. I thought I had it set up and working, but I guess it was working from another addon, instead of the one I included. Working on a fix. Edit 2: Think I fixed it, uploaded the new version, looks like its live.
File: MitigationValue06/03/14
Version 1.02 adds an options menu s...
Posted By: fosley
Version 1.02 adds an options menu so you can change the display as you like. One option toggles between capped and uncapped values, and the second option toggles display of excess value separately, as suggested by JadeKnightblazer. The third image under "pictures" shows the different possibilities. You probably don't want to sho...
File: MitigationValue06/01/14
I made a slight update to the addon...
Posted By: fosley
I made a slight update to the addon at the request of several users. The labels will now cap at 50% even though your rating could be higher. Because the formula isn't known to be completely accurate, you might still get some use out of a slightly higher rating, but it shouldn't be much. Version 1.00 is still listed under archive...
File: MitigationValue06/01/14
Yeah, you're right, I meant to type...
Posted By: fosley
Yeah, you're right, I meant to type "- (-20%)". As for the 20% extra damage for the outliers, I don't think so. First, most of the data I know I was facing the enemy, because I wanted to see which attacks were doing which damage amounts. So if anything, those outliers are *extra* damage, so I would need to multiply by 5/6 to get o...
File: MitigationValue05/31/14
I haven't gotten my activation emai...
Posted By: fosley
I haven't gotten my activation email for TF yet, so I can't post over there. However, you made a mistake in one of the formulae: A = L*M-100 becomes M = (A+100)/L not M = (A-100)/L A = Armor from sheet M = Mitigation percentage L = Level of character But the softcap and hardcaps are: A1600 = L50*M30+100 A2600 = L50*M5...
File: SoftcapInfo05/31/14
I made the addon, and uploaded it h...
Posted By: fosley
I made the addon, and uploaded it here. I could cap it at 50%, but right now it isn't. Because my formula isn't extremely precise, I'm not sure if capping it at an exact "50%" is necessarily meaningful.
File: MitigationValue05/31/14
Made another dumb mistake that won'...
Posted By: fosley
Made another dumb mistake that won't hurt anything, but you'll suddenly see an addon called "ReadMe" in your list because I used the standard Windows name of ReadMe.txt, and the game sees any .txt file as an addon file. I renamed the readme file to ReadMe.rtf and uploaded yet again. Any rich text reader can read it, but it's real...
File: MitigationValue05/31/14
It's because I'm stupid and added t...
Posted By: fosley
It's because I'm stupid and added the version number to both the folder and the zip file. If you go to your addons directory and rename "MitigationValue v1 00" to "MitigationValue" it should work properly. Otherwise, I uploaded a new file with the correct folder name. Once they've approved it minion should do it correctly.
File: Luminary-Trade Sales History05/30/14
I just updated to 5.16, but the onl...
Posted By: fosley
I just updated to 5.16, but the only problem I've been having is that the "Enable Trade House UI" seems to not function as I would expect. It shows up whenever I open the mail screen, even with the option turned off.
File: OptionsRestacker05/29/14
I like the addon, one small thing t...
Posted By: fosley
I like the addon, one small thing that would be nice: Some addons, specifically the two Luminary addons I have installed, have decided to be super-cool and use two lines for their settings title. I can manually go in and change the "\n" to " ", but it could be nice if your addon could do that for me so I don't have to bother every t...
File: Wykkyd Outfitter05/26/14
A couple things I'd like that my Wo...
Posted By: fosley
A couple things I'd like that my WoW outfitter does: 1. The ability to turn off certain slots. So I could change my rings out without changing anything else, or swap weapons only, etc. 2. The ability to specify a "show helmet" option for a specific set. On the ESO forums, you made a post saying it couldn't be done, but I foun...
File: SoftcapInfo05/25/14
I'm not sure if you really want thi...
Posted By: fosley
I'm not sure if you really want this in your addon, but I've added some stuff you might be able to use. I got tired of no addons having actual values for armor and spell resistance, so I inserted it with your stuff. (Open the spoilers to see different sections of my stupid-long comment.) Original Comment: The first part adds th...