Results: 39Comments by: Smaxx
File: Dolgubon's Lazy Writ Crafter04/01/24
Finally got around editing/updating...
Posted By: Smaxx
Finally got around editing/updating the existing German translation (there are still missing entries; if you can provide a list, I can totally look into adding those, too). This update rewords many parts, putting it in line with the rest of the official translations in the way the player is addressed (old/royally "Ihr" instead of...
File: Mark My Spot05/19/22
variables leak: _, px, py, pz = Ge...
Posted By: Smaxx
variables leak: _, px, py, pz = GetUnitRawWorldPosition('player') fix: local _, px, py, pz = GetUnitRawWorldPosition('player') Oops, you're right! Minor oversight from copying my testing code. 🙂
File: Event Tickets Warning02/26/22
Correct would be: ## APIVersion:...
Posted By: Smaxx
Correct would be: ## APIVersion: 101032 101033 Argh, meh! Thanks. I'm never sure, so copied it from another addon and I guess picked the wrong one.🤔
File: Bandits Gear Manager06/07/21
I read that you marked this bug as...
Posted By: Smaxx
I read that you marked this bug as "fixed", but I continue to experience it. This was broken for me, but it's working fine again. Double check the associated mapping is fine again. Plus: The side bar button no longer appears for me (the Gear Manager option is greyed out in "2. Side Panel"). Both addons work fine, though. I can us...
File: Jack of all Trades - Automatic CP Respec04/03/21
Just as a minor idea, wouldn't hurt...
Posted By: Smaxx
Just as a minor idea, wouldn't hurt to have some small indicators (potentially with a tooltip) on which slots are used by the addon. Something like this: https://i.imgur.com/np8KacZ.png
File: Dynamic CP (Champion Points 2.0)03/08/21
Any chance of getting it enabled in...
Posted By: Smaxx
Any chance of getting it enabled in gamepad mode? Doesn't need gamepad functionality, i'll still use a mouse for it. But I leave gamepad mode ON, else it messes UI up having it on auto :banana: Done, hopefully nothing breaks too badly :D Oh, and in a similar way, change line 99 in core.lua to this:local line = zo_strformat("\n|cB...
File: Dynamic CP (Champion Points 2.0)03/08/21
Oh, and in a similar way, change li...
Posted By: Smaxx
Oh, and in a similar way, change line 99 in core.lua to this:local line = zo_strformat("\n|cBBBBBB<>: <<2>> → <<3>>",
File: Dynamic CP (Champion Points 2.0)03/08/21
Tiny bug fix to prevent star names...
Posted By: Smaxx
Tiny bug fix to prevent star names looking like "some star^m" in localized versions of the game. In DynamicCP.ShowLabels() adjust line 42 to read: n:SetText(zo_strformat("<>", GetChampionSkillName(id))) This will ensure the names are properly formatted and stripped of any tags that shouldn't be visible.
File: ESO Toolbox03/08/21
That's awesome! You're awesome! T...
Posted By: Smaxx
That's awesome! You're awesome! Thank you! :D Thanks, the new version is now up as 3.0. No other significant changes other than the addon now supporting localization, though.
File: ESO Toolbox03/05/21
Hi there! Thanks for this addon, I...
Posted By: Smaxx
Hi there! Thanks for this addon, I really dig it! Could I request a feature, though? For chat subtitles, I'd prefer to see @UserIDs; any chance a toggle could be added? Ain't no way I'm memorizing all everyone's various characters' names. :P Sorry for the late reply. The next version will respect the setting of your prefer...
File: ESO Toolbox02/08/21
Re: Help
Posted By: Smaxx
Hey there I was wondering how you could disable the particle effects using this? I couldn't figure it out and am trying to make this epilepsy safe. Thanks:) You can't really. You can tone down both effect sliders in the game settings and you might even be able to edit your \Elder Scrolls Online\live\UserSettings.txt file...
File: ESO Toolbox10/27/20
Apparently this site once again rem...
Posted By: Smaxx
Apparently this site once again removed my email notifications. :| I've just uploaded version 2.8, which finally removes LibStub. And no, this doesn't allow you to replace the font, unfortunately. Not sure that's possible, but maybe it's something I can look into.
File: ESO Toolbox06/04/20
Just discovered all these updates h...
Posted By: Smaxx
Just discovered all these updates here… lol, sorry guys, never knew I didn't have it subscribed! :| If you're still running into any issues, let me know. :)
File: Fix My ESO09/01/17
So, is the patch of the patch now i...
Posted By: Smaxx
So, is the patch of the patch now integrated into this addon or will it be on an update? Everything we have so far is in the uploaded version of the Addon, including the fixes for Master Writ tooltips and the French version. To craft items for a writ, just make sure to craft them before actually using the Master Writ (accepting t...
File: Fix My ESO08/30/17
I've played a bit with your fix so...
Posted By: Smaxx
I've played a bit with your fix so I did the patch of the patch. Very nice, thanks! Going to have a look and update the addon. :)
File: Fix My ESO08/29/17
How are you fixing styles? This is...
Posted By: Smaxx
How are you fixing styles? This is important because it could cause expensive bugs with the writ and set crafter. I would caution anyone considering using this add-on, as it could cause other unintended bugs. I highly suggest waiting for zos to fix it. They are aware of it. The addon overwrites the original UI function to turn...
File: CraftStore Endless Archive08/27/17
Is it intentional that money put in...
Posted By: Smaxx
Is it intentional that money put into the bank is considered a loss for the current character regarding daily income? Or in a similar fashion, money pulled from the bank is a net gain? I was confused at first regarding the "today's income" counter and – for a while – thought I'd make significantly more money simply due to it being (i...
File: ESO Toolbox04/08/15
allow to setup your own LUA memory...
Posted By: Smaxx
allow to setup your own LUA memory size pls :) I have some editbox/dropdown field with multiple options planned, especially considering some of the latest market/item price addons can get very greedy with memory.
File: ESO Toolbox03/05/15
The panel with id 'ESOToolbox' was...
Posted By: Smaxx
The panel with id 'ESOToolbox' was registered before addon loading has completed. This might break the AddOn Settings menu. This should be fixed with version 2.3.
File: ESO Toolbox02/17/15
btw how about implement language ch...
Posted By: Smaxx
btw how about implement language changer in one key? like this http://www.esoui.com/downloads/info827-LanguageChangerfor1.5.5.html Will think about it. I've had three buttons to change the language in the old version, but wasn't sure whether anyone would find them useful at all considering the UI has to reload for the changes t...
File: Research Buddy 202/17/15
Not 100% sure about this, but whene...
Posted By: Smaxx
Not 100% sure about this, but whenever I change from my strength skilled horse to my speed skilled horse, the game crashes/force closes to the Desktop (couldn't track it down yet). If I disable RB2, everything works as expected. This started to happen yesterday, so I think it might have to do with the latest update.
File: Wykkyd Core Libraries02/17/15
Hm... couldn't find any other than...
Posted By: Smaxx
Hm... couldn't find any other than "my Addon version is ahead"? It just feels a bit unnatural having to pick the outdated option for an otherwise up-to-date addon (I'm aware that it's essentially the UI code's fault).
File: ESO Toolbox02/14/15
i just like to decrease numbers of...
Posted By: Smaxx
i just like to decrease numbers of my addons =) i have 100+ and i thougth this feature match general idea of this addon but nvm =) Ew, okay, that is a bit massive. :) --- As a quick general update: I'm working on some automatic graphics quality adjustment (as far as possible without halting the game). It's coming along n...
File: ESO Toolbox02/09/15
Interesting idea. Maybe even some k...
Posted By: Smaxx
Interesting idea. Maybe even some kind of automatic graphic quality adjustment based on fps? Not sure how well that would work though. Edit: If all you're missing are keybinds, then I'd just ask Shissu to include them. Shouldn't be too hard to do.
File: Wykkyd Core Libraries02/09/15
Note on API version: The current...
Posted By: Smaxx
Note on API version: The current live client marks API version 100011 as outdated (despite it being bigger than 100010...). As such I wouldn't push that number unless it's indeed on live. Right now you'd have to modify the API yourself or accept outdated addons to get your library or any depending addon to work again.