Jump to content

Recommended Posts

Posted

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

  • 1 month later...
Posted

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

  • 4 years later...
Posted

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.spawn(bicho,x,y,1)
end
elseif a == 2 then
return
end
end
end
end

Posted

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)

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...

Important Information

This site uses cookies to enhance your browsing experience and provide relevant content. By continuing to browse, you agree to our We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. and Terms of Use. For more information on how we protect your data, please check our Privacy Policy.