Jump to content

Ayuda esta quest


topekone

Recommended Posts

Hola, alguien sabe porque no me funciona esta quest?

 


quest polimorfo begin
state start begin
when 70016.use begin with pc.level >= 5 begin

say_title("Introduzca el Nombre de Su Personaje")
local nome_pg = input ( )
command ("setskillother " .. nome_pg .. " 129 59")
end

 

Gracias

Link to comment
Share on other sites

quest polimorfo begin

state start begin

when 70016.use with pc.level >= 5 begin

 

say_title("Introduzca el Nombre de Su Personaje")

local nome_pg = input ( )

pc.set_skill_level("121", 59)

end

end

end

Link to comment
Share on other sites

Es prácticamente lo mismo que hizo

Debes iniciar sesión para ver el contenido del enlace en esta publicación.

pero como al parecer tuvo un problemita, acá te lo dejo más claro.

 

quest polimorfo begin
state start begin
  when 70016.use with pc.level >= 5 begin
   pc.set_skill_level(129, 59)
  end
end
end
Link to comment
Share on other sites

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