> For the complete documentation index, see [llms.txt](https://wiki.eternalsmp.lat/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.eternalsmp.lat/modalidades/survival-pvp/mercado.md).

# Mercado

<mark style="color:red;">**INDICE**</mark>

[**\[ 1 \] - Como conseguir una tienda**](#1-como-conseguir-una-tienda)\
[**\[ 2 \] - Comandos extra**](#2-comandos-extra)\
[**\[ 3 \] - Como crear tu tienda**](#3-como-crear-tu-tienda)

## \[ 1 ] - Como conseguir una tienda

Para alquilar una tienda del <mark style="color:green;">**/warp mercado**</mark> deberas de buscar una que no este alquilada por otro usuario, si la encontraste pulsa click derecho para alquilarla o entra dentro de ella y escribe <mark style="color:green;">**/as rent**</mark> | se te cobrara el dinero que valga la tienda y la habras alquilado por 15 días, puedes extender el alquiler pulsando de nuevo en el cartel de tu tienda que se encuentra en la entrada.\
\ <mark style="color:red;">**AVISO:**</mark>**&#x20;SI SE TE EXPIRA EL ALQUILER TODA LA TIENDA SE REINICIARA Y PERDERAS TODO LO QUE HAY DENTRO.**\
\
Si quieres dejar de tener una tienda usa <mark style="color:green;">**/as unrent**</mark> | Recibirás una parte del dinero que pagaste para alquilarla dependiendo del tiempo que la tuviste y cuanto tienpote faltaba para que acabe el alquiler.\ <br>

## \[ 2 ] - Comandos extra

Usa <mark style="color:purple;">**/as addfriend \[Nombre]**</mark> para dar permisos a un jugador en tu tienda y asi podrá construir, romper, abrir cofres...

Usa <mark style="color:purple;">**/as delfriend \[Nombre]**</mark> si quieres remover los permisos de alguien en tu tienda.

Usa <mark style="color:purple;">**/as tp \[Nombre de la tienda]**</mark> para teletransportarte a cualquier tienda como por ejemplo <mark style="color:purple;">**/as tp s1**</mark>

<mark style="color:purple;">**/as settp**</mark> Sirve para establecer un nuevo lugar de teletransporte en tu tienda y cuando hagas <mark style="color:purple;">**/as tp \[Tu tienda]**</mark> apareceras en ese lugar.

<mark style="color:purple;">**/as info forrent**</mark> Te dara una lista con todas las tiendas que estan disponibles en este momento y su precio.

<mark style="color:purple;">**/as info rented**</mark> Te dara una lista con todas las tiendas que estan alquiladas en ese momento.

<mark style="color:purple;">**/as info all**</mark> Te dará las dos anteriores listas a la vez.

## \[ 3 ] - Como crear tu tienda

¿Alquilaste una tienda pero no sabes como empezar a vender o comprar productos?

Tenemos un video para ti [**\[Pulsa aqui\]**](https://youtu.be/LrKA2KWiNVI?si=jFwAKfjiwXVOIEpl) o sigue leyendo mas abajo:

Si quieres vender un producto le das click a un cofre con el item y añades la cantidad x1 polvora y si quieres que te lo vendan usa <mark style="color:green;">**/qs sell**</mark>

Si tu cartel de Buy <mark style="color:red;">**Agotado**</mark> esta en rojo significa que ya no te quedan objetos en el cofre y no podras seguir vendiendo hasta que agreges de nuevo mas objetos al cofre.

Y si tu cartel de Sell <mark style="color:red;">**Agotado**</mark> esta en rojo, significa que el cofre en el que van los objetos que compras a la gente esta lleno y para que vuelva a la normalidad deberas de vaciarlo.

Si quieres remover el cartel deberas usar **/qs remove** mirando el cartel.

<mark style="color:red;">**AVISO:**</mark>**&#x20;El uso de estas tiendas para estafas esta totalmente ilegal, si te ocurrio no dudes reportarlo en nuestro** [**Discord**](https://discord.lostaroleros.com)

{% hint style="info" %}
TIP: Si tienes mas dudas, únete al [discord](https://discord.lostaroleros.com) del servidor y abre ticket y pregunta al staff sin problema alguno ;).
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://wiki.eternalsmp.lat/modalidades/survival-pvp/mercado.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
