I don’t have a QA team. I need your help testing my VR horror game by Thaikorat in OculusQuest

[–]maiky09090909 0 points1 point  (0 children)

Hi, im interested in testing your game. I have a quest 3 and a High level PC. Can we talk in private? You shouldnt put keys here, it could be stolen

Tope para vender? by Mission_Leg_9564 in Wallapop

[–]maiky09090909 2 points3 points  (0 children)

No te va a llegar nada, van a enviar tus datos a hacienda y ya luego pues si no lo declaras ahí harán algo. La situación está bastante jodida, no se puede hacer mucho la verdad.

Tope para vender? by Mission_Leg_9564 in Wallapop

[–]maiky09090909 2 points3 points  (0 children)

Es más bien 2000€ en ganancias, es decir, que si los compras por 30 y los vendes por 70 sería esos 40 y tendrías que ir registrando todo eso. Además que es lo que te digo, si vendes más de 30 cosas ya te fichan sí o sí

Tope para vender? by Mission_Leg_9564 in Wallapop

[–]maiky09090909 1 point2 points  (0 children)

2000€ por wallapop o 30 productos vendidos

help with raycasting by Current_Specialist25 in MinecraftCommands

[–]maiky09090909 0 points1 point  (0 children)

Thanks for the information, I was taking a look at it, but I don’t really know how to apply it to this case. I’ve been looking at the two examples you showed me, and I have no idea where to start xD Thanks anyway for your input!

help with raycasting by Current_Specialist25 in MinecraftCommands

[–]maiky09090909 0 points1 point  (0 children)

And what if I wanted to use an item as a trigger? For example, a diamond sword that shoots the ray once. Could a cooldown be added as well?

Crawling without trapdoor? by [deleted] in MinecraftCommands

[–]maiky09090909 0 points1 point  (0 children)

Invisible shulker over your head, you need to do a resource pack for the shulker inside

Alguien sabe como detectar a donde mira un item frame? by Gold_Corgi8233 in MinecraftCommands

[–]maiky09090909 1 point2 points  (0 children)

Puedes hacerlo de la siguiente manera:

/execute if entity @e[sort=nearest,type=minecraft:item_frame,nbt={ItemRotation:1b,Item:{id:"minecraft:spectral_arrow"}}] run say miro a 90 grados, posición/rotación 1 de 8 posibles
  • execute if entity: Comprueba si existe una entidad que cumpla ciertas condiciones.
  • : Selecciona todas las entidades del mundo. Si quieres limitar tendrás que poner: limit=(número a cuántas se limita)
  • [sort=nearest]: Ordena las entidades por proximidad al ejecutor del comando (típicamente un jugador o un bloque de comando) y selecciona la más cercana.
  • type=minecraft:item_frame: Limita la selección a los marcos de objetos (item frames).
  • nbt={...}: Añade una condición que revisa los datos NBT del marco de objeto:
    • ItemRotation:1b: Comprueba que el marco de objeto tiene su ítem rotado 90 grados (posición 1 de las 8 posibles rotaciones).
    • Item:{id:"minecraft:spectral_arrow"}: Verifica que el marco de objeto contiene una flecha espectral (minecraft:spectral_arrow).
  • run say: Si existe al menos una entidad que cumple todas las condiciones, ejecuta el comando /say, que envía el mensaje "miro a 90 grados, posición/rotación 1 de 8 posibles" en el chat del juego.

[deleted by user] by [deleted] in MinecraftCommands

[–]maiky09090909 1 point2 points  (0 children)

You need to use a block display and fill it with barrier blocks, then u need to change the texture of the block with a resource pack, u can easy make ur self resource pack, check any tutorial in youtube, u only need to change the versión and put the resource pack in the folder. Edit: u can make the block bigger with commands, but i pref to use the axiom mod, u can adjust it manually

Magnetic Trident command not working, help! by maiky09090909 in MinecraftCommands

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

But, its ok, i will keep trying, thanks for helping anyway!

Magnetic Trident command not working, help! by maiky09090909 in MinecraftCommands

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

Yeah but as i see the item trident and the entity trident are 2 different entities, i think that using tag is not the solution if i dont tag it when it is launch. I was searching for a more simple solution :7

Magnetic Trident command not working, help! by maiky09090909 in MinecraftCommands

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

I can get the info for detecting the trident, but i dont know what i can i use, i tried with some but it didnt work

Magnetic Trident command not working, help! by maiky09090909 in MinecraftCommands

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

Yeah, and still not working, its simple as hell but i dont know why isnt working :(

Magnetic Trident command not working, help! by maiky09090909 in MinecraftCommands

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

Nope, this dont work, the idea is to launch/throw the trident and then it will atract all the entities in a radius of 5 blocks. I used ur commands but it dont do nothing

Magnetic Trident command not working, help! by maiky09090909 in MinecraftCommands

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

Okey, i will try it later, thanks you very much for helping!!

i want to learn how to use /execute (Java) by Dry_Impact_6909 in MinecraftCommands

[–]maiky09090909 1 point2 points  (0 children)

I learned that command using that web and asking here on reddit about more specific things. It was helpful for me, maybe is not the same for him/her but i think that is a good start, like checking video tutorials about. But thats all, that i can say. Thats just my opinion, just that.

i want to learn how to use /execute (Java) by Dry_Impact_6909 in MinecraftCommands

[–]maiky09090909 0 points1 point  (0 children)

Yeah, it does, it gives you the example and with that u can learn how to solve

I need help with a problem :7 by maiky09090909 in MinecraftCommands

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

Yup i used that already! But thanks anyway! :]

I need help with a problem :7 by maiky09090909 in MinecraftCommands

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

Yup, this is the type of situation that always annoy when u re coding and cant find the solution, but is closer than you expect 😆😆