4ss Posted May 4, 2013 Report Share Posted May 4, 2013 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 Link to comment Share on other sites More sharing options...
SeMa™ Posted May 4, 2013 Report Share Posted May 4, 2013 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í Link to comment Share on other sites More sharing options...
4ss Posted May 4, 2013 Author Report Share Posted May 4, 2013 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 Link to comment Share on other sites More sharing options...
SeMa™ Posted May 4, 2013 Report Share Posted May 4, 2013 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 Link to comment Share on other sites More sharing options...
SeMa™ Posted May 4, 2013 Report Share Posted May 4, 2013 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 Link to comment Share on other sites More sharing options...
Rafa23Alzira Posted May 4, 2013 Report Share Posted May 4, 2013 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 Te borro el comentario de antes por el fallo Link to comment Share on other sites More sharing options...
4ss Posted May 4, 2013 Author Report Share Posted May 4, 2013 Muchas Gracias SeMa, me has Salvado Link to comment Share on other sites More sharing options...
PACI Posted May 4, 2013 Report Share Posted May 4, 2013 SeMa, then en un when xDD. Link to comment Share on other sites More sharing options...
SeMa™ Posted May 4, 2013 Report Share Posted May 4, 2013 SeMa, then en un when xDD. Si tio , no me habia fijado hasta que dije... Lol que hace esto aqui xd PACI 1 Link to comment Share on other sites More sharing options...
Recommended Posts