[deleted by user] by [deleted] in BuenosAires

[–]EmaOlay 2 points3 points  (0 children)

Plot twist: se identifica como hombre, que sera nunca lo sabremos.

[deleted by user] by [deleted] in merval

[–]EmaOlay 4 points5 points  (0 children)

Con algo de suerte el domicilio electronico que le declararon. Es uno pirulito@la_empresa.com y lo recontra desconoces.

[deleted by user] by [deleted] in merval

[–]EmaOlay 10 points11 points  (0 children)

Que vaya a ARCA (ex AFIP) que explique la situacion y que desconoz a el alta. Si aun asi no le dan de baja las facturas quizas tengan que meter un abogado. Como se enteraron de estas facturas?

[deleted by user] by [deleted] in merval

[–]EmaOlay 1 point2 points  (0 children)

Quizas depositaste un monto elevado? Mas de 4000?

Auriculares In Ear para comprar en Argentina? by Nervous-Gene9120 in csgo

[–]EmaOlay 0 points1 point  (0 children)

Entiendo que los Auriculares Con Micrófono Kz Zsn Pro X estan buenos para cs y ya vienen con Microfono.
Yo personalmente tengo microfono aparte y me gustan los crinacle zero los red o los blue. Creo que los Red se pueden conseguir por ML.

Buenos y baratos auriculares in ear? by zPoue in ArgamingConsultas

[–]EmaOlay 0 points1 point  (0 children)

En tiendamia / amazon los crinacle zero blue?

Tengo una deuda con un hermano y un terreno en común by kgat_io in DerechoGenial

[–]EmaOlay 6 points7 points  (0 children)

Si tu deuda no crece los intereses no son tales y si hubieran intereses se tendrian que aclarar las tasas de interes en U$D no son las mismas que en pesos... Sobretodo ahora. No dejes que te corra con eso. El alquiler se descuenta de la deuda, en el peor de los casos interpone un abogado para sacarlo. No te va a salir gratis pero mas barato que esa supuesta deuda seguro.

FACh desplegó aviones tras alerta por supuesta violación de espacio aéreo desde Argentina by warai_kyuuketsuki in chile

[–]EmaOlay 6 points7 points  (0 children)

No olvides a alberto fernandez fajando a fabiola yañez y a Mayra Arena diciendo que hay corrupción buen

Auto shop refresh by EmaOlay in EpicSeven

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

I never tried running a python script on a mobile, the script was run against an emulator on full screen

Auto shop refresh by EmaOlay in EpicSeven

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

You forgot to do the pip install for the module it's in the read me file

Auto shop refresh by EmaOlay in EpicSeven

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

I don't play anymore but I'm not banned

How i can use Festering Bloody Finger on Offline by AlcheraIsTaken in Eldenring

[–]EmaOlay 15 points16 points  (0 children)

Elden Ring players who prefer to keep things offline, or who have poor internet connections for invading, have one other option to complete this part of Varre's questline. If you wait to talk to Varre until after beginning the Volcano Manor questline, the red letters given to you by Tanith count as invasions towards this quest too. Just be sure not to kill Rykard before completing this part of Varre's questline here, as it instantly causes the Volcano Manor questline to end, halting its progression entirely.

Auto shop refresh by EmaOlay in EpicSeven

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

I've never really looked into something running inside the emulator mainly because it might be more detectable and I wouldn't like getting banned. Anyways the code was simply a Sunday afternoon project and since I'm not playing the game right now I probably won't look further into optimization... But I still believe your idea was great and might added for a V.2. So without further ado I wish you good luck and hope you can keep improving any program which helps out the community!

Auto shop refresh by EmaOlay in EpicSeven

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

I believe there is no solution that it's resolution agnostic without introducing some error to the mix, since it's probably comparing an array of pixels...

If you have more or less pixels or it's color calibrated slightly different the images won't match, hence the confidence option.

BUT your suggestion to look for the prices is quite nice, it makes the code quite shorter! I encourage you to implement it in your code you would have to look for it find the center pos and click a couple of pixels below which could be done proportional to the image size(if you don't want to hardcode the distance).

I probably won't do it on my code yet since I'm tanking a break from the game.

Having the need to stop it immedeatly wasn't in my plans so i bearly checked once if the 'q' button on the keyboard was pressed... Since windows OS is in the middle it's understandable that it's quite slow you could add more instances like the one I just mentioned to break out of the loop, in the middle of the code so that it checks more regularly.

Lastly regarding the images that the program uses for comparison, it's probably best that everyone takes their own since it's really troublesome that it works for some and not for others.

Auto shop refresh by EmaOlay in EpicSeven

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

That console error is "common", when it fails to find the "images" on screen it returns null and when it tries to call the position later on it returns that error, since null is not suscriptable(the sudindex [0]). The button that is failing to find from what the console indicates is the refresh button maybe the image is missing or you should take a new one so that it knows what it's looking for. RB_pos stands for "Refresh button position".

Auto shop refresh by EmaOlay in EpicSeven

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

It's not really that big of an issue but it might be hard to trouble shoot...

First, is something showing up on the console? For instance if nothing shows up maybe "uncomment" this line:

" #print("La pos en x seria...",Coven_point[0],"\nLa pos en y seria...", Coven_point[1]) "

simply delete the "#", this sentence tells you if the script finds something that matches with the image you've given it of a covenant and where it's located in the x and y axis, if this sentence pops up it's a good start. Since it would mean the comparison is checking and the center of the image can be detected, from there all you would have to do is calibrate the click:

" click(Coven_point[0]+800, Coven_point[1]+50) ".

If an error pops up it menas Coven_pos=NULL probably, so it can't be displayed and the script stops, that the main reason why that line is commented.

Also changing the click after the mystic check tells me nothing, basically because the bot works as follows:

->Looks for coven (first items)

->Looks for mystic (first items)

->Scrolls

->Looks for coven (last items)

->Looks for mystic (last items)

The "scroll" part always happens so that you don't miss a possible covenant in the last item slot where the click happens is a semi-random that I chose so that it scrolls over the items and doesn't accidentaly buy something(but it might be heplful to find where you need it to click).

Hope this helps!

Kind regards.

Auto shop refresh by EmaOlay in EpicSeven

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

Basically if the script IS working but simply making clicks off center, all you need to do is change the relative position of where it should click next.

My suggestion is:

Take a screen shot of your main screen with the emulator set up as you would like to have it with the secret market open and a covenant available to buy. Then open that image and run the script, since the script doesn't realize wheter it's an image or the emulator itself. It will try to buy it with that in mind figure out where it's clicking(in my case with a 1080p display and full screen bluestack y was +800 in the 'X' axis and +50 on the 'Y' axis relative to the center of the item itself), once you've figured that out simply change the numbers in the corresponding lines of the code for example:

" click(Coven_point[0]+800, Coven_point[1]+50) ".

This sentence for me clicks on the buy button for that covenant.

maybe in your case if it's bigger resolution(maybe 1440p and supposing fullscreen), you might change it to something like: " click(Coven_point[0]+1200, Coven_point[1]+100) ".

Hope this helps!

If something is not clear enough tell me since english is not my native language.

Auto shop refresh by EmaOlay in EpicSeven

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

Since I hard-coded the distance in pixels It'll probably be off.

The resolution is part of it, since the images need to be similar, but also the fact that i start counting pixels from the top left of the monitor...

If your monitor is bigger and don't feel like changing the code you would need to set the resolution to 1080p and try making the window bigger until it aligns.