Download
(3 Kb)
Download
Updated: 06/09/19 03:20 PM
Compatibility:
Elsweyr (5.0.5)
Updated:06/09/19 03:20 PM
Created:03/12/19 06:05 PM
Monthly downloads:196
Total downloads:17,072
Favorites:32
MD5:
Lilith's Lazy Hacks - Auto Charge, Auto Repair  Popular! (More than 5000 hits)
Version: 1.3
by: Drummerx04, code65536
I got really lazy about certain aspects of this game, so I made a personal addon to address the issues I had... the whole idea was to facilitate ultimate laziness around mundane tasks.

I plan to periodically update this as I find more things that I start feeling lazy about. These features aren't meant to be ground breaking, but they are meant to be super lightweight and dependable.

All features currently listed below can be toggled on or off, and any features I add in the future will also have the same option.

Run "/lhacks" in game to see current settings and the toggle flags. Just place the listed options after "/lhacks" and a space to toggle them in game.
  1. Compass Boss Bar - The giant red boss bar that covers the compass... this feature turns that off so you can use your compass while fighting bosses. Many other addons include an extra boss health bar anyway.
  2. Recharge Weapons - Recharges your weapons as you use them (even in combat). Weapon will be recharged instantly (if you have soul gems) once your weapon reaches 2 remaining charges.
  3. Repair Gear - Gear is repaired automatically if you have non-crown repair kits that can fix your armor. Gear repair happens automatically in combat if it degrades during combat once your gear hits 2%. Since dying can break your armor from as high as 12% and repairs cannot be done while dead, your gear will be instantly repaired upon reviving by soul gem or wayshrine instead. (Basically, if you have repair kits you should never find yourself using them manually as you would be wasting them)
  4. Repair/Recharge sounds - Choose whether or not the standard recharge/repair sound is played
Version 1.3
  • Added a potential fix to a reported bug with Elsweyr that would ultimately cause a disconnect when repairing gear. Will monitor the feedback

Version 1.2
  • Repair/Recharge text prompt now includes item link to the items repaired or recharged
  • Added a new option "/lhacks sound" to toggle whether standard sounds play for repairing and recharging
  • Settings are now account wide.

Version 1.1
  • Addressed an issue where the inventory location of soul gems and repair kits may not be tracked correctly across multiple stacks
  • Updated the repair/recharge print statements to be correct
Optional Files (0)


Post A Reply Comment Options
Unread 12/04/23, 11:29 PM  
Drummerx04
AddOn Author - Click to view AddOns

Forum posts: 54
File comments: 65
Uploads: 5
Re: boss bar

Originally Posted by Maegnuz
Any chance we could get a version with only the bossbar hiding? Tried writing it myself, but for some reason it doesn't work. Maybe a timing issue? No idea how you make it work.
The addon is very light already (under 200 lines long), and each function can be completely and permanently disabled with slash commands as mentioned on the description page.

/lhacks charge <-- disable/enable auto charge
/lhacks repair <-- disable/enable auto repair

The repair/recharge is pretty spiffy if you don't have another addon doing that already.
Report comment to moderator  
Reply With Quote
Unread 12/03/23, 03:02 AM  
Maegnuz

Forum posts: 0
File comments: 40
Uploads: 0
boss bar

Any chance we could get a version with only the bossbar hiding? Tried writing it myself, but for some reason it doesn't work. Maybe a timing issue? No idea how you make it work.
Report comment to moderator  
Reply With Quote
Unread 10/05/20, 10:18 AM  
Marazota
AddOn Author - Click to view AddOns

Forum posts: 257
File comments: 1517
Uploads: 2
for some reason it refusing to repair gloves and boots
i waited long enough, was in combat and out of combat, also have enough kits

Last edited by Marazota : 10/05/20 at 10:19 AM.
Report comment to moderator  
Reply With Quote
Unread 07/23/20, 12:21 PM  
Marazota
AddOn Author - Click to view AddOns

Forum posts: 257
File comments: 1517
Uploads: 2
manifest version lower than actual addon version
its confusing minion, he trying to update addon that do not required it
Report comment to moderator  
Reply With Quote
Unread 02/27/20, 06:10 PM  
Drummerx04
AddOn Author - Click to view AddOns

Forum posts: 54
File comments: 65
Uploads: 5
Originally Posted by wambo
Auto repair is causing disconnects .. that was seen with a few auto repair addons in the past

