#💭・general

1 messages · Page 378 of 1

hot fiber
#

what was the point of this again?

gloomy cloak
#

fun and bragging rights i assume

remote compass
#

I've never played bingo and what does it do? monkas (i googled)

covert cradle
remote compass
#

"home" - me thinking about Staff of Homa monkas

coarse girder
#

please save me

#

the history is not working

#

😢

feral axle
#

.

ashen path
#

e waves

hasty ledge
#

Meanwhile me 😔

floral quiver
hasty ledge
#

Donate some

south radish
#

i want tighnari man

cold harness
#

Well, I got one line xD

cursive valley
#

the fishing section on the site is no longer updated?

dusky crystal
covert quest
#

Uhh is there any mods that I can ping even?

#

Oh it got deleted already

floral quiver
hardy salmon
tawny cypress
#

who invited yunjin

tall thorn
#

lmao

sly falcon
fresh egret
#

not much of a challenge aye

fresh egret
#

u can think whatever you want

torn impBOT
floral quiver
#

Cell always a bot. KEKW

floral quiver
fresh egret
#

er is way too low for c0

lone gorge
#

happy!!

fresh egret
#

grats

#

idk what taht's suppsoed to be

#

but grats

deft wedge
#

Guys how to get wish counter link on Android?

tulip yacht
deft wedge
tulip yacht
deft wedge
#

Yes

#

Using ksu

tulip yacht
#

U can do it with shizuku

deft wedge
#

Thank you I'll try

#

I'll let u know when I'll do it

tulip yacht
deft wedge
#

I did

tulip yacht
deft wedge
#

Am in office rn so can I tag u after like 10 hrs?

deft wedge
#

Downloading GitHub one

tulip yacht
deft wedge
#

Lol

#

There is a vid link so I'll try to do it by the vid

tulip yacht
# deft wedge

Try enter on termux

su for enter root access

And then
logcat -e https://gs.hoyoverse.com/

Login Genshin and open gacha history

deft wedge
#

Need to login genshin after su right

#

Then the cummnd

tulip yacht
deft wedge
#

Yes

tulip yacht
#

And give Superuser permissions

river rivet
#

i found a way to do in non rooted androids :comfy;

tulip yacht
#

Wait wrong video

river rivet
#

i- didnt see it KEKW

river rivet
#

oh interesting

#

i am using termux tho :comfy:

deft wedge
#

Thank you

tulip yacht
river rivet
#

yeah yeah i just saw that video

tulip yacht
#

This my old guide you can do it without wireless debugging

https://youtu.be/OynAeBK5BZs?si=JtTacHs6tx9PBCI_

#

It's just a little more complicated for the first time setup

warped rune
#

Guys

warped rune
floral quiver
torn impBOT
fresh egret
#

maybe if u don't like using her burst

floral quiver
#

No problem using Furina with Kazuha on Xiphos

fresh egret
#

doubt

#

unless you're doing some weird on field build

floral quiver
fresh egret
torn impBOT
#

idk as long as you're happy

fresh egret
#

even i run some er and mine is c6

floral quiver
#

c6

modern veldt
#

How do I use paimon.moe wish counter on Android

floral quiver
#

Check Pins 📌

severe thistle
#

Is anybody interested in simple app i've written for android? Requires adb to grant READ_LOGS permission but then you just launch it and it automatically captures link and sends notification (and you tap notification to copy link)
Much faster and easier than using termux for this purpose

tall thorn
#

share github repo @severe thistle

severe thistle
#

Should I publish it to guthub?

#

right, will do it

tall thorn
#

not sure why people would use yours unannounced out of the blue. perhaps introuce it to people first.

dreamy crater
#

ye mirai has been using ascent

tall thorn
#

yeah there's even the ascent dev in the chat there

#

here he is 😄

hard orchid
#

yep, well developers should learn from each other, so I'm happy to check the code

#

less than 3MB, really small, curious how you achived that progress

severe thistle
#

my point is no adb continuously running required

hard orchid
#

same, but how do you implement adb protocol?

severe thistle
#

i do not use it at all, thets the point

#

android.permission.READ_LOGS

#

its system permission but can be granted via adb to any app

hard orchid
#

So need a PC to grant permission first?

severe thistle
#

yes, or termux. but thats needed only once, after install

hard orchid
#

Aha, I got it

#

The problem is, those with the knowledge of using ADB on PC usually don't use this kind of methods

tall thorn
#

sounds cool but I'd like to see the code before I allow an app to read the system logs

hard orchid
#

yep, me too

#

this is a dangerous permission

severe thistle
tall thorn
#

faster doesn't mean safe, and pushing something because it's faster while ignoring the risks kinda makes it suspicious

hard orchid
#

Don't think allow an app to read log all the time is a good idea

south radish
tall thorn
#
android.permission.READ_LOGS
yaroslavalexashkin.wishhistoryhelper.DYNAMIC_RECEIVER_NOT_EXPORTED_PERMISSION
android.permission.FOREGROUND_SERVICE
android.permission.POST_NOTIFICATIONS

if I understand it right the app doesn't read the logs in the background, does it?

severe thistle
#

i will give github link in a few minutes, trying to upload rn

hard orchid
tall thorn
#

thanks

severe thistle
#

here, feel free to inspect (and recompile too, bc that is safer than pre-compiled apk)

tall thorn
#

thanks, now that's a proper way to do it ^^

severe thistle
#

no

#

thats just for convenience

#

for granting only

#

or adb

#

either way is fine

hard orchid
#

aha, I see, quick way for rooted device right?

severe thistle
#

yeah

tall thorn
#

the repo is 153 KB only. what makes those?

#

what's in them?

hard orchid
#

cleasses.dex is the built main app entry

severe thistle
#

androidx..

hard orchid
#

it also includes the kotlin runtime

severe thistle
#

