u/Greggerygregington

Image 1 — Unlimited Legendary Ink!!!
Image 2 — Unlimited Legendary Ink!!!
Image 3 — Unlimited Legendary Ink!!!
Image 4 — Unlimited Legendary Ink!!!
Image 5 — Unlimited Legendary Ink!!!

Unlimited Legendary Ink!!!

Heyhey!

This thread is a follow-up to this one where I asked about ways to farm Legendary ink for Iron's Spells!

Most people suggested catching the Dead King with a containment ritual from Ars Nouveau and put it next to a bunch of Drygmys, but with you are like me and don't want to overwork those poor Drygmys and also find that they are not fast enough and put a strain on you TPS, then I might have the solution for you!

Here's what I did:

  • Capture an Archevoker with a Occult Ender Lead, use it on a spawner to turn it into a Archevoker spawner;
  • Put your new spawner into a mob farm, add upgrades as needed, picture 1 shows all the upgrades I added to mine;
  • Import all the Ink drops into an Access Point for drawer storage (picture 2, just ignore the double access points), do make sure each level of ink has it's own drawer first! (picture 3)
  • Use the power of Super Factory Manager to automate the production of Legendary level Ink with the previous tiers of ink! (picture 4)

I use a Item Drain to empty each ink vial, turning the ink into liquid, create fluid drawers for each ink level and lock them (please lock your drawers!).

The liquid inks are put inside their own Alchemist Cauldron (not visible on picture 4, picture 5 shows their tags, they are behind the JDT clickers), clickers put the item needed to upgrade the inks into the cauldron (simple right click), I tried using SFM for this but couldn't find a way to make it work without clickers.

The inks are passed from cauldron to cauldron until it reached Legendary level, then the liquid Legendary Ink is put into a glass bottle using a Spout and Depot, which is then deposited into the Access Point!

And that's that! I'm pasting the code I made, if anyone has any suggestions to make the code more efficient I'm all ears, I'm still learning!

every 100 ticks do --you can change it to 20 ticks--

input common_ink, uncommon_ink, rare_ink, epic_ink from storage

output common_ink, uncommon_ink, rare_ink, epic_ink to barrel

forget

input glass_bottle from hopper

output glass_bottle to storage

forget

--Cauldrons--

input fluid::common_ink, copper_ingot from storage

output fluid::common_ink to u_cauldron

output copper_ingot to u_click

input fluid::uncommon_ink from u_cauldron

output fluid::uncommon_ink to storage

forget

input fluid::uncommon_ink, iron_ingot from storage

output fluid::uncommon_ink to r_cauldron

output iron_ingot to r_click

input fluid::rare_ink from r_cauldron

output fluid::rare_ink to storage

forget

input fluid::rare_ink, gold_ingot from storage

output fluid::rare_ink to e_cauldron

output gold_ingot to e_click

input fluid::epic_ink from e_cauldron

output fluid::epic_ink to storage

forget

input fluid::epic_ink, amethyst_shard from storage

output fluid::epic_ink to l_cauldron

output amethyst_shard to l_click

input fluid::legendary_ink from l_cauldron

output fluid::legendary_ink to storage

forget

input glass_bottle from storage

output glass_bottle to depot

input *ink from depot

output *ink to storage

end

u/Greggerygregington — 1 day ago

DO NOT use a Enderic Laser before looking up how it works.

It can blow a perfect 1-block hole through your entire base, messing up your AE2 P2P channels, your beehive setup, your powah reactors, a variety of cables, and your stasis chamber restraining the Wither in your ether gas farm.

Why am I giving you such specific scenarios? No reason, this definitely didn't happen to me.

reddit.com
u/Greggerygregington — 7 days ago

Fix Garden of Tranquility cutscene - Summer Sweep Up Suggestion

The area outside Falador's north gate was changed for the final fight in the 2017 Deadman Autumn Invitational. Comparing both pictures, it can also be seen that the road was flipped, some trees and stones were removed and others added, and the banners were moved from next to the walls to right in front of the gate.

Pictures taken from cached versions on osrs.world:

https://osrs.world/?cx=2966.11&cy=26&cz=3418.10&p=-290&y=1024&cache=osrs-154_2017-09-29&v=1

https://osrs.world/?cx=2966.11&cy=26&cz=3418.10&p=-290&y=1024&cache=osrs-149_2017-07-13&v=1

The repositioning of the banners is causing a bug to the cutscene where the player steals the Saradomin statue in Falador during Garden of Tranquillity quest.

Currently the cutscene stops prematurely when the player spoof character, PKMaster0036, gets stuck behind one of the banners, preventing him from killing the guards like it used to happen pre 2017. The following link shows the bugged cutscene.

https://youtu.be/_LTObtpDWLs?t=1172

The next link shows the original correct cutscene.

https://www.youtube.com/watch?v=XVOuC_Ya6RY&t=19s

This means it's been almost 9 years in which this cutscene has been broken.

It's not just about preserving the game as it was, but also making sure newer players from the recent influx ddon't miss out on this little bit of old school og charm.

u/Greggerygregington — 11 days ago

Extreme reactor turning itself off when loading the world.

Whenever I load my world, 1 of 3 of my extreme reactors always turns itself off, this issue also is affecting 3 of my 5 fluidizers.

These machines are in force loaded chunks just like the other machines, and they are all inside one chunk. In fact, my other 2 reactors don't suffer from this and they are not in a single chunk, so the issue can't be related to chunks.

I've also haven't put any redstone ports on any of my reactors.

Has anyone else ran into this issue?

reddit.com
u/Greggerygregington — 14 days ago

Export/Import ME buses, ME Interfaces?

What for? I keep all my bulk items in drawers and get access to all of them wirelessly thanks to Access Points!

No cables, no power required, easy void/capacity upgrades, what's not to love!

Access Points coupled with SFM is crazy too! SFM can pull and push any items as long as there's a drawer for it!

This is my first time getting deep into a modpack, I feel like I'm being spoilt by Functional Storage, cause littering my base with smart cables is going to be a pain the next modpack I can't use Access Points.

reddit.com
u/Greggerygregington — 18 days ago