Jump to content

Anillo de Teleport - Quest


PACI

Recommended Posts

Holas MZ, es asi yo puse una quest en mi server para que se pudiera usar el anillo de teleport pero despues no aparece.

 

Esta es la quest:

quest teleportador begin
state start begin
  when (70007).use begin
   say_title ( "Teleportador" )
   say ( "Desejo teleportar-me para:" )
   local main_set =select ("Reino Jinno","Reino Chunjo","Reino Shinsoo","Cancelar")
   if main_set == 1 then
   pc.warp ( 969600 , 278400 )
   elseif main_set == 2 then
   pc.warp ( 55700 , 157900 )
   elseif main_set == 3 then
   pc.warp ( 469300 , 964200 )
   elseif main_set == 4 then
   return
   end
  end
end
end

Hay algo que editar?

Y despues de hacer eso puse esto:

teleportador.quest
En el locale_list, pero despues a la hora de usar el anillo, no me funciona =/

 

 

Y además querria poner la quest del ranking de kills, pero tampoco me aparece..

 

Si alguien me pudiera ayudar seria un favor

Link to comment
Share on other sites

es cd /home/game/quest

./qc nombre.quest

 

Tu pusiste :

 

 

teleportador.quest

 

 

Debería ser./qc teleportador.quest y luego reload q dentro del juego y funcionará si está bien echa la quest

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