Jump to content

Recommended Posts

Posted

Agradecería me corrigieran esta quest, gracias.

quest gruta begin	state start begin		when 20093.chat."Gruta del Exilio" begin			say_title("Koe-Pung:")			say("Alto! Soy Koe-Pung de la Orden del Dragon,")			say("y guardian de esta puerta. Solamente podras cruzar")			say("si me muestras una Piedra Sangre")			say("para darte mi plena guia y sabiduria.")			say("")				say_item_vnum(30190)			say("")			say("Quieres entrar?")			local a = ("Si", "No")			if a == 1 then				if pc.count_item(30190) < 1 then			say_title("Koe-Pung:")			say_reward("Tu no puedes cruzar!")			say_reward("Necesitas una Piedra Sangre,")			say_reward("para entrar a la Gruta del Exilio.")				elseif pc.level <= 74 then					say_reward("Debes ser minimo Lv.75 para que puedas entrar!")				elseif pc.level >= 75 and pc.count_item(30190) >= 1 then					say("Ahora te llevo")					pc.remove_item(30190, 1)					pc.warp(100, 12078)				end			end		end	endend

syntax error : [string "start"]:10: `)' expected near `,'

Posted
quest gruta begin	state start begin		when 20093.chat."Gruta del Exilio" begin			say_title("Koe-Pung:")			say("Alto! Soy Koe-Pung de la Orden del Dragon")			say("y guardian de esta puerta. Solamente podras cruzar")			say("si me muestras una Piedra Sangre")			say("para darte mi plena guia y sabiduria.")			say("")				say_item_vnum(30190)			say("")			say("Quieres entrar?")			local a = ("Si", "No")			if a == 1 then				if pc.count_item(30190) < 1 then			say_title("Koe-Pung:")			say_reward("Tu no puedes cruzar!")			say_reward("Necesitas una Piedra Sangre,")			say_reward("para entrar a la Gruta del Exilio.")				elseif pc.level <= 74 then					say_reward("Debes ser minimo Lv.75 para que puedas entrar!")				elseif pc.level >= 75 and pc.count_item(30190) >= 1 then					say("Ahora te llevo")					pc.remove_item(30190, 1)					pc.warp(100, 12078)				end			end		end	endend

Prueba así.

Posted
quest gruta begin	state start begin		when 20093.chat."Gruta del Exilio" begin			say_title("Koe-Pung:")			say("Alto! Soy Koe-Pung de la Orden del Dragon")			say("y guardian de esta puerta. Solamente podras cruzar")			say("si me muestras una Piedra Sangre")			say("para darte mi plena guia y sabiduria.")			say("")				say_item_vnum(30190)			say("")			say("Quieres entrar?")			local a = ("Si", "No")			if a == 1 then				if pc.count_item(30190) < 1 then			say_title("Koe-Pung:")			say_reward("Tu no puedes cruzar!")			say_reward("Necesitas una Piedra Sangre,")			say_reward("para entrar a la Gruta del Exilio.")				elseif pc.level <= 74 then					say_reward("Debes ser minimo Lv.75 para que puedas entrar!")				elseif pc.level >= 75 and pc.count_item(30190) >= 1 then					say("Ahora te llevo")					pc.remove_item(30190, 1)					pc.warp(100, 12078)				end			end		end	endend

Prueba así.

 

Sigue dando el mismo error, ya lo habia probado así xD

  • Dilong locked this topic
Guest
This topic is now closed to further replies.
  • 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.