Jump to content

Quest Sakar Cualquier Bicho


�Alejandro&Sara�Tkm

Recommended Posts

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

Link to comment
Share on other sites

  • 1 month later...

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

Link to comment
Share on other sites

  • 4 years later...

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

Link to comment
Share on other sites

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)

Link to comment
Share on other sites

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