Results: 39Comments by: Smaxx
File: Fix My ESO06/28/14
I'm aware that the addon is broken...
Posted By: Smaxx
I'm aware that the addon is broken with 1.2.3 but I don't have time to fix it right now. I'll hope to be able to debug it early this week (assuming there'll be another maintenance update anyway).
File: ESO Toolbox06/09/14
Multi-threading Cvars changed your...
Posted By: Smaxx
Multi-threading Cvars changed your addon need to be updated RequestedNumThreads doesn't seem to exist anymore...... SET RequestedNumJobThreads "-1" SET RequestedNumWorkerThreads "-1" :) Ah! That might explain why I've heard of people having freezes again. Going to fix this now, thanks!
File: Fix My ESO06/08/14
Re: Weapon swap UI error
Posted By: Smaxx
How to get this error message while all addons are disabled: open inventory place mouse cursor over any weapon, so you will see comparative tooltips move cursor away at the same time as you press key to swap weapons How to fix it: ZO_PreHook("ZO_InventorySlot_OnMouseEnter", function(slot) return slot == nil end) Interesting b...
File: Fix My ESO06/05/14
Will be interesting to see how many...
Posted By: Smaxx
Will be interesting to see how many fixes this addon gets. Maybe when it's large enough ZOS will implement all the fixes in a future patch. I'm sure they'll fix the most obvious issues on their own as well. The question is, how long it will take them to do so, since such fixes most likely have to pass QA and other things first. This...
File: ESO Toolbox05/25/14
Re: Still working on this?
Posted By: Smaxx
As subject title states, are you still working on this Smaxx? It sounds like a great idea and I would like to know if you plan on implementing any more features from the usersettings.txt file. Have downloaded and installed to see what it looks like in-game though have no real need for it as I have already altered settings manua...
File: Roleplay Plus05/09/14
would there be a way to change the...
Posted By: Smaxx
would there be a way to change the out-going text color? Like, for people without the addon, if I use ooc: blablabla I'd love it if people without the addon would see ((blablabla)) I've tried messing about with it a bit to try and see how T's color changing mod might integrate, but didn't get it to work. Thanks! Tha...
File: Roleplay Plus04/29/14
I get this error when I load into t...
Posted By: Smaxx
I get this error when I load into the game with this addon enabled, and the character names do not appear: http://i.imgur.com/kSXKUNT.jpg I've followed ESOUI's installation instructions, and other addons have worked fine. Is there any way to get this working? This is weird. Does the same thing happen if you don't load any ot...
File: Roleplay Plus04/27/14
Re: Sad
Posted By: Smaxx
Sadly no matter what I do this addon doesn't appear to work I will keep hoping a working version is released. Any chance you've got any other chat modification mods installed like SpamFilter? If so, they're incompatible right now (only one will work, depending on which one loads second). I'm trying to find some solution for that....
File: Open Groups04/24/14
This seems to only work for PMs rig...
Posted By: Smaxx
This seems to only work for PMs right, not guilds? Would really like it to work for /guild :(Wouldn't that get a bit spammy for other guild members? But could extend the invites to other channels as well (maybe some simple configuration window?).
File: Open Groups04/13/14
Is there any chance for integrating...
Posted By: Smaxx
Is there any chance for integrating this into the UI? Perhaps in the group window. Have to think about it, but adding some simple text input box and possibly a checkbox shouldn't be an issue.
File: Open Groups04/13/14
This sounds odd, anyone else with t...
Posted By: Smaxx
This sounds odd, anyone else with that problem? Edit: Nevermind, found the problem, it's been a search & replace typo. :)
File: ESO Toolbox04/09/14
I turned on the Multithreading opti...
Posted By: Smaxx
I turned on the Multithreading option cause i have frame skips alot and then i quit the game like it told me to. and when i went to log back in my play button went grey and the game didnt load. i then had to get the default info for the usersettings.txt file and make a new one before it let me back in. First time I hear from someone...
File: ESO Toolbox04/09/14
Hello I just want to say you should...
Posted By: Smaxx
Hello I just want to say you should put a warning saying to make a copy of your usersetings.txt file. I installed your addon and turned on the otion in troubleshooting cpu and it messed up my usersetting.txt file up so bad i couldnt get the game to run. I did manage to find the info to make a new one but still i would have just copie...
File: LibAddonMenu-2.004/09/14
Small bug I noticed while creating...
Posted By: Smaxx
Small bug I noticed while creating the menu for the SpamFilter addon: LibAddonMenu-1.0.lua on line 330: The current line says title:SetText(headerText), but the correct variable would be titleText (headerText isn't used anywhere else).