Jump to content

Extraña quest


ArcherMt2

Recommended Posts

Hola mz buscando en files he encontrado 1 quest muy extraña, la he testeado pero sigo sin saber su función, alguien podría colaborar? -Creo que estaría bien añadirle una tabla en navicat.

 

 

quest bug begin
state start begin
when 20094.chat."Bug Report" begin
say_title("Reportador de bug")
say("Hola, aquí podrás reclamar los bug,")
say("Si ves algún bug reportalo a algún GM.")
say("Porfabor reporta un bug existente")
say("Explicándolo detalladamente sin errores.")
say("Gracias.")
say("")
say_reward("Atención tenemos tus datos confirmados.")
local inp = input()
local inp1 = input()
local inp2 = input()
local inp3 = input()
local inp4 = input()
local inp5 = input()
say_title("Reportador de bug")
say("Reporte enviado con éxito")
say("")
say("")
say_reward("Gracias por tu colaboración")
char_log(684, "BUG_REPORT1", inp)
char_log(684, "BUG_REPORT2", inp2)
char_log(684, "BUG_REPORT3", inp3)
char_log(684, "BUG_REPORT4", inp4)
char_log(684, "BUG_REPORT5", inp5)
end
when 20094.chat."Ladenbenutzung"  begin
   npc.open_shop()
setskin(NOWINDOW)
end
end
end
Link to comment
Share on other sites

pues parece un reportador, por ejemplo tu le pinchas la npc 20094 y te sale la opcion Bug report, cuando le des te dara un par de lineas para que escribas cual es el bug que has detectado cuando termines , se guardaran en un registro que luego puede consultar el admin. Eso entendi.

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