�Alejandro&Sara�Tkm Posted September 8, 2012 Report Share 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 FUEGO999, supercalifragilistico and Marina 3 Quote Link to comment Share on other sites More sharing options...
DryUz Posted October 16, 2012 Report Share Posted October 16, 2012 no funciona da error de core Quote Link to comment Share on other sites More sharing options...
Yori Posted October 16, 2012 Report Share 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 Link to comment Share on other sites More sharing options...
DryUz Posted October 18, 2012 Report Share Posted October 18, 2012 graciasssssssss funciono ya te deje las gracias +1 Quote Link to comment Share on other sites More sharing options...
Geffy Posted December 8, 2016 Report Share Posted December 8, 2016 Perdón por revivir, pero ¿Por que no le sirve a los usuarios? Quote Link to comment Share on other sites More sharing options...
Marcos Pinheiro Posted December 8, 2016 Report Share 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 Link to comment Share on other sites More sharing options...
Dilong Posted December 8, 2016 Report Share 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 Link to comment Share on other sites More sharing options...
Marcos Pinheiro Posted December 8, 2016 Report Share 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 Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.