Jump to content

xKills

Miembro
  • Contador contenido

    3
  • Ingreso

  • Última visita

Mensajes publicados por xKills

  1. Alguien me puede ayudar con esta quest .. me salta este error :

    La Quest es esta :

    quest teleport begin	state start begin		when 20088.chat"Teleport" begin			say_title ( "Metin2Eclypse Mapas" )			say_title ( "Transportador:" )			say ( "Buenas joven luchador," )			say ( "hacia donde quieres transportarte?" )			local main_set = select ("Mapa Thunder","Mapa Bay","Mapa Holiwood","Mapa York","Salir")			if main_set == 1 then			if pc.get_level() < 75 then			 say("Lo siento aun no eres lvl 75")			 return			 end				pc.warp ( 10240 , 16640 )			elseif main_set == 2 then			if pc.get_level() < 80 then			 say("Lo siento aun no eres lvl 80")			 return			 end				pc.warp ( 10496 , 15104 )			elseif main_set == 3 then			if pc.get_level() < 90 then			 say("Lo siento aun no eres lvl 90")			 return			 end				pc.warp ( 11776 , 16640 )			elseif main_set == 4 then			if pc.get_level() < 100 then			 say("Lo siento aun no eres lvl 100")			 return			 end				pc.warp ( 11264 , 15104 )			elseif main_set == 5 then					return					end				end			end		end	endend

    Les agradeceria su ayuda.

×
×
  • Crear nuevo...