You die, gear brakes, you get up -> DC

iirc for kyomas addon it was looping when you died causing the kick from server...


--- Edit:
it happened only in the new dungeons?
My addon prints a message in chat when a repair is triggered, so if it was a loop spamming the repair function you should be able to see loads of "LLH repaired X item" messages probably along with crazy overlapped repair sounds.

As far as I'm aware this is not what is happening. My addon recognizes a character death and will queue up the repair to trigger once upon revival if below the repair threshold.

The reports I have been given suggest that the mere singular calls to repair (one non-loop spammed call) have been disconnecting people. If that is still the case, there is basically nothing I can do to solve the problem as this issue is on ZOS and their API. The only option is to disable that feature of this addon.
Report comment to moderator  
Reply With Quote
Unread 02/25/20, 03:58 PM  
wambo
AddOn Author - Click to view AddOns

Forum posts: 38
File comments: 456
Uploads: 3
Auto repair is causing disconnects .. that was seen with a few auto repair addons in the past

You die, gear brakes, you get up -> DC

iirc for kyomas addon it was looping when you died causing the kick from server...


--- Edit:
it happened only in the new dungeons?
Last edited by wambo : 02/26/20 at 07:15 PM.
Report comment to moderator  
Reply With Quote
Unread 02/14/20, 05:23 PM  
Drummerx04
AddOn Author - Click to view AddOns

Forum posts: 54
File comments: 65
Uploads: 5
Originally Posted by Debbycus
Toggling the boss bar works, but auto-charging weapons doesn't anymore.
Not sure about auto-repair, since I tend to manually repair in-between wipes lol

Would be great if you could fix it!
The charging functionality works on my end (as of 2/14/2020), so I'm not really sure what's happening for you.

I have a few comments/suggestions:
  1. Make sure the addon is loaded, other addons could also disable the boss bar if mine isn't active. The addon is out of date, but the API calls don't appear to be outright broken.
  2. Run /lhacks to see whether the autocharge is active
  3. The addon is designed to recharge your weapons when they reach 2/500 charges remaining (to avoid wasting soul gems). The addon will not recharge if you recharge manually because your charge is low. There is only a problem if you actually run completely out of charge while the addon and autocharge are both loaded and on.
Last edited by Drummerx04 : 02/14/20 at 05:24 PM.
Report comment to moderator  
Reply With Quote
Unread 02/13/20, 07:59 AM  
Debbycus

Forum posts: 0
File comments: 3
Uploads: 0
Originally Posted by Drummerx04
Originally Posted by javish
Not working anymore? Any working addon that does the same as this one that I can swap?
ZOS periodically breaks certain API calls. I'm currently taking an extended leave of absence from ESO, but I'll try to log in soon to see what's going on, so any information you have would be helpful.

Is the addon just "Out of Date"? Aka, if you enable out of date addons, does it start to work?

Are all auto repair/recharge features broken, or just one of them?
Toggling the boss bar works, but auto-charging weapons doesn't anymore.
Not sure about auto-repair, since I tend to manually repair in-between wipes lol

Would be great if you could fix it!
Report comment to moderator  
Reply With Quote
Unread 02/03/20, 08:46 PM  
Drummerx04
AddOn Author - Click to view AddOns

Forum posts: 54
File comments: 65
Uploads: 5
Originally Posted by javish
Not working anymore? Any working addon that does the same as this one that I can swap?
ZOS periodically breaks certain API calls. I'm currently taking an extended leave of absence from ESO, but I'll try to log in soon to see what's going on, so any information you have would be helpful.

Is the addon just "Out of Date"? Aka, if you enable out of date addons, does it start to work?

Are all auto repair/recharge features broken, or just one of them?
Report comment to moderator  
Reply With Quote
Unread 01/17/20, 06:03 AM  
javish
 
javish's Avatar

Forum posts: 9
File comments: 76
Uploads: 0
Not working anymore? Any working addon that does the same as this one that I can swap?
Report comment to moderator  
Reply With Quote
Unread 04/01/19, 09:32 PM  
atwansol

Forum posts: 0
File comments: 8
Uploads: 0
Originally Posted by Drummerx04
Originally Posted by atwansol

Really? That would be nice! If you like, please post a short explanation, I would be very interested to know, what causes this issue, even if I am no developer of ESO-Addon.
I believe the issue is related to the way I was locating items in the inventory. If you had multiple stacks of an item and the item stack ran out, the addon would not see that it needed to locate a new soul gem or repair kit. So I wrote a little more robust inventory detection logic, and we'll see whether that fixes it for you.

The change has been uploaded, so you should be able to try it out soon.
Thank you very much for your work on that issue. I think you are right, because of two reasons: first the addon of the old version worked flawlessly the last 10 hours, second there was only one stack of soulgems in my inventory the whole time and I remember, that I got more than one yesterday, as the issue occurred. I will install the new version for the next gaming session. Stay well and thank you so much.
Report comment to moderator  
Reply With Quote
Unread 04/01/19, 06:41 PM  
Drummerx04
AddOn Author - Click to view AddOns

Forum posts: 54
File comments: 65
Uploads: 5
Originally Posted by atwansol

Really? That would be nice! If you like, please post a short explanation, I would be very interested to know, what causes this issue, even if I am no developer of ESO-Addon.
I believe the issue is related to the way I was locating items in the inventory. If you had multiple stacks of an item and the item stack ran out, the addon would not see that it needed to locate a new soul gem or repair kit. So I wrote a little more robust inventory detection logic, and we'll see whether that fixes it for you.

The change has been uploaded, so you should be able to try it out soon.
Report comment to moderator  
Reply With Quote
Unread 04/01/19, 12:25 PM  
atwansol

Forum posts: 0
File comments: 8
Uploads: 0
Originally Posted by Drummerx04
Originally Posted by atwansol

I am playing a sorc, so my stave is not recharging anymore. When this issue has occurred the first time, I charged it manually. Afterwards I've waited till the stave become empty again to see, if the addon would do his job this time, but it doesn't - I have to recharge the stave again manually. I use only normal soulgems and I have checked the options of the addon - auto recharge is activated.
Alright, I think I know what might be happening, but I'll have to take a look when I get home.
Really? That would be nice! If you like, please post a short explanation, I would be very interested to know, what causes this issue, even if I am no developer of ESO-Addon.
Report comment to moderator  
Reply With Quote
Unread 04/01/19, 05:47 AM  
Drummerx04
AddOn Author - Click to view AddOns

Forum posts: 54
File comments: 65
Uploads: 5
Originally Posted by atwansol

I am playing a sorc, so my stave is not recharging anymore. When this issue has occurred the first time, I charged it manually. Afterwards I've waited till the stave become empty again to see, if the addon would do his job this time, but it doesn't - I have to recharge the stave again manually. I use only normal soulgems and I have checked the options of the addon - auto recharge is activated.
Alright, I think I know what might be happening, but I'll have to take a look when I get home.
Report comment to moderator  
Reply With Quote
Unread 04/01/19, 02:51 AM  
atwansol

Forum posts: 0
File comments: 8
Uploads: 0
Originally Posted by Drummerx04
Originally Posted by atwansol
Thank you very much for the reply. I do not get any error, but the addon does not recharge the weapons anymore. Actually I do not know, when it stopped working - I recognized the issue today the first time. I suppose it could be correlate to the last minor update a couple of days ago, otherwise I got no clue why. I really love this Addon and I would be very happy if it would work again one day.
There is a slight chance that some really weird network lag or something prevented all of the correct events from firing in game as your weapon hit the depletion threshold. Once the weapon is actually 100% empty, the game no longer sends the triggering event that tells the addon to recharge, so you will have to do it manually after which it should work normally again.

I've only really tested this thing with staves and s&b, so I'm only 90% sure it works with duel wielding as well. Is it an offhand weapon that fails, or just all weapons?

Also, this addon currently ignores crown soul gems, but I'm assuming you have filled soul gems in your inventory?
Running "/lhacks" will tell you whether each feature is actually on.
I am playing a sorc, so my stave is not recharging anymore. When this issue has occurred the first time, I charged it manually. Afterwards I've waited till the stave become empty again to see, if the addon would do his job this time, but it doesn't - I have to recharge the stave again manually. I use only normal soulgems and I have checked the options of the addon - auto recharge is activated.
Last edited by atwansol : 04/01/19 at 05:25 AM.
Report comment to moderator  
Reply With Quote
Post A Reply



Category Jump: