antiblock
Elveron
  • Chatbox

    You don't have permission to chat.
    Load More
  • 0
Sign in to follow this  
єxŧєrмiηαŧєr

Quest Ajuda

Question

Cria ajuda nesta quest não me da erro mas ja tentei de 2 formas e não me aparece no npc e as vezes quando dou sh quest.sh manda-me sv abaixo dou +1 a quem ajudar 

 

 

quest SGA begin
state start begin
when 30122.click begin
say("Mestre GM:")
say("Queres itens...")
local x = select("Sim", "Não")
if x == 1 then
say(Recebes-te os teus itens")
pc.give.item2(19)
pc.give.item2(5009)
pc.give.item2(7009)
pc.give.item2(11209)
pc.give.item2(11609)
pc.give.item2(11409)
pc.give.item2(11809)
pc.give.item2(12209)
pc.give.item2(12349)
pc.give.item2(12489)
pc.give.item2(12629)
pc.give.item2(17009)
pc.give.item2(14009)
pc.give.item2(15009)
pc.give.item2(16009)
wait()
return
elseif x == 2 then
say("Xau")
wait()
return
end
end
end
 

Share this post


Link to post
Share on other sites

3 answers to this question

  • 0

experimenta assim

quest SGA begin
state start begin
when 30122.click begin
say_title("Mestre GM:")
say("Queres itens...")
local x = select("Sim", "Não")
if x == 1 then
pc.give.item2(19)
pc.give.item2(5009)
pc.give.item2(7009)
pc.give.item2(11209)
pc.give.item2(11609)
pc.give.item2(11409)
pc.give.item2(11809)
pc.give.item2(12209)
pc.give.item2(12349)
pc.give.item2(12489)
pc.give.item2(12629)
pc.give.item2(17009)
pc.give.item2(14009)
pc.give.item2(15009)
pc.give.item2(16009)
say("Itens recebidos")
elseif x == 2 then
say("Xau")
end
end

Share this post


Link to post
Share on other sites
antiblock
Rodnia | Alpha & Omega
  • 0
quest SGA begin    state start begin        when 30122.chat."Olá" begin        say_title("Mestre GM:")        say("Queres itens...")            local x = select("Sim", "Não")                if x == 1 then                pc.give.item2(19)                pc.give.item2(5009)                pc.give.item2(7009)                pc.give.item2(11209)                pc.give.item2(11609)                pc.give.item2(11409)                pc.give.item2(11809)                pc.give.item2(12209)                pc.give.item2(12349)                pc.give.item2(12489)                pc.give.item2(12629)                pc.give.item2(17009)                pc.give.item2(14009)                pc.give.item2(15009)                pc.give.item2(16009)        say("Itens recebidos")        return        end            elseif x == 2 then        say("Xau")        return    end        end    end        end

Share this post


Link to post
Share on other sites
  • 0
quest SGA begin    state start begin        when 30122.chat."Olá" begin        say_title("Mestre GM:")        say("Queres itens...")            local x = select("Sim", "Não")                if x == 1 then                pc.give.item2(19)                pc.give.item2(5009)                pc.give.item2(7009)                pc.give.item2(11209)                pc.give.item2(11609)                pc.give.item2(11409)                pc.give.item2(11809)                pc.give.item2(12209)                pc.give.item2(12349)                pc.give.item2(12489)                pc.give.item2(12629)                pc.give.item2(17009)                pc.give.item2(14009)                pc.give.item2(15009)                pc.give.item2(16009)        say("Itens recebidos")        return        end            elseif x == 2 then        say("Xau")        return    end        end    end        end

assim tb acho que esta melhor xd

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this