Member
Dec
Threads
7
124
0
16
Hello peoples,

I need to edit this quest so that, when the player answers the right answer, the quest no longer appears on the NPC, how do I do it?

quest xxxx begin
state start begin
when 20016.chat."xxxx."begin
say_title("Enigma")
say("")
if pc.count_item(99991) >= 0 then
say("Decifre a seguinte palavra:")
say_reward("TIH OSLAHOEOAASMORSATN")
say("Digite a resposta em maiusculo.")
local sname = input()
if sname == "1" then
say("Its OK")
else
say("Its Wrong.")
end
else
say("You not have item:")
say_item("Alma Dos Deuses", 1, "")
end
end
end
end
 
Metin2Hub Bot
M2Hub Bot
Feb
Threads
66
2,410
2
1,313
113
Hello peoples,

I need to edit this quest so that, when the player answers the right answer, the quest no longer appears on the NPC, how do I do it?

quest xxxx begin
state start begin
when 20016.chat."xxxx."begin
say_title("Enigma")
say("")
if pc.count_item(99991) >= 0 then
say("Decifre a seguinte palavra:")
say_reward("TIH OSLAHOEOAASMORSATN")
say("Digite a resposta em maiusculo.")
local sname = input()
if sname == "1" then
say("Its OK")
else
say("Its Wrong.")
end
else
say("You not have item:")
say_item("Alma Dos Deuses", 1, "")
end
end
end
end

Hello dear user,

Your post will be under surveillance by bots for the next few hours.

Forum description : Metin2 private server, Metin2 download, Metin2 support, Metin2 Forum, Metin2 Pvp Servers, Errors, Bugs, Requests, Metin2 Pvp Forum, Everything About Metin2.
 
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock