Improved Auto-Explore and Rest

A place to post your add ons and ideas for them

Moderator: Moderator

Message
Author
nottheinferno
Posts: 2
Joined: Sun Aug 20, 2017 3:02 am

Re: Improved Auto-Explore and Rest

#76 Post by nottheinferno »

As Posessor, it's possible to get a bug where the game rests infinitely for mana while you have 0 regen.

Repro steps:
1. Start up a game as a posessor.
2. Acquire a mana-using talent from an escort or through the Lua Console with e.g.

Code: Select all

game.player:learnTalent(game.player.T_PHASE_DOOR, true, 1)

3. At this point, no regen is displayed in the mana bar and resting still works normally even if you are missing mana.
4. Assume a form with some base mana regen (All your starting corpses have this, and maybe all monsters do? Not sure. )
5. Return to your normal form. Now, instead of not displaying regen, your mana bar shows your regen as "0.00".
6. Spend some mana and then attempt to rest.
7. The game will now wait forever for your mana to regenerate, even though it will never do so.

I can do the same thing with this addon disabled, and resting will still work and not wait for mana.

cybaster
Cornac
Posts: 41
Joined: Tue Apr 09, 2013 10:54 am

Re: Improved Auto-Explore and Rest

#77 Post by cybaster »

Always Vigilant isn't stopping me for telepathy in any capacity. I'm using tome 1.5.5, addon version 3.3.11 and wearing a telepathy:all cloak.

Dracos
Archmage
Posts: 405
Joined: Sun Jul 13, 2014 4:09 pm

Re: Improved Auto-Explore and Rest

#78 Post by Dracos »

It's kinda been a while since I've actively been playing this, so sorry folks haven't really been keeping up with the fixes. :(

Might try some tomorrow after taxes.
ToME Tips - auto-generated spoilers for ToME. - someone else made. I find super awesome, so spreading as well.

Dracos
Archmage
Posts: 405
Joined: Sun Jul 13, 2014 4:09 pm

Re: Improved Auto-Explore and Rest

#79 Post by Dracos »

@nottheinferno

Long time coming but good repro. Went ahead, repro'd and have fix locally. Cause really is that becomes a ridiculous non-zero value. Not sure how it doesn't cause problems anywhere but it's kinda unsafe. Put a sanity check for things being less than .0001
ToME Tips - auto-generated spoilers for ToME. - someone else made. I find super awesome, so spreading as well.

Dracos
Archmage
Posts: 405
Joined: Sun Jul 13, 2014 4:09 pm

Re: Improved Auto-Explore and Rest

#80 Post by Dracos »

cybaster wrote:Always Vigilant isn't stopping me for telepathy in any capacity. I'm using tome 1.5.5, addon version 3.3.11 and wearing a telepathy:all cloak.

Looks like that got broken sometime around one of the 1.3/1.4 merges.

Okay bringing it back.
ToME Tips - auto-generated spoilers for ToME. - someone else made. I find super awesome, so spreading as well.

Dracos
Archmage
Posts: 405
Joined: Sun Jul 13, 2014 4:09 pm

Re: Improved Auto-Explore and Rest

#81 Post by Dracos »

Okay, updated. Both of those fixed. Thanks for reporting.
ToME Tips - auto-generated spoilers for ToME. - someone else made. I find super awesome, so spreading as well.

cybaster
Cornac
Posts: 41
Joined: Tue Apr 09, 2013 10:54 am

Re: Improved Auto-Explore and Rest

#82 Post by cybaster »

Works for me now. Thank you!

Dracos
Archmage
Posts: 405
Joined: Sun Jul 13, 2014 4:09 pm

Re: Improved Auto-Explore and Rest

#83 Post by Dracos »

A quick set of bug fixes for the side effects of reviving that code :)
ToME Tips - auto-generated spoilers for ToME. - someone else made. I find super awesome, so spreading as well.

Dracos
Archmage
Posts: 405
Joined: Sun Jul 13, 2014 4:09 pm

Re: Improved Auto-Explore and Rest

#84 Post by Dracos »

So there's a bug in the current version with First Seen. I've partially got it fixed. Haven't had much time but please just use Original or Vigilant for now.
ToME Tips - auto-generated spoilers for ToME. - someone else made. I find super awesome, so spreading as well.

Dracos
Archmage
Posts: 405
Joined: Sun Jul 13, 2014 4:09 pm

Re: Improved Auto-Explore and Rest

#85 Post by Dracos »

Huh, just my luck.

Anyhow, I've been busy/sick and not having much luck with lua syntax for adding a circular buffer to fix the problem.

Uploaded a version commenting out the broken parts so it won't crash for now.
ToME Tips - auto-generated spoilers for ToME. - someone else made. I find super awesome, so spreading as well.

cybaster
Cornac
Posts: 41
Joined: Tue Apr 09, 2013 10:54 am

Re: Improved Auto-Explore and Rest

#86 Post by cybaster »

Get well soon, buddy!

Also, the latest version appears to have no configuration menu. I can't find any settings anywhere to configure how it behaves.

Huh. It appears to be working fine, now. I'm not sure what was causing the problem on my end.

Dracos
Archmage
Posts: 405
Joined: Sun Jul 13, 2014 4:09 pm

Re: Improved Auto-Explore and Rest

#87 Post by Dracos »

Thanks Cyblaster.

Sort of fallen out of ToME. Glad to let someone take up the torch here and upload it though to let folks keep their favorites.

There's a couple of active bugs, one against new version and one with seen record (there isn't one).
ToME Tips - auto-generated spoilers for ToME. - someone else made. I find super awesome, so spreading as well.

Dracos
Archmage
Posts: 405
Joined: Sun Jul 13, 2014 4:09 pm

Re: Improved Auto-Explore and Rest

#88 Post by Dracos »

Trying out tome for the first time in ages. Looks like this at least basically works in 1.6. Didn't do a deep dive for compatibility.
ToME Tips - auto-generated spoilers for ToME. - someone else made. I find super awesome, so spreading as well.

nsrr
Sher'Tul
Posts: 1126
Joined: Mon Sep 21, 2015 8:45 pm
Location: Middle of Nowhere

Re: Improved Auto-Explore and Rest

#89 Post by nsrr »

From the Discord, FYI:
Improved Auto-explore and Rest 1.5.5 breaks Elemental surge, giving it very low/no cooldown

Dracos
Archmage
Posts: 405
Joined: Sun Jul 13, 2014 4:09 pm

Re: Improved Auto-Explore and Rest

#90 Post by Dracos »

Thanks for the heads up. Looking...man player totally got reorganized. Surprised then it was working as well as it did.

Rather I misread, but not yet seeing anything. Will give it a try.

Confirm I do see that happening too in debug. Bleh, marson's dev tools don't work anymore.
ToME Tips - auto-generated spoilers for ToME. - someone else made. I find super awesome, so spreading as well.

Post Reply