Jump to content

Correcion de una quest plz


4ss

Mensajes recomendados

Hola, esta quest yo ha necessito pero me da un error que es

 

qc in malloc(): error: allocation failed

la quest es esta

 

quest dropmoobs begin
state start begin
when kill with not npc.is_pc() and pc.get_map_index() == 401 and pc.get_level() <= 120 then
   local sks = number(1,30)
			if sks == 1 then
				game.drop_item(90003, 1)
			end
		end
end

alguien que me ayude plz :c

Enlace para comentar
Compartir en otros sitios

Hola, esta quest yo ha necessito pero me da un error que es

 

qc in malloc(): error: allocation failed

la quest es esta

 

quest dropmoobs begin
state start begin
when kill with not npc.is_pc() and pc.get_map_index() == 401 and pc.get_level() <= 120 then
   local sks = number(1,30)
			if sks == 1 then
				game.drop_item(90003, 1)
			end
		end
end

alguien que me ayude plz :c

 

quest dropmoobs begin
state start begin
when kill with not npc.is_pc() and pc.get_map_index() == 401 and pc.get_level() <= 120 then
   local sks = number(1,30)
			if sks == 1 then
				game.drop_item(90003, 1)
			elseif sks != 1 then
			 return
			end
		end
end
end

prueba así

Enlace para comentar
Compartir en otros sitios

quest dropmoobs begin
state start begin
when kill with not npc.is_pc() and pc.get_map_index() == 401 and pc.get_level() <= 120 then
   local sks = number(1,30)
			if sks == 1 then
				game.drop_item(90003, 1)
			elseif sks != 1 then
			 return
			end
		end
end
end

prueba así

 

 

 

nop, esso no le da SeMa :x

Enlace para comentar
Compartir en otros sitios

nop, esso no le da SeMa :x

 

Esta si:

 

 

quest dropmoobs begin

state start begin

when kill with not npc.is_pc() and pc.get_map_index() == 401 and pc.get_level() <= 120 begin

local sks = number(1,30)

if sks == 1 then

game.drop_item(90003, 1)

elseif sks != 1 then

return

end

end

end

end

Enlace para comentar
Compartir en otros sitios

quest dropmoobs begin

state start begin

when kill with not npc.is_pc() and pc.get_map_index() == 401 and pc.get_level() <= 120 begin

local sks = number(1,30)

if sks == 1 then

game.drop_item(90003, 1)

elseif sks != 1 then

return

end

end

end

 

 

Esta sí xd

Enlace para comentar
Compartir en otros sitios

  • Dilong locked this tema
Guest
Este tema está cerrado a otras respuestas.
  • Recientemente navegando por este tema   0 miembros

    • No hay usuarios registrados visitando esta página.
×
×
  • Crear nuevo...