it is a lot

tall thorn
#

cool, but what else does it include? that's what I mean

severe thistle
#

but i did enable minify to decrase size

#

gradle build fisles show

hard orchid
#

anyway, I wouldn't advice giving such dangeraous permission to any app

severe thistle
#

i think there are unneeded dependencies, but all of them are from base intellij idea project

#

i agree its dangerous, however, i think that lack of internet access permission makes it much less dangerous

tall thorn
#

well, 1.3MB of compiled code never seen before

#

cool

hard orchid
#

yep, really small, impressing

severe thistle
tall thorn
#

virustotal

severe thistle
#

ah, okay

tall thorn
#

I have no idea what it means tbh 😄

severe thistle
#

well, you can compile it yourself, definitely safer if you are unsure and already inspected code

hard orchid
#

I roughly checked the code, seems okay, but don't know if there's explit for other apps to use

hard orchid
severe thistle
#

hmm, could it trigger on invoking su/logcat processes? or base android libs

hard orchid
#

Think it can, you've hard coded the "su" sting, with some trick I can replace it with other strings

#

For better security, these kind of interaction at the binary level should always compile into binary and use JNI to call

#

This's your first time with android development? Better check some best practice for a better code style

severe thistle
#

well, not first (but first public), but you're right, i dont know much about best practices

hard orchid
#

I reimplement ADB protocol in rust in Ascent, but I'm using flutter instead of native java code

severe thistle
#

btw why reimplementing? or adb binary stolen from termux+dependencies is too heavy?

hard orchid
#

Nope, it won't work on some systems

#

V1 do use this way, but there are many problems related to the ADB binary, for adb was built for desktop standard linux instead of android

#

the only way is to reimplement the whole thing

#

Checked your code, still needs to open your app and click to start service then go to game to get key, only difference is use adb on desktop or use wireless debug

severe thistle
tall thorn
#

and why does the app need to talk to google?

#

and tenor?

severe thistle
#

it doesnt. that must be part of one of the libraries

tall thorn
#

might wanna figure out the extra HTTPS requests and the GPS tracking.

#

huh, TLS requests to a cloud service API?

severe thistle
#

check manifest, app doesnt even have that permission
i have an idea, just to be sure i can create empty app (just template from IntelliJ IDEA) and submit it for virus check

tall thorn
#

that's not a virus check but a detected behavior.

#

besides apps don't usually need an explicit permission to go online

severe thistle
#

detected? interesting. there's no such my code at all in the app
i can try to compile without dependencies at all (and app should be a few kb in size)
tho it will require some refactoring of UI

tall thorn
#

I understand some of those may be google's own things, it's their OS after all,
but you dropped a random APK, then published a code that doesn't match the size, you gotta convince us this is safe.

severe thistle
#

i already said, androidx lib is a few MB and its included (its used for interface). i'll try to remove it rn, just for testing (and then code will exactly match apk)
(i'm not convincing anyone to use my code, i'm convincing that code matches binary)

Update: virustotal behavior analysis is crap(those requests might be from android runtime/..), so if anybody wants, compile yourself. there's minimal branch which literally produces 8 kilobytes .dex file

tall thorn
#

respectfully, I'm not convinced

hot fiber
#

convinced, I am not respectful.

floral quiver
plucky drum
#

nowadays even a server link in dm can be hack

hot fiber
#

assume everything is a hack, you'll never have to worry then.

tall thorn
#

KEKW there was a time where a video could be constructed in such a way that it crashes discord on playback

tall thorn
#

yup

dawn veldt
severe thistle
tall thorn
#

irfanview needed 6GB RAM to allocate that png KeK

swift crane
severe thistle
# severe thistle i already said, androidx lib is a few MB and its included (its used for interfac...

Here I have proof that virustotal Zenbox behavior analysis is crap and gives lots of false positives (but VirusTotal R2DBox is fine). Zenbox triggers on app with zero code at all (verified by using any online decompiler. or by viewing hex dump of classes.dex, which is only 948 bytes)
proof: https://www.virustotal.com/gui/file/52b9a888e109543338b77506801a66ea47a55d74ef80a32a8e7277bfc8e731e8/behavior
attached file is the one checked
btw internet access does require android.permission.INTERNET

tall thorn
#

VirusTotal R2DBox
R2DBox is an Android 8 sandbox which uses Frida to make the hooks. It runs on GCE machines.

Zenbox
Windows 10 Sandbox. It provides MITRE matrix, signature detection and memory dumps. Runs on GC VmwareEngine.

interesting then where it gets those network connections from 🤔

#

internet access does require android.permission.INTERNET
yeah I made a mistake earlier about it

floral quiver
swift crane
floral quiver
#

Ikr

#

When I realized I was like ohh shit

cold harness
#

It was painful for me to see XL's burst being used before Bennett lmao

floral quiver
#

Failing crits is my passion

floral quiver
cold harness
#

She's not called Baal

floral quiver
#

I rarely use that tean in abyss

cold harness
#

I assume you don't use any variation of national

#

Because every national variation does Bennett burst first and then XL's, so you snapshot Bennett's buff into pyronado

floral quiver
#

You can assume whatever you want. KEKsociety

lament galleon
#

also 3080 isnt that small

#

no way shes holding a 4090 like that tho

#

the thing is a chunky brick

dawn veldt
#

ofc it depends on the model of the gpu too

vocal musk
#

Do you guys know when soft pity starts on weapon banner

#

Cuz I’m at 51 and it ends in 3 days

dawn veldt
dawn veldt
#

don't risk it because its a terrible banner

vocal musk
#

That’s the thing I got baizhu and I’m trying to get his weapon

dawn veldt
#

dont do it lol

vocal musk
#

I’m just nervous he’s not gonna get a rerun for a while because he’s not that popular

dawn veldt
#

is not worth it, his weapon is trash

#

he doesnt do any damage

vocal musk
#

Do yk what weapon works better?

lament galleon
#

his weapon isnt even his bis

#

just use support one

dawn veldt
vocal musk
#

sacrificial fragments, favonius codex, the widsith, prototype amber, eye of perception

lament galleon
#

favge is never bad
pamber can also battery a little
sac means more team heals

dawn veldt
#

any of those will work, fav if you really need the ER

lament galleon
#

hakushin craftable is also nice

#

ttds always epic if ur dps is atk scaling

dawn veldt
#

if i'm not mistaken Amber is the best option, but that is if you can get his ult back in time

#

kokomi's weapon is an option too if you have it

vocal musk
#

Wait do yk why “his” weapon is not good on him?

dawn veldt
#

For 3s after using an Elemental Burst or creating a shield, the equipping character can gain the Primordial Jade Regalia effect: Restore 4.5 Energy every 2.5s, and gain 0.3% Elemental DMG Bonus for their corresponding Elemental Type for every 1,000 Max HP they possess, up to 12%. Primordial Jade Regalia will still take effect even if the equipping character is not on the field.

#

you barely restore energy for a 5 star weapon and the damage is wasted because he doesn't do any

vocal musk
#

Ok thank you so much

dawn veldt
#

amber restores almost the same, its free and it also heals the party

vocal musk
#

Ok thank you

craggy nimbus
#

Finally.. i did it..

tall thorn
#

dayumm, with style too

vocal musk
#

that’s a good pull

supple scarab
#

is there a way to update roles on this server without the bugged reactions in #📝・rules ?

tall thorn
#

yeah only the owner can do that but he abandoned the server nearly a year ago

dim bluff
#

Ngl, they nailed the VA in this scene

neon depot
#

Guys i need suggestion about whether should i build Charlotte for ayaka freeze with furina or not since i alrdy have yelan and diona but yelan gonna be demanding doing some na to do hydro application and also she kinda too single target focused

#

I tried ayaka furina with diona but the fanfare stk really hard to get

vocal maple
#

Anyone still have photo samples?
im in need 🐢

austere dune
#

Why don't you go with ayaka/furina/Charlotte/cc

neon depot
austere dune
#

Charlotte is a decent healer

#

She heals whole squad significantly

neon depot
#

So which is better ?

Ayaka/yelan/kazuha/diona
Ayaka/furina/kazuha/charlotte

austere dune
#

I'd personally choose 2nd though unsure about particle generation for ayaka

unique holly
#

What is the link to import wish history?

austere dune
#

Maybe favge with triple atk and some cr in stats (not main ones)

neon depot
unique holly
austere dune
neon depot
#

Ok

#

Which artefact should i use ?

#

Noblesse ?

austere dune
#

Her ult deals some damage, but rather actually making an attempt I'd simply go 2/2

unique holly
#

What is the link to import wish history?

austere dune
#

Basically shenhe with enough er

#

What is the link on what platform

#

There is literally explanation

#

Also check pins(?)

neon depot
austere dune
#

I made mine with favge triple atk. Quite happy

#

I'm actually lying but just can't log in game rn

#

Maybe ameoma would be better choice since it has atk passive stat and saves some energy too.
Could've test if I had one

neon depot
#

Nah favo is much better at flexibility

#

If you use amenoma u gonna have a hard time refilling her burst when playing with hypercarry

#

Not a problem if u play a team with lot of sub dps thou so jean can on on field

#

Furina xq yelan jean

dreamy crater
#

you'd prob wanna onfield yelan lol

neon depot
#

So she can battery other character

dreamy crater
neon depot
#

Since i build jean as dps (Atk anemo crit) i can use her on field to do some damage and healing from her ascension

dreamy crater
#

that doesn't heal much

#

lol

neon depot
dreamy crater
#

oh ye that gives healing bonus

tacit maple
#

Why nothing happens after typing

adb logcat -e https://webstatic-sea.hoyoverse.com/

tidal forge
#

are they just bugs right?
1 dup and 3 like memes KEK

queen nebula
tulip yacht
# unique holly What is the link to import wish history?

U can use Ascent
This is much easier than using Termux or LADB

https://youtu.be/6orlKowsBa0?si=KXniuXF766iNXTTX

warm tulip
#

If i have max fate points and banner changes is my weapon still guaranteed?

ivory otter
#

Fate points reset

#

Banner pity dont

warm tulip
#

That sucks

#

Well it’s shame. I was blessed with two earlys but they were both terrible and i dont have time to get Furinas sword by building pity now

fresh egret
#

i wouldn't roll weap unless i had enough for 3 pities

warm tulip
cold harness
#

Building pity ain't a thing

plucky drum
#

especially in weapon banners

warm tulip
#

🤷

#

Could always use pjws

neon depot
#

I only gonna build pity on win win weapon banner

#

So even if i lose to one of the 2 weapon i still can get benefit of it

fresh egret
#

that's just stupid

#

fate points reset

#

u might as well save it until u get to a weap banner which u actually really want

#

so fate points can save your ass

plucky drum
#

weapon banner too expensive for me

neon depot
neon depot
lime pumice
#

Hello guys, just started game after 1 -2 year...anyway to check my pity ...no history before 6 months..

neon depot
#

Just make sure to have 80 pull for to get at least 1pcs 5 star weapon

lime pumice
#

I know that ...just wanted to know...i am in soft pity or hard pity ...@neon depot

neon depot
neon depot
lime pumice
#

@neon depot can support team will help me from game for this issue?

neon depot
#

Dunno

cold harness
fresh egret
#

luckiness is luckiness

#

impulsiveness doesn't really have anything to do with it imo

#

but i'd rather get unlucky and win a weapon i can actually use

#

than get lucky and win jadefall

torn impBOT
gloomy cloak
#

also whenever I see "building pity" my brain changes that to
"I'm impulsive and have an uncontrollable gambling addiction
woe me for getting stuff i don't want and now being unable to get what I want, when it could have been avoided so easily!"

woven mauve
#

@everyone ...

#

i pre farmed...

#

preject amber 10x paimon.moe

fresh egret
#

u realise that ping is disabled for a reason

torn impBOT
rough osprey
#

🫡

faint edge
#

the Android link in updates doesn't even work 😭

tulip yacht
faint edge
#

samsung

#

it says that the thing violates terms of service

tulip yacht
#

Now working since 3.1

faint edge
#

where's the link?

#

I used the one in updates

tulip yacht
faint edge
#

what is adb

#

?

tulip yacht
# faint edge what is adb

Basically like this i have make tutorial, This is the easiest to use so far so if you think it's difficult it's best to give up

https://youtu.be/6orlKowsBa0

faint edge
#

kk

onyx sequoia
#

Hello!

tulip yacht
faint edge
#

which one is it

#

none of them look like the one in the video

onyx sequoia
#

Hello

tulip yacht
faint edge
#

oh kk ty

onyx sequoia
#

I’m at pity 2 right now lmao

neon depot
tawny cypress
#

or, yknow

#

you could just be building pity by summoning for 4*

#

especially for newer accounts, thats a very important avenue for increasing your account's strength

gloomy cloak
tawny cypress
#

like in star rail, i plan on doing summons on the argenti/sw banners even though i dont care for either of those 5*s
because the 4*s on the banner are very good

#

im going to be building pity

onyx sequoia
tawny cypress
#

i still have yet to decide who i would rather have if i were to get an early 50/50 win, but the idea remains

#

i am building pity

neon depot
#

i use lyney bow

tawny cypress
#

this is just a bit of a long way to way that, maybe you could stand to be a bit less judgemental with your phrasing, lol
people can plan out how they will build pity, up to and including summoning on 5* banners that they dont want the 5* on

#

back to hsr, i did 5 multis on the topaz banner building pity because the 4* on the huohuo banner are dogshit

#

its the opposite of impulsive, its taking a risk in planning

#

but there was a very real risk that i pulled a topaz i didnt want nor need

neon depot
dreamy crater
#

one by one is very slow

neon depot
#

im not recommending this to new player but for endgame player which already can clear abyss regularly it's fine

#

good or not depend on the person itself

tawny cypress
#

theyre just saying that wishing one at a time is literally slow

#

and more annoying than its worth

#

has nothing to do with being new or a vet

pale drum
#

Guys wth is that?

neon depot
# tawny cypress has nothing to do with being new or a vet

im just saying that building pity for new player is not reccomended since it can ruin their pulls for who they wanted for while veteran player even if they ruin they pulls their account should be fine cuz they likely alrdy have well built character

dreamy crater
onyx sequoia
#

^

#

I’m doing all my dragon spine quests that I didn’t want to do when I was lower AR because now I don’t have any archon quests to focus on lmao

#

I learned that furina is very useful in exploring dragonspine when you don’t have dehya since furina can heal

rough osprey
#

What set are u running yae on

#

And kaguras verity right

neon depot
neon depot
tawny cypress
#

please stop using crit damage circlets Prayge

rough osprey
neon depot
tawny cypress
#

the criminal 1:4 ratio

rough osprey
#

58

#

Its not thag bad

tawny cypress
#

its fine for a low quality build like 60:150 or something

#

if you've got a 400 cv build theres really no excuse

neon depot
rough osprey
#

Whats a low quality build

tawny cypress
#

a build with not very many stats

rough osprey
#

🤔

neon depot
#

and the also fact that she could benefit from em atk and er

rough osprey
#

Lemme see if i have the build in my gallery

neon depot
#

not as broken as xiangling that can benefit with anything except def and hp thou

rough osprey
#

If youre playing aggravate

neon depot
#

but don't use em on main stat

rough osprey
#

Or quicken

#

Otherwise i think for taser shes fine

#

My fucking internets slow

tawny cypress
#

well, for agg specifically an em main stat may be okay

#

but its situational

#

people use em mainstats on agg keqing and she has literally 0 innate scaling

rough osprey
#

Oh 🤔

#

If i remember yae has

#

Something with the turrets

tawny cypress
#

yeah its like 0.15% damage bonus per EM

#

its not a big number

#

but its something

rough osprey
#

Yea

tawny cypress
#

its the game design equivalent of a "wink wink nudge nudge"

rough osprey
#

How much em do u need for aggravate angways

#

*anyways

tawny cypress
#

more is more

#

and more is better

#

when in doubt use optimizer

rough osprey
#

I dont know the optimizer

#

Whats that

warped rune
tawny cypress
#

its basically a calculator that can tell you what combination of artifacts you own will give you the highest <result> (usually damage) for a given situation

warped rune
#

Its only 8:30 rn but the quietness in the area is so loud

tawny cypress
#

so you could say "i have 3 yae turret hits, 1 procs aggravate"

#

and it would output the highest damage result

#

by checking all of the combinations

dreamy crater
#

I need more rotation calcs

#

esp for chars that don't just burst and swap

rough osprey
#

Oh aight

#

Ill see

#

I love number crunching so its gonna be fun anyways

tawny cypress
#

im a huge fan of GO

#

where it really shines, imo, is making builds that meet certain conditions

#

like "i want the highest damage build with at least 180% ER"

dreamy crater
#

yes

#

this

tawny cypress
#

because that gets really tough when you have a lot of artifacts

dreamy crater
#

yea

tawny cypress
#

hmmm im at 72 pity on standard banner

#

to spend primo or not to spend primo

#

if its a weapon ill be sadge

dreamy crater
#

don't

tawny cypress
#

however, looking at my pity

warped rune
#

No don't

tawny cypress
#

i think its guaranteed to be a weapon

#

thats tragic

dreamy crater
#

nothing good comes from standard anyway

tawny cypress
#

amos or bust

warped rune
#

Just grind for charaters ascension

tawny cypress
#

i will accept nothing less

warped rune
#

Rewards

dreamy crater
#

no hunter's path = rip

warped rune
tawny cypress
#

i have 3 already

warped rune
dreamy crater
#

I wonder when hunter's path is returning

#

I want it

tawny cypress
#

4*

warped rune
#

Frr same the awesome passive

warped rune
#

🙃🙃🥹🥹🥹

neon depot
# rough osprey

still good thou if i use crit rate circlet the stat would also be similiar like this

neon depot
tawny cypress
#

no

#

keqing agg is actually not that good

#

its worse than a solo alhaitham KEK

dreamy crater
#

fischl carry fr fr

tawny cypress
#

^

dreamy crater
#

if fischl can carry a double anemo taser in single target to be able to clear abyss

dreamy crater
#

fischl can carry keqing

neon depot
#

but yae is slower than keqing cuz her skill have icd so less aggravate thats why atk is better than em on her

tawny cypress
#

the fischl for the alhaitham half does 0 damage btw, its no artifacts

neon depot
#

u really can feel the difference between bringing fischl on keqing team or not

#

it has a huge margin

dreamy crater
#

do you have a GT set for fischl yet, Balakin?

tawny cypress
#

ive put 18,000 resin into the domain and i wouldnt say i have a very good one, no

dreamy crater
#

I don't know how much resin I've put into it

neon depot
#

similiar to my case on hu tao and eula artefact farm

tawny cypress
#

technically i dont know how much resin it is, i just know ive gotten ~990 artifacts across both sets

neon depot
#

my hu tao now use 2set em em and eula use fontaine set since it provide huge crit now i don't have to think about her burst not crit anymore

tawny cypress
#

those crit stats are abhorrent LMAO

dreamy crater
#

what's the agg combo

tawny cypress
#

its just a handful of hits that should have the right ratio of agg:nonagg hits

#

the only purpose is to make a good output build

#

i guess now that i look at it, it is 70:140 on a character with no crit ascension or weapon

#

which is pretty good

neon depot
tawny cypress
#

thats with dendro resonance

neon depot
#

oh i see

#

i mainly use fischl at 2 electro teamcomp

tawny cypress
#

yeah, probably for the best

neon depot
#

so she can use her ascension to provide extra dps with the main carry

dreamy crater
#

yea I'm way ahead of you with only sucrose buffs and debuffs

tawny cypress
#

fischl in a dendro team is actually not doing much other than maintaining quicken aura lol

dreamy crater
#

with elegy it's 128k

tawny cypress
#

her a4 effectively gets 0 procs

neon depot
#

if u have yae and furina try play
yae furina fischl jean/sayu

tawny cypress
#

sucrose is pretty huge for agg fischl's damage tbf

#

its vv and em

dreamy crater
#

give me the team then

neon depot
dreamy crater
#

actl

#

I'll just remove sucrose

tawny cypress
#

yeah i just removed a dendro unit so ive got nothing but bennett buffs rn

#

i might disable that too though

dreamy crater
#

106.5k* forgor to update oz talent

rough osprey
tawny cypress
#

jeez i just noticed your feather

#

thats crazy

#

its not like mine is much less crazy, though

#

lol

fresh egret
#

alhaitham trial was pretty fun in freminet event

#

almost tempted to roll

dreamy crater
tawny cypress
#

alhaitham is an uncontested top 2 dps unit
he was by far and away the best until neuv came around

#

i could see people argue for either being the best rn

fresh egret
#

i'll probably skip

tawny cypress
#

but they stand above all others

torn impBOT
dreamy crater
#

you're tempting me.

fresh egret
#

got too many dps as it is

torn impBOT
dreamy crater
fresh egret
#

gotta save for arlecchino and cloud retainer too

tawny cypress
#

fischl LB is brutal

dreamy crater
#

I'm decently high up there

#

not immensely

#

but higher than I expected

tawny cypress
#

im probably in the 3-6% range depending on which LB then

#

too lazy to put the build on my fischl

#

especially since it steals my only circlet from furina

warped rune
#

Guys

#

I just noticed

#

I have fischl's weapons

dreamy crater
#

surprised my XQ is top 9% on noblesse

warped rune
#

Its currently r2

tawny cypress
warped rune
#

Should i build her?

fresh egret
#

furina c6 is breaking my neuv rotations

tawny cypress
#

do you mean the waltz weapon?

warped rune
#

Physical or elemental?

fresh egret
#

i can barely get 2 cas off

warped rune
#

Yes yes

tawny cypress
#

mitternantniach waltz

fresh egret
#

befor the burst goes away

tawny cypress
#

yeah dont use that

#

its bad on her tbh

warped rune
#

That walts

#

Oh

dreamy crater
#

waiting for cd circlet...(no I don't have FD)

tawny cypress
#

unless youre running an on-field carry fischl

#

the passive doesnt work

warped rune
#

I'll try to make her a dps

#

I wish i can get her to c6

tawny cypress
#

its not recommended when she can be so potent while 99% off field

#

but its workable ig

warped rune
#

Oh

#

Is she good with tighnari?

tawny cypress
#

i would assume so

tawny cypress
#

wait

#

this is an old pic

dreamy crater
#

lol

tawny cypress
#

i have a new goblet now

warped rune
#

so she is kinda good

#

I guess i have to put her on tighnari's team

tawny cypress
#

i got that 1:3 ratio on my goblet 🔥

dreamy crater
#

hahahahahha

warped rune
#

Owoowowowowo

dreamy crater
#

when can I get a good cd circ from GT

warped rune
#

I CAN'T STILL GET A F****** GOOD HYDRO GOBLET THERE

#

😭😭😭😭😭

dreamy crater
#

it's not hydro lol

warped rune
#

I know

#

But i am farming there for thr last 2 months?

#

Or something

#

But i still haven't got a good one

#

😭😭😭

dreamy crater
#

I've been there since it launched

warped rune
#

Frr

#

And its hell

tawny cypress
#

ok we ball

#

ima go sleep

dreamy crater
#

night

warped rune
#

Momiji dyed court and this domain is probably the most useful if you ask me

warped rune
fresh egret
torn impBOT
dreamy crater
#

momiji has more more chars

fresh egret
#

what i would do for actually decent circlet

warped rune
#

Yep

fresh egret
#

instead of having 3 rolls in em

dreamy crater
warped rune
#

Please?

dreamy crater
#

it's there

#

lol

warped rune
#

Oh

#

I thought it cd

#

😭😭😭

#

Anyways a good ratio

#

😭

dreamy crater
#

get used to reading the symbols

#

absolutely no er lmao

#

dk if you need it

warped rune
#

😭

fresh egret
#

c6 doesn't need er

#

esp in a neuv/fischl team

dreamy crater
#

aight

fresh egret
#

it's more comfy in open world but i don't use her burst there

#

c6 acutally has issue of extending rotations, her nas are extremely slow

warped rune
#

Oh

#

CHAT IS THIS REAL?

tall thorn
#

possibly yeah, HYV sets out explicit rules for any user input, including Wanderer's name, your name, a music instrument play, the teapot creations, etc

#

fuuuuu it's getting worse, and it's still november damn it!

dreamy crater
#

imagine using spotify

tall thorn
#

youtube music, itunes, amazon, they all suck balls

dreamy crater
#

I use Youtube occassionally

#

for mobile I use Esound which pulls from spotify and youtube

rough osprey
dreamy crater
#

what's with that reaction

rough osprey
#

Nothing

#

Just looking

#

Goofy looking emoji

torn impBOT
tall thorn
#

or did you just whine out of boredom?

dreamy crater
#

I use youtube, but I don't really listen to music on desktop

tall thorn
#

there, it makes sense now.

dreamy crater
#

context: am musician, work on music stuff

tall thorn
#

I've been making music since I was 16. what's your point?

dreamy crater
#

that's some new lore

#

my process is basically listening to my own stuff until I come up with what to do with it

tall thorn
#

cool.

dreamy crater
#

what kinda music do you make?

tall thorn
#

I can produce nearly anything from hip-hop, club, through tech house and edm, to rock and metal

dreamy crater
#

very diverse

tall thorn
#

yeah, considering I was 16 over two decades ago 😄

dreamy crater
#

oh XD

tall thorn
#

changed the main focus a few times

dreamy crater
#

wonder where life will take me

#

is music your income or a hobby?

tall thorn
#

both

#

what do you make?

dusty valve
#

yo

#

is baizhu weapon good for barbruh?

dreamy crater
# tall thorn what do you make?

currently just composing, ensembles and orch
got some stuff on my spotify (some are cringe), hoping to get the newer stuff out by the end of next year

#

would love to write songs but I can't ever get words down

tall thorn
#

got some stuff on my spotify

#

that you?

dreamy crater
#

I odn't use it to listen to music :P

tall thorn
#

naah just banter mate

dreamy crater
tall thorn
dreamy crater
#

I use musescore, haven't gotten into DAWs yet

tall thorn
#

cool, used a DAW since I was 16

#

since before I even knew what a DAW was 😄

dreamy crater
#

I'm classically trained, so using traditional notation feels more natural to me

tall thorn
#

makes sense

fresh egret
#

the passive works for 3s if you're not baizhu

native verge
#

Hi there! Is anyone here having problems to import the wish list to Paimon? The website keep saying the wish list is from another account, even when I'm sure It's not.

rough osprey
#

Or a different browser

onyx sequoia
#

I hate fishing In genshin so much

rough osprey
#

Thats why i staryed fishing as soon as fontaine dropped

warped rune
#

I think I'm gonna die from cringing

Im sorry but there's this girl that asked me if I have a gf/bf

I said no

Then she invited me to a game

AND THEN SHE SUDDENLY CALLED ME LOVE LIKE MAAM CHILL

And the worst part is she didn't know that I was gay

warped rune
#

Mkay

#

🙃🥹

warped rune
#

Anyways how's everyonee

tall thorn
#

cheers, good. you?

warped rune
#

Traumatized

tall thorn
#

cool

#

not gonna ask 😄

warped rune
#

🫠

#

Bruh

#

Straight to stongbox

#

Bye

tall thorn
#

what, you put +20 into a strongbox?!

warped rune
#

Nuhuh

#

I would cry

#

I just put them on another artifacts

#

🫠🫠

#

like a good 0 sands

#

Plus i would be insane if i do that

#

I worked hard for that 100k mora then would just go straight to the strongbox?

#

HELL NO

tall thorn
warped rune
#

Lmao

warped rune
# warped rune

Game literally summoned all the Def roles onto this piece KEKW

#

😭

#

Don't you dare laugh

#

Im crying

gloomy cloak
warped rune
south radish
#

garbage but not garbage enough lol

warped rune
#

I literally cried

gloomy cloak
warped rune
#

Fr

#

problem is i don't have her

#

🫠🫠

warped rune
gloomy cloak
warped rune
#

I would literally burn my soul if that happened one time i rolled the most scrumptious piece and most of it landed on def and er

#

🫠🫠

#

Also why tf no one told me that this is a bracelet

swift crane
#

i sure love my 4 line double crit piece

torn impBOT
#

Anyone?

Which is better charlotte burst uptime:
190.7 ER with r5 proto amber or
236.6 ER and 30.3 CR with r4 fav codex?

Jump

[Go to message!](#1177581525966012458 message)

wide elk
#

is Baizhu worth more than Raiden?

plucky drum
#

both have different uses

#

Baizhu is a healer

#

raiden is battery sup dps~dps

#

if you put Raiden with supports she will do great damage

#

like raiden national

#

but Baizhu is a dendro healer

#

you can use him with Furina and a electro dps and you can make some interesting reactions

wide elk
wide elk
plucky drum
#

I wish you good luck

wide elk
#

or would you prioritize some other more?

plucky drum
#

I'd be real, I am kinda noob, perhaps you should ask a more experienced player

wide elk
#

nah, I meant as someone who has Baizhu and Furina, what are you takes on it?

plucky drum
#

amazing

#

they are amazing together

#

Furina buff and lower all party hp and Baizhu heals

wide elk
#

well, Baizhu's banner is ending...

#

Nahida, Furina, Kokomi, Kuki is my current Furina team

plucky drum
#

You can also do something like Jean Furina Yelan and Xingqiu

wide elk
#

I have no Jean

plucky drum
#

without a healer it'd be really tuff to run Furina

#

a healer that heals all team members (Jean and Baizhu)

wide elk
#

so, @warped rune would you suggest to get myself Baizhu now or Raiden?

#

thinking about it, Raiden would allow myself an entirely new team...

plucky drum
#

Furina can buff all characters unconditionally

#

You better focus on buffers more than dps characters because dps characters change overtime while buffers stay forever

wide elk
#

but Raiden is sub-DPS, and also an archon

#

oof

#

tough...

#

I wait for him then, will be a year or more tho 🫠

#

yes

#

no

#

yes, mainly because of new team (national)

#

I use both Kokomi and Kuki

#

to get hyperbloom

#

and get homing dendro missiles

#

I use her of electro app on cores

#

didn't test that out

tall thorn
#

that'd be awesome, we only waited few years for it

dawn veldt
#

why HP? she uses EM

fresh egret
#

U can build HP if you want but em is just more versatile

#

In general pure healer needs basically no stats other than em anyway given she heals based on em and hp,

warped rune
tall thorn
#

nice flex

tall thorn
#

then probably as it says on the picture

fresh egret
torn impBOT
pale drum
#

Sorry I am dumb

neon depot
#

800-900

#

Try aiming 1000 em if u're using gilded dream

dreamy crater
valid leaf
#

hey everyone i just join a few mins ago

#

im currently using an android smartphone

#

how am i gonna get the link to import to the wish counter of paimon.moe

tulip yacht
zinc crown
#

No

#

Oh 4* Sadge

#

Honestly if you would roll 3 times on CD maybe it is better

warped rune
#

Flat def incoming

#

Full roll

#

Just roll

#

Sasageyeo

#

My highest roll Arti is def %

#

😭

#

See

#

I told you

#

Roll it

#

Can be a good off piece

rustic merlin
#

How to get this achievement, if anyone knows pls tell me

dreamy crater
#

it's not real, it cannot hurt you

cold harness
#

Bit late here but this was the first message I saw when opening this server today xD
You're lacking dendro. Instead of Wanderer I'd just slot in a second dendro so you can generate a good amount of seeds.

harsh cobalt
#

Guys, should i roll ayato or save for raiden shogun?
P/s: the pic is my chracter list

cold harness
#

Well, you're really lacking hydro chars but then again, Yelan and Neuv exist

#

Ultimately, game is easy enough, unless you really want meta just pull whoever you like better

hot fiber
#

you're going to get a lot of tendency to roll for Raiden, Ayato doesn't bring much to the table unless you really want him.

harsh cobalt
#

Hmm

hot fiber
#

in the end though there's nothing absolutely necessary for any specific character if you're willing to put in the effort.

harsh cobalt
#

So

#

Is shogun still a meta?

hot fiber
#

dendro keeps electro in the hot seat, so yeah.

harsh cobalt
#

Fine

#

Take shogun is better

#

Tho i can take cyno

#

But shes got better dmg

cold harness
#

Raiden is more versatile than Cyno

#

Cyno is rather strong and underrated unit but a bit limited in uses and teams

#

Kinda needs Baizhu to really shine

harsh cobalt
hot fiber
#

again, it's up to you in the end. Xingqiu is ostensibly a better hydro unit than ayato, but if you need a second then he might be worth rolling.

cold harness
#

That aside, Cyno and Raiden are very different units

cold harness
harsh cobalt
cold harness
#

Trick here is to run them together xD

cold harness
hot fiber
#

I mean he has AOE and can (must) be on field, but he's boring as fuck imho. 😛

cold harness
#

I'm just saying they fill entirely different roles xD

#

So they're not really comparable

dreamy crater
#

childe and neuv are just better

cold harness
#

But tbh, talking about having enough hydro units in general, as I mentioned earlier I'd generally recommend Yelan and/or Neuvillette, even if I enjoy playing Ayato a ton (and I use him a ton in abyss as well)

#

Thing with Childe though is that he is way, way more restricted

#

His use is basically national and that's it xD

hot fiber
#

Neuv is also kinda boring, but he's absurdly better 😛

cold harness
#

Childe for example doesn't work half as well for hyperbloom as Ayato does

harsh cobalt
dreamy crater
#

ayato has what, soup and dendro?

hot fiber
#

I can't stand Childe toolkit. 😛

cold harness
#

I think all 3 have their uses and significant differences, but Neuv I'd say is the better of the 3

harsh cobalt
dreamy crater
#

best*

cold harness
#

Childe has national and national

harsh cobalt
#

And whole chat starting makes war?

hot fiber
#

Neuv is probably best hydro unit in general.

dreamy crater
#

national and international :P

cold harness
#

You could argue taser but imo Sucrose on field is better overall

cold harness
cold harness
dreamy crater
#

some people who play intergrassional

dreamy crater
harsh cobalt
#

Another gi server

#

Idk how to explain it

dreamy crater
#

so...not here

harsh cobalt
#

Ye....

dreamy crater
#

okay

harsh cobalt
#

I got hopeless to farming artifacts for childe

#

💀

tawny cypress
#

honestly ayato is one of the hardest units to recommend as far as meta is concerned

#

he doesnt really do any role consolidation and what he does he simply does worse than others

#

and then, meta aside, he has literally 0 story contribution

#

he simply exists as a character

dreamy crater
#

yep

cold harness
#

I agree he's hard to recommend

#

But I don't think he should be compared to an hypercarry, I don't think he is one tbh

tawny cypress
cold harness
#

He has enough differences to Childe and Neuv to not be completely "powercrept" (though I don't think it's a powercreep issue), but yeah, I only recommend going for him if someone likes him xD

tawny cypress
#

but i'd also argue this is a downside

cold harness
#

He works fine enough though, it's not like he will perform bad (ig he kinda will if you want to play him as an hypercarry though xD)

tawny cypress
#

it means he can do NOTHING to get "just a bit stronger" if you need to increase clear speed just a tiny bit to meet some threshold

#

his rotations are both short and janky, they dont line up well with really any supports

#

and his teams just have low damage compared to his peers

cold harness
onyx sequoia
#

I’m drawing some aether what channel can I post the WIP? sleepy

cold harness
tawny cypress
#

well yeah

cold harness
#

I've been clearing abyss with him the last like... 12? or more cycles pretty easily

tawny cypress
#

thats why i said he's one of the hardest to recommend from a meta perspective

#

but then additionally he's just not very likable because there is nothing to like?

#

that is to say

#

he does nothing on the story

cold harness
#

Liking a char is very subjective

tawny cypress
#

doesnt have an impact, even a subtle one

#

of course, yeah

cold harness
#

And sometimes it's just looks, as well :P

dreamy crater
#

I have a friend who just wants ayato cuz of his shing shing

cold harness
#

Lmao

tawny cypress
#

the raiden in question

cold harness
#

I find him funky as a char tbh, I just like him xD

tawny cypress
#

ive got a button on my mouse that spams left click, so i just hold that one and play her "like ayato" in a raiden hyper team

#

except she has super armor XD

onyx sequoia
#

I’m getting ayaka because she pretty and raiden because I had fun playing with her in fermient event

tawny cypress
#

mm

#

do "beware" for ayaka, she can be a bit expensive to get to a decently strong state

tawny cypress
#

here is probably fine ig

cold harness
#

There is no channel specific to art

#

So here or oot

onyx sequoia
#

Canon accurate aether

#

He my wife sorry

tawny cypress
#

interesting

onyx sequoia
cold harness
#

It's more of a teammate issue I think

tawny cypress
#

ye, i was guessing so based on how you phrased it, just wanted to mention it in some way

cold harness
#

But yeah, especially if you don't care about abyss, everything can work xD

onyx sequoia
#

Those are my children and Dori any recommendations?

cold harness
#

At the end of the day, the most important thing with the game is to have fun

onyx sequoia
#

Yeah

tawny cypress
#

neuv and furina are not just one of the best duos in the game
theyre also both some of the best units for overworld traversal and combat

cold harness
#

I see no Mona, no Kazuha, no Koko and no Sucrose so it's hard here xD

onyx sequoia
#

I want to continue my world quests now that there aren’t any archon quests for me but the vanvara quest traumatized me and I’m not getting close to sumeru for a while

cold harness
#

I imagine they asked about Ayaka teams though

tawny cypress
#

that makes more sense

onyx sequoia
cold harness
#

I'd guess Furina can work with Ayaka but idk about Neuv

tawny cypress
#

im a noob ive only got 1150 days

cold harness
#

Ayaka prefers freeze

#

Some people play melt Ayaka but I'll never recommend it xD

cold harness
#

(If you choose to though you don't use her burst on melt unless it's like a boss that can't be thrown away)

onyx sequoia
#

Those are my team comps for now I’ll probably replace keqing when I’ll get raiden

#

Main 4 is a team comp I tried in the new event and I really liked it

tawny cypress
#

team 2 and 4 both look pretty good

#

yeah

#

xingqiu could probably be replaced in team 4

cold harness
#

3 looks finr as well tbh

onyx sequoia
#

Main 3 is aggravate

cold harness
#

Just keep Keqing, not Raiden xD

tawny cypress
#

keqing agg is certainly something

cold harness
#

Keqing aggravate with Fischl works pretty well

#

Ofc C6 Fischl is best but I doubt this is the case

#

Still works though

onyx sequoia
#

My fischl is c 4

tawny cypress
#

keqing agg with fischl as an entire team vs solo alhaitham HESTRUE

dreamy crater
#

C4 is fine

tawny cypress
#

(alhaitham wins)

onyx sequoia
#

I want alhaitham so bad

cold harness
#

Even then, Keqing aggravate still works though :P

dreamy crater
#

I can't test for you keqing agg with GT fischl vs solo alhaitham

#

cuz I don't have keqing nor alhaitham

onyx sequoia
#

I have xiao weapon and no xiao which is a bummer 😔😭

cold harness
#

Enough to clear abyss, I'm 99% sure I used Keqing aggravate (a true unga bunga team as well) to clear one of the abyss cycles with the consecrated beasts

tawny cypress
#

dont feel pressured to pull xiao just because you got his weapon

#

if you like xiao, get him for sure
but pjws is good on a few characters

cold harness
onyx sequoia
#

Keqing is really good with xingqiu burst too

cold harness
#

Hyperbloom overall is probably the best team archetype rn

#

Insane damage for very little investment

onyx sequoia
#

Dendro is broken

cold harness
#

I personally don't like Keqing for hyperbloom though