antiblock
https://i.imgur.com/aJ17bf7.gif
  • Chatbox

    You don't have permission to chat.
    Load More
  • 0
Sign in to follow this  
Iioris

Erro na IS

Question

quando compro algum item na is aparece um erro a dizer que tenho o armazem de artigos cheio, e na verdade esta vezio que erro sera esse ? 

Edited by Iioris (see edit history)

Share this post


Link to post
Share on other sites

1 answer to this question

  • 0

Bom , pode ser que o armazém esteja "bugado".

Tenta usar esta quest , obrigado.

Citar

 

quest warehouse begin

state start begin

when 9005.click begin

if pc.getqf("pw")==0 then

say_title("Guarda do Armazém")

say("Olá Amigo,")

say("Como deves imaginar nesse teu inventário")

say("não te vai caber todos os itens que ")

say("eventualmente queiras apanhar.")

say("Eu ofreço-te aqui um armazém")

say("Para guardares todos os teus itens")

say("Mas terás que pagar algum preço.")

say("É Só 500 Yang.")

say_reward("Queres Comprar um Armazém?")

local s=select("Quero", "Não Quero")

if s==2 then

return

end

if pc.get_gold()<500 then

say_title("Guarda do Armazém")

say("Não tens suficiênte yang.")

return

end

say_title("Guarda do Armazém")

say("Oh! Muito Obrigado Por Comprares")

say("o Armazém.")

say_reward("A Tua Password é 000000")

pc.change_gold(-500)

game.set_safebox_level(1)

pc.setqf("pw", 1)

elseif pc.getqf("pw")==1 then

say_title("Guarda do Armazém")

say("Que Queres Fazer?")

local f = select("Abrir Armazém", "Comprar Barras de Ouro", "Abrir Armazém de Artigos", "Sair")

if f == 1 then

game.open_safebox()

setskin(NOWINDOW)

elseif f == 2 then

npc.open_shop()

setskin(NOWINDOW)

elseif f == 3 then

game.open_mall()

setskin(NOWINDOW)

end

end

end

end

end

 

 

Share this post


Link to post
Share on other sites
antiblock
diamwall

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