�Alejandro&Sara�Tkm 29 Report post Posted September 8, 2012 Buenas Tardes Metin2Zone Aki dejo esta quest para vosotros quest bichos begin state start begin when 20094.chat."Spameador de Bichos" begin say_title("Metin2Zone") say_title("Spameador de Bichos:") say("Puedo sacar el bicho que desees si") say("te sabes su comando..") say_reward("Deseas sacar un bicho?") local a = select ( "Si" , "No" ) if a == 1 then say("Introduce aqui el comando del bicho:") local bicho = input() if bicho == "" then say_title("Spameador de Bichos:") say("Debes introducir un comando") say("para que funcione.") return else say_reward("El Mob ha aparecido con Exito!") command("m "..bicho.." ") else a == 2 then return end end end 3 FUEGO999, supercalifragilistico and Marina reacted to this Quote Share this post Link to post Share on other sites
DryUz 368 Report post Posted October 16, 2012 no funciona da error de core Quote Share this post Link to post Share on other sites
Yori 379 Report post Posted October 16, 2012 quest bichos begin state start begin when 20094.chat."Spameador de Bichos" begin say_title("Metin2Zone") say_title("Spameador de Bichos:") say("Puedo sacar el bicho que desees si") say("te sabes su comando..") say_reward("Deseas sacar un bicho?") local a = select ( "Si" , "No" ) if a == 1 then say("Introduce aqui el comando del bicho:") local bicho = input() if bicho == "" then say_title("Spameador de Bichos:") say("Debes introducir un comando") say("para que funcione.") return else say_reward("El Mob ha aparecido con Exito!") command("m "..bicho.." ") end elseif a == 2 then return end end end end Prueba asi a ver si va Quote Share this post Link to post Share on other sites
DryUz 368 Report post Posted October 18, 2012 graciasssssssss funciono ya te deje las gracias +1 Quote Share this post Link to post Share on other sites
Geffy 13 Report post Posted December 8, 2016 Perdón por revivir, pero ¿Por que no le sirve a los usuarios? Quote Share this post Link to post Share on other sites
Marcos Pinheiro 75 Report post Posted December 8, 2016 Perdón por revivir, pero ¿Por que no le sirve a los usuarios? ?Por que usuarios no pode usar el comando /m. Quote Share this post Link to post Share on other sites
Dilong 2,797 Report post Posted December 8, 2016 Seria asi,no lo probe quest bichos beginstate start beginwhen 20094.chat."Spameador de Bichos" beginsay_title("Metin2Zone")say_title("Spameador de Bichos:")say("Puedo sacar el bicho que desees si")say("te sabes su comando..")say_reward("Deseas sacar un bicho?")local a = select ( "Si" , "No" )if a == 1 thensay("Introduce aqui el comando del bicho:")local bicho = input()if bicho == "" then say_title("Spameador de Bichos:") say("Debes introducir un comando") say("para que funcione.") returnelse say_reward("El Mob ha aparecido con Exito!") mob.spawn(bicho,x,y,1)endelseif a == 2 thenreturnendendendend Quote Share this post Link to post Share on other sites
Marcos Pinheiro 75 Report post Posted December 8, 2016 Seria asi,no lo probe quest bichos begin state start begin when 20094.chat."Spameador de Bichos" begin say_title("Metin2Zone") say_title("Spameador de Bichos:") say("Puedo sacar el bicho que desees si") say("te sabes su comando..") say_reward("Deseas sacar un bicho?") local a = select ( "Si" , "No" ) if a == 1 then say("Introduce aqui el comando del bicho:") local bicho = input() if bicho == "" then say_title("Spameador de Bichos:") say("Debes introducir un comando") say("para que funcione.") return else say_reward("El Mob ha aparecido con Exito!") mob.apawn(bicho,x,y,1) end elseif a == 2 then return end end end end @Dilong So lo tien esse error, mob.apawn(bicho,x,y,1). Quedar asi, mob.spawn(bicho,x,y,1) Quote Share this post Link to post Share on other sites