Jump to content

Quest cofre items o polimorfas


Dilong

Recommended Posts

Pues eso, no hay mucho que decir 😆

quest cofre begin
state start begin
when 38056.use begin
local items = {
	{19, 1},
	{29, 1},
	{39, 1},
	{49, 1}
}
local mobid = {
	{101},
	{102},
	{103},
	{104}
}
local items2 = math.random(table.getn(items))
local mobid2 = math.random(table.getn(mobid))
local intercambio = math.random(1,2)
if intercambio == 1 then
pc.give_item2(items[items2][1], items[items2][2])
pc.remove_item(38056,1)
elseif intercambio == 2 then
pc.give_poly_marble(mobid[mobid2][1])
chat("Has recibido "..mob_name(mobid[mobid2][1]).." bola polimorfa.")
pc.remove_item(38056,1)
end end end end

 

Link to comment
Share on other sites

hace 19 horas, Dilong dijo:

Pues eso, no hay mucho que decir 😆

quest cofre begin
state start begin
when 38056.use begin
local items = {
	{19, 1},
	{29, 1},
	{39, 1},
	{49, 1}
}
local mobid = {
	{101},
	{102},
	{103},
	{104}
}
local items2 = math.random(table.getn(items))
local mobid2 = math.random(table.getn(mobid))
local intercambio = math.random(1,2)
if intercambio == 1 then
pc.give_item2(items[items2][1], items[items2][2])
pc.remove_item(38056,1)
elseif intercambio == 2 then
pc.give_poly_marble(mobid[mobid2][1])
chat("Has recibido "..mob_name(mobid[mobid2][1]).." bola polimorfa.")
pc.remove_item(38056,1)
end end end end

 

Aun por aqui mi bro! 😮

Link to comment
Share on other sites

En 29/4/2024 a las 21:51, MiGueLiT0 dijo:

Ahora solo falta que aparezca el gey de Luis v:

Ese esta mas o menos desaparecido, yo ando probando cosillas varias como esto del mapeado, es lento crear uno basico y pequeño, si uno esta acostumbrado lo haria en una hora o dos, supongo

 

Debes iniciar sesión para ver el contenido del enlace en esta publicación.

Aun hay cosas que no tengo claro, toca investigar <.<

Link to comment
Share on other sites

hace 2 horas, Dilong dijo:

Ese esta mas o menos desaparecido, yo ando probando cosillas varias como esto del mapeado, es lento crear uno basico y pequeño, si uno esta acostumbrado lo haria en una hora o dos, supongo

 

Debes iniciar sesión para ver el contenido del enlace en esta publicación.

Aun hay cosas que no tengo claro, toca investigar <.<

ajaj me imagino hace tiempo no se nada del, o si hablabamos era cada 2 dias de respuesta jejej

 

Toca darle al mapeado es un jaleo pero una vez le tomas ritmo le das con todo! 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...