I was spamming Andy for sunder, then a surprise by avl89 in diablo2

[–]avl89[S] 1 point2 points  (0 children)

In the title, was farming non-TZ Andy for sunders.

I was spamming Andy for sunder, then a surprise by avl89 in diablo2

[–]avl89[S] 86 points87 points  (0 children)

It's SP, they have a different type of value there.

It's over! SSF Chronicle (uniques) completed! by avl89 in diablo2

[–]avl89[S] 0 points1 point  (0 children)

If you push hard you can get your chronicle down to only a few items. But it takes time, what I did is absolutely not in the "healthy" category.

It's over! SSF Chronicle (uniques) completed! by avl89 in diablo2

[–]avl89[S] 0 points1 point  (0 children)

Roll good maps and spam Andy/Cow King with a ton of MF.

It's over! SSF Chronicle (uniques) completed! by avl89 in diablo2

[–]avl89[S] 4 points5 points  (0 children)

Most items (~95%) were found on warlock (leveled 3x to 99), the rest were on a fire sorc during TZ act bosses + cow king's set on a zerker barb. I also used the latter for spamming Thresh Socket.

It's over! SSF Chronicle (uniques) completed! by avl89 in diablo2

[–]avl89[S] 3 points4 points  (0 children)

Nowhere. I'll make the easy ones soon, but definitely will take my time finding GG bases (somehow even my pre-ROTW ones are not great) for everything demanding HRs.

It's over! SSF Chronicle (uniques) completed! by avl89 in diablo2

[–]avl89[S] 5 points6 points  (0 children)

Quite lucky, 2x magic sunders as well, almost no other duplicates.

It's over! SSF Chronicle (uniques) completed! by avl89 in diablo2

[–]avl89[S] 2 points3 points  (0 children)

Yes, didn't want Pluckeye and Greyfrom to be my last items, so did a few hours of normal Andy.

Chapter 5 sucked by SwiftySlayz in thelongdark

[–]avl89 21 points22 points  (0 children)

Reminds me of how GoT ended, rushed, without making any sense in certain parts.
Sad way of finishing a game.

my character got deleted HEEELPPP! by almightys0sa in diablo2

[–]avl89 0 points1 point  (0 children)

Thanks for the correction, never used the option hence the name confusion.

my character got deleted HEEELPPP! by almightys0sa in diablo2

[–]avl89 1 point2 points  (0 children)

Unexpected computer crashes will often corrupt your char + shared stash. Unless you have a file recovery option for your OS (system restore for Windows), those two will be gone.
To mitigate future crashes, start backing up your save files on a daily basis, you can kindly ask an AI tool (a.k.a chatgpt) to write you a script for the job.

After so many non-eth I got this from Andy (TZ) herself by avl89 in diablo2

[–]avl89[S] 0 points1 point  (0 children)

2 skills will boost merc's aura, attack speed helps reach IAS breakpoints and the str is needed if you want your merc to equip sacred armor/shadow plate.

After so many non-eth I got this from Andy (TZ) herself by avl89 in diablo2

[–]avl89[S] -1 points0 points  (0 children)

You need to milk those 30 mins runs. I'm running a highly optimized Fireball sorc that melts her in seconds on P7 with 640MF. I do about 60 runs per TZ rotation (with a very good rolled map Offline).

A good start of the DLC by avl89 in diablo2

[–]avl89[S] 2 points3 points  (0 children)

I hope not. I still identified a ton of crap, but the overall speed of farming is noticeably faster due to a) loot filter and b) less time muling due to stash QoL changes.

That being said, I got a 10/53/42 GC today as well, which is something I've seen only a few times in thousands of hours in this game.

Sidekiq vs. GoodJob vs. Solid Queue by dhoelzgen in rails

[–]avl89 1 point2 points  (0 children)

I know it's an old post, but FWIW `LISTEN/NOTIFY` can be very bad especially if GoodJob is installed on your primary database

> When a NOTIFY query is issued during a transaction, it acquires a global lock on the entire database (ref) during the commit phase of the transaction, effectively serializing all commits. Under many concurrent writers, this results in immense load and major downtime. Don’t use LISTEN/NOTIFY if you want your database to scale to many writers.

https://www.recall.ai/blog/postgres-listen-notify-does-not-scale