Results: 101Comments by: stjobe
File: Sheath Weapon10/21/19
http://www.esoui.com/downloads/info...
Posted By: stjobe
http://www.esoui.com/downloads/info862-StowItAuto-Sheather.html#info Differences? Havn't tried that one, since mine came first. :p As the author of the addon which you've taken most of the code from, yours most certainly didn't come first. The one Kelnoreem linked is a continuation of an addon I originally authored in 2014....
File: The Elder Bar06/02/19
Quick fix for Necromancer class name and icon
Posted By: stjobe
In TEB.lua, insert on line 943: playerClassName = GetUnitClass('player') playerClassIndex = GetClassIndexById(playerClass) local classId, lore, normalIconKeyboard, pressedIconKeyboard = GetClassInfo(playerClassIndex) And then on what is now line 985, insert: if playerClass == 5 then TEBTopLevelIcon:SetNormalTexture(pressedI...
File: Stow It Auto-Sheather11/27/14
As you can now see on the addon pag...
Posted By: stjobe
As you can now see on the addon page, I've stopped playing ESO. I'm sorry, but I won't be continuing this addon. Anyone that feels they want to take over, feel free to do so.
File: OmniStats11/27/14
Hi, Will you be updating this fant...
Posted By: stjobe
Hi, Will you be updating this fantastic addon to the newest version? Would be great ! Thanks Eo:D As you can now see on the addon page, I've stopped playing ESO. I'm sorry, but I won't be continuing this addon. Anyone that feels they want to take over, feel free to do so.
File: SorcererHelper11/27/14
Is this going to be updated? It's t...
Posted By: stjobe
Is this going to be updated? It's throwing an error when I first log in under 1.5 As you can now see on the addon page, I've stopped playing ESO. I'm sorry, but I won't be continuing this addon. Anyone that feels they want to take over, feel free to do so.
File: OmniStats09/18/14
Re: Will you provide an update?
Posted By: stjobe
Hi! Omnistats is fantastic! It's one of my most used addons, I glance at the stats every few minutes. I love how you've managed to show as much as possible but as little as necessary. Will you be updating it to the newest version? :-) Thank you for the kind words :) I've just uploaded a version with the new API number, so once...
File: SorcererHelper08/26/14
Re: Change Size
Posted By: stjobe
is it possible to change size icon ? I tested to change : if not SH.AlertBarWindow then SH.AlertBarWindow = WINDOW_MANAGER:CreateTopLevelWindow("SorcererHelperAlertBarWindow") SorcererHelperAlertBarWindow:SetDimensions(32, 32) <---- 64 by default but didn't work :) Can you help me ? The AlertBarWindow is just t...
File: SorcererHelper08/22/14
Re: Re: Re: Surge Buff
Posted By: stjobe
Or give us the possibility to move the big Icon where we want on the screen This is already possible, there's even a "Show repositioning help" checkbox in the options so you can position the Reminders and Alerts anywhere you want without any of them being active.
File: SorcererHelper08/22/14
Re: Surge Buff
Posted By: stjobe
Hi, First of all, congratulations for this add-on very usefull New idea : Show "surge" buff Sometimes i forget to relaunch "surge" buff Could you show this buff above the character close to the "mage light" buff, for example, to remember that this buff is active or not If the buff is active we don't see it above the...
File: SorcererHelper08/20/14
Re: Re: Hello Everyone
Posted By: stjobe
Is the addon-on author still playing/reading this forum? Yes, he is, on both counts :) If anyone else reads this, could you KINDLY take a moment to let me know if this addon affects your FPS in a negative way? It's certainly not impossible; I've had one or two reports of lag before, and at least on one occasion fixed some bad c...
File: OmniStats08/12/14
The keybind funktion does not work...
Posted By: stjobe
The keybind funktion does not work for me in the german client. i've tried several keys to bind to but none of them works. Does anyone got the same problem? I have no idea why it doesn't work for you; I can't see anything language-specific in the code for the keybinding.
File: OmniStats08/09/14
Ive been using this addon for a whi...
Posted By: stjobe
Ive been using this addon for a while now and during that time when ever I use the resize option in the settings menu to resize the default Omni Stats window it resizes it but if I reload the ui, logout, or restart the game the Omini Stats window reverts back to the default size. Is there anyway to get this addon to save the custo...
File: OmniStats08/08/14
Re: Addon obsolete
Posted By: stjobe
hi, great addon there was a lack in the game. I test the invulnerable set which increases the defense when I block. I have false value to buff given in the description of the set. They are smaller than expected. As addon is mark obsolete is it possible that it distorts the results? If so would it be possible to have an updated v...
File: Stow It Auto-Sheather07/03/14
Sorry to give you such a horrific e...
Posted By: stjobe
Sorry to give you such a horrific experience:D But I use similar code in 2 other addons (one checks guild history every 1-2mins, the other hides the UI before a screenshot is made and restores it a bit later) with no problems. So I installed your addon, tested without and with the change, and it works fine. I suspect you forgot to re...
File: Stow It Auto-Sheather07/03/14
Unless Lua does some really smart o...
Posted By: stjobe
Unless Lua does some really smart optimization (and here's my question: does it? I think it doesn't, because I tried `F = function() SI.Loop() end` and F was different each time), you're creating an unnecessary function instance each time Loop is called. Since there are no arguments, you can pass the function to be called later direc...
File: OmniStats06/29/14
Thanks for the awesome add-on! I ha...
Posted By: stjobe
Thanks for the awesome add-on! I have read through the other posts and have not seen anyone mention the issue I am having. It seems as though all the stats are limited to the first 3 characters. For example, my current magicka is 2001 but your add-on is only showing me 200. My health is 2150 but the add-on is showing 215. My stamina...
File: SorcererHelper06/24/14
Hi, It would be great if you can...
Posted By: stjobe
Hi, It would be great if you can also include other temp buffs like Force Siphon (health staff buff // 20 sec ((and its morphs) and Evasion (17 sec) and its morphs (20 sec // Medium armor mastery). You thinking about adding them in further updates? Not as such... I never intended for this to be a general buff tracker; it's really...
File: Stow It Auto-Sheather06/17/14
I don't suppose the scripting has a...
Posted By: stjobe
I don't suppose the scripting has a command for sheath weapon (instead of toggle) so it can just be set to sheath every 5 or 10 seconds when not in combat? It doesn't. It just has the toggle, and that's why it's hard to make any other functionality than sheath after combat. I've played around a bit with having a key scanner and c...
File: SorcererHelper06/13/14
Hey, very nice addon indeed. Start...
Posted By: stjobe
Hey, very nice addon indeed. Started using it today. And noted that the curse timer doesn't work. After a bit of digging in your code(good structure!), found out that you don't start key scanner if curse is found on the bar (~line 369) Also as a side note, it seems that on line 305 you are using incorrect first parameter for GetAbi...
File: SorcererHelper06/13/14
Does this only work for Sorcerers?...
Posted By: stjobe
Does this only work for Sorcerers? Yes. From the Addon Info page: "Does not load on non-sorcerer characters" I have loved this add-on for my Sorc but I rolled a Templar and want to get notified when my Mage Light/Inner Light isn't on but noticed that while the add-on is enabled, there are no settings and no notifications. Loo...
File: SorcererHelper06/10/14
Ahh ok, well I find a minor bug to...
Posted By: stjobe
Ahh ok, well I find a minor bug to go with it then. Critical Surge starts the countdown at 16, which causes it to end at -3 (it's a 20 second duration) Ah, I had missed that it has different durations for the different morphs (I only use the un-morphed one myself): Surge: 17s Critical Surge: 20s Power Surge: 34s I'll fix that...
File: SorcererHelper06/10/14
Hey stjode, I haven't seen anyone r...
Posted By: stjobe
Hey stjode, I haven't seen anyone report this, but I admit I didn't look too many pages back. When my Critical Surge counts down, it goes into the negative countdown now (-1, -2, -3, etc). Yeah, that might happen when you re-cast it while it's active and I miss the keypress. Due to how the API works, I can't get the actual dur...
File: SorcererHelper06/07/14
Any Progress on Expert Hunter track...
Posted By: stjobe
Any Progress on Expert Hunter tracking? Not really, other than what you can read below; that we've confirmed it's not a regular buff. Unless someone can provide me with details about just how it works so I can figure out a way to detect it, it's going to have to wait until I can get the ability on my sorcerer. I have the newes...
File: SorcererHelper06/04/14
after the last update i have starte...
Posted By: stjobe
after the last update i have started getting major fps problems with this addon on I also encountered the fps drop after the latest patch (in trials) I've added some checks in 1.1.10 to not start the key scanner if it's not needed or if it's already running, please let me know if this helps with your issue. There seems to be a p...
File: Harven's Chat Completion06/03/14
Cheers mate, just what I've been lo...
Posted By: stjobe
Cheers mate, just what I've been looking for - in fact, it wasn't even an hour ago that I in vain stabbed at tab in the chatbox only to not have it do anything. Much appreciated. Edit: If I could make a request, it's that you add arrow-up/arrow-down navigation to the pop-up. That would be absolutely superb.