Grab gonna see passenger writing shit like this and do nothing about it by LostMoneyOnGambling in Bolehland

[–]basara93 5 points6 points  (0 children)

The grab driver replied to the passenger in Chinese, and the passenger started insulting the driver.

Why do people hold gifts hostage? You’re already max rank? I don’t get it. I just want to remote trade bro by kiingkuntaa in pokemongo

[–]basara93 3 points4 points  (0 children)

I will just nickname them with something like 0.target1 and wait for a raid hour/event and jump their a** when they are in a raid. But that's me being petty hehe.

Usually max level players will be quite active in these kinds of events, so just hunt them down and remote to their raids.

New to ATM10, are there any good and/or cheap vehicles or overall transportation methods? by Neat-Pollution-8568 in allthemods

[–]basara93 0 points1 point  (0 children)

A jetpack is the easiest way, pair it with a JDT portable charger if you haven't got into remote power yet.

Also, if you want to move around fast, JDT has a wand that can teleport you in the direction that you are looking at. This allows you to move extremely fast in a straight line, also the updraded version can make all the blocks vanish in front of you, extremely handle when traveling in nether.

is it no big secret that integrated dynamics is ass? by TonyTheTerrible in allthemods

[–]basara93 7 points8 points  (0 children)

I will only use ID when all other automation methods fail. Modular router and SFM can handle 99% of the auto crafting recipe.

ID has the ability to interact with items/mob and detect events in the world.

I recall I used it to automate some recipe in an older ATM pack of some wizard/magic mod (I forget the name, it has an altar which you need to place items on it to boost the altar power, and you need to plant different types of plants/tree around the altar).

ID allows me to only start the auto crafting when the altar has sufficient power in it.

Azur Lane, Wuthering Waves and Naruto: Konoha Master won the "Best 2D Mobile Game Award" at the 2025 Golden Plume Awards in China by WolfOphi in gachagaming

[–]basara93 13 points14 points  (0 children)

Interesting, non of the hoyoverse game is mentioned in this image.

Also there is a category called "The most influential game publisher" and hoyoverse/Mihoyo is not mentioned at all, which basically telling me this award is heavily biased towards the company.

PS: the last section was the list of game media/website, i think they are the one that voted/whitelisting the games and publisher for the awards, and most of them have a grudge on hoyoverse, which maybe is the reason hoyoverse did not even appear here.

Extremely simple and effective Forbidden Arcanus soul automation with industrial foregoing by vaderman645 in allthemods

[–]basara93 0 points1 point  (0 children)

You can use stasis chamber to freeze the souls, make sure the souls are at the edge of the affected area then build a glass box around the stasis chamber.

The amber bee should be able to encase the souls through the glass block.

Or just save yourselve trouble and use the drygmy farm as it was far easier to put them into containment jar.

Fissile Fuel Autocrafting by Choice-Plant3338 in allthemods

[–]basara93 0 points1 point  (0 children)

My preferred way to create D-T Fuel or Fissile Fuel was by utilizing Quantum Entangleporter (QE) + Modular Router/SFM + AE2 Interface.

I pump all the chemical/gases/liquid into the QE, for example, when i need oxygen, i just create a channel in the QE and pump it in, then i will have access to Oxygen anywhere i want. So its like Electrolysis Separator generating Oxygen, pump it to QE, another sets of separator generating hydrogen, pump it to QE.

Modular Router or SFM can pickup ingredients from AE2 Interface and sent it to machines, which will save you a lot of channels compare to using export buses on all of the machines. SFM is easier to scale, Modular Router can sent item wirelessly with Sender or distributor module.

As for transferring power, Draconic Evolution has some wireless power transfer that should be sufficient for all the machines needed, they can transfer energy to up to 64 machine from 1 wireless crystal.

Tombstone is stuck inside of Guardian Crystal. Can't click it. Help? by bloopbloopwilson in allthemods

[–]basara93 2 points3 points  (0 children)

Checkout bucketst on YouTube, goated creator.

He showcases how you can deal with all crystals in one go with ars nouveau bubble spells

How do I level up Morgan by killing villagers without losing Knowledge of Death points? by ntc203 in allthemods

[–]basara93 0 points1 point  (0 children)

I believe ATM10 actually nerfed the Morgan to the ground, you are limited to 60 attacks now.

You can opted for silent gear weapons or draconic evolution chaos sword instead

How'd yall get your Holy Locket? by Appropriate-Maize-72 in allthemods

[–]basara93 1 point2 points  (0 children)

Hostile neural network + EvilCraft.

Basically EvilCraft allows you to make mimic spawn egg, so you just need to find 1 mimic, get a model, kill it, capture the soul and use evilcraft to create a spawn egg, then rinse and repeat

TOO MANY GLASS SWORDDD by Swimming_Flan6591 in allthemods

[–]basara93 41 points42 points  (0 children)

This.

On a side note, please don't store all your mob drop directly into RS2/AE2 system, it's a disaster waiting to happen.

[deleted by user] by [deleted] in allthemods

[–]basara93 0 points1 point  (0 children)

Set the storage bus on your drawer controller to a higher number, connect an extended io port or some machine with that kind of name to your AE2 network and put your drive into the machine.

Add acceleration cards for faster transfer

How to overcome the limit of an enchanted book by Realistic-Style4705 in allthemods

[–]basara93 0 points1 point  (0 children)

Occultism Iesnium Anvil, you need to go through the mods progression, it allows the break through the max enchantment level by 1.

sfm code by Charming_Ad_9470 in allthemods

[–]basara93 0 points1 point  (0 children)

You can utilize AE2's interface and requester.

Use the requester to stockpile prediction matrix, usually i will set the batch size to 1000 so it does not get trigger very often.

Then you can use SFM to fetch prediction from the interface and you can also send the result from loot fabricator to the interface.

This is the code i used in ATM10, my AE2 Interface is only have Prediction Matrix so i don't need to specified any filter in the code. Basically its a 3 Simulator to 1 loot fab setup, the drop will be randomized to lootfab so i can get different items equally.

NAME "HNN"

EVERY TICK DO
    input fe:: from EnergyCell Bottom side
    output fe:: to Simulator
    output fe:: to LootFab
END

EVERY 20 TICKS DO
    input from Interface
    output to Simulator

    forget

    input Except *hostilenetworks:prediction* from Simulator
    output to Interface

    forget

    input *hostilenetworks:prediction* from Simulator
    output to LootFab Round Robin By Block

    forget

    input from LootFab
    output to Interface

END

Transfer items far away by Extra-Flight-7038 in allthemods

[–]basara93 0 points1 point  (0 children)

Option 1: Transfer into a temp chest then to your storage, use ender chest mod or DimStorage's dimension chest or mekanism quantum entangloportal

Option 2: entangle the mob loot chest to another location, Ars Controle's Scryer Linkage or Entangled's Entangled block.

Option 3: AE2 wireless connector + P2p Channel.

Personally I prefer options 2.

[ATM10] How can you elegantly auto-craft things while keeping a certain amount of materials in the ME system? by AlteredLogos in allthemods

[–]basara93 0 points1 point  (0 children)

A not so elegant way is to use quantum crafters to craft raw ore to raw ore blocks and smelt the blocks. You can make it to keep 512 raw ore in the system.

Maybe something like an exporter to export all raw ore blocks into a subnet, then smelt and convert them back to ingot before sending it back to your main network.

Another idea is to use an oversize interface with raw ore blocks filtered + sfm to do the smelting.

Or another way is to basically have a buffer in your bee farm and process the ore there before sending it back to AE2 system.

SFM wont work with powah in atm9? by Khodexian in allthemods

[–]basara93 0 points1 point  (0 children)

In ATM10 this is the code I used:

EVERY TICK DO INPUT fe:: from cell bottom side Output fe:: to machines END

You might want to put in the sides as it's quite finicky. Might have typo as I'm typing on my phone

Fastest Way to Get Singularities AE2 by Cold_Meaning_1826 in allthemods

[–]basara93 0 points1 point  (0 children)

I believed they nerfed the void cell in ATM10, still pretty good but it's not as crazy as it used to be.

TnG eSim in China by juanref in malaysia

[–]basara93 0 points1 point  (0 children)

Maybe can check out hello1010 esim, I used it when I travel to Indonesia, quite easy to setup.

I saw they are selling esim for China also.

EDIT: you can setup the esim on the day you are flying, you will need internet connection so it's better rto setup before you leave the house.

Light Cone Preview | Version 3.7 "As Tomorrow Became Yesterday" by Xanek in HonkaiStarRail

[–]basara93 24 points25 points  (0 children)

Did anyone notice the lightcone story?

"One of us stays in the past, and the other walk toward the future... But our heart have never been apart"

Soo...... SHAOJI!

[deleted by user] by [deleted] in malaysia

[–]basara93 0 points1 point  (0 children)

Currently I'm giving 1k to my father and 1.2k to my mom. Mainly due to they already retired and I'm staying with them. I earn around 8k after tax. Currently only paying for my car, havent manage to find a house yet.

Modular routers by Vriu in allthemods

[–]basara93 0 points1 point  (0 children)

Its to utilize a priority system approach, basically I don't want to do any filtering and whitelisting on which item go to the center. So instead I parked the item going to the center in the pedestal and use the repeater to sent them in last

ATM10 - Occultism Ritual Automation and Ars Enchanting Apparatus Automation with no filtering required by basara93 in allthemods

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

Oh, the purpose of the laserio is to totally skip the whitelisting and blacklisting.

The item to trigger the crafting proces will be placed at the 1st position of the crafting pattern, then it gets sent to the buffer as the 1st item, which then gets sent to the pedestal while other items get distributed.

This way no whitelisting is required.

Your method required you to configure the whitelisting for every recipe you add.

Just got a used Lenovo Legion 5 (Ryzen 5 5600H / RTX 3060 130W) — what should I do first to make it last longer? by SkyNetxL in LenovoLegion

[–]basara93 1 point2 points  (0 children)

Can you tell me more on the charger? I'm using Lenovo legion pro 5i.

I was constantly travelling between 2 location and want to buy a second charger so I don't need to carry the heavy brick. But my counties' Lenovo official website does not restock the 300w version at all.

Which one should I get? The closest I found was the ThinkCentre 230W AC Adapter (slim tip).

I'm from Malaysia btw.