#500 double soul seeds
1 messages · Page 1 of 1 (latest)
i also have 400k ante 1 perkeo seeds if anyone wants 😂
here sir have some more
oh youre doing random seeds?
or just insanly optimized?
wdym
I use Immolate which searches a different direction than ouija I think
or at least the cpp-rewrite of immolate
?
i use that too but my seeds are not that far appart i was just curius if you use the search one by one or what
yours is searching in the other direction because mine the 1s are always at the end yours the as are always at the start
if (inst.nextTag(1) != Item::Charm_Tag || inst.nextTag(1) != Item::Charm_Tag){
return 0;
}
auto pack1 = inst.nextArcanaPack(5,1);
auto pack2 = inst.nextArcanaPack(5,1);
bool s1 = false;
bool s2 = false;
for (int i = 0; i < 5; i++){
if (pack1[i] == Item::The_Soul) s1 = true;
}
if (!s1) return 1;
for (int i = 0; i < 5; i++){
if (pack2[i] == Item::The_Soul) s2 = true;
}
if (!s2) return 2;
return 3;
}```
oh i see thats funny
wow thats hella simple
also u use ouija no?
i use this repo https://github.com/izanagi1995/balatro-seed-finder
also here is a milion ante 1 perkeo seeds
lmao
imma be honest i was screaming for half an hour at chatpgt cuz i dont feel like learning hpp today 😂 so i only know how to run it
yeah its like almost the same but from looking at it immolate has better syntax imo (just cuz I know it already)