antiblock
https://arwen2.global/
  • Chatbox

    Did you check out our Discord? https://discord.gg/FFdvMjk9xA
    You don't have permission to chat.
    Load More
  • 0
Sign in to follow this  
friend

[Resolvido]Problemas Com Armazém

Question

Boas pessoal, vou ser direto :)

O meu Armazém não abre. Nós clicamos nele mas ele não abre nenhuma janela, é como se fosse um npc sem função.

Já verifiquei a pasta onde está o Warehouse.start ( na pasta Click do npc 9005 ) e a warehouse.quest ( na pasta quests ), mas o que é certo é que eu não precebo nada de quests.

O que vos posso dizer é que tenho lá as coisas.

Alguém é capaz de me ajudar?

Cumpz, J0K3RHD

PS: Uso as Serverfiles do Lauling.

Share this post


Link to post
Share on other sites

3 answers to this question

  • 0

Verifica se tens tudo certo na escrita , podes ter um erro num espaço ou falta de um sinal ... se for preciso tenho isto traduzido posso-te mandar sem problemas.

Share this post


Link to post
Share on other sites
antiblock
Elveron
  • 0

Eu traduzido tenho, o problema é mesmo que ele não abre. eu deixo te ai as 2 quests. A .start e a .quest.

1 Seg.

Warehouse.quest ( situado na pasta quests )

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

Warehouse.start ( Situado na Pasta Click do NPC 9005 )

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

say_title ( "Armazem" )

say ( "Ola Soldado," )

say ( "Posso guardar os teus itens" )

say ( "No entanto custa Yang" )

say ( "Deixa-me ver que preço te faço..." )

say ( "500 Yang." )

say_reward ( "Achas que podes pagar?" )

local s = select ( "Sim" , "Nao" )

if s == 2 then

return

end

if pc . get_gold ( ) < 500 then

say_title ( Armazem" )

say ( "Nao tens Yang Suficiente." )

return

end

say_title ( "Armazem" )

say ( "Comprs-te um Armazem!" )

say ( "Podes agora guardar as tuas coisas." )

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 ( "Armazem" )

say ( "O que posso fazer por ti?" )

local f = select ( "Abrir Armazem" , "Comprar Ouro" , "Armazem da Item Shop" , "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

Share this post


Link to post
Share on other sites
  • 0

Eu traduzido tenho, o problema é mesmo que ele não abre. eu deixo te ai as 2 quests. A .start e a .quest.

1 Seg.

Warehouse.quest ( situado na pasta quests )

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

Warehouse.start ( Situado na Pasta Click do NPC 9005 )

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

say_title ( "Armazem" )

say ( "Ola Soldado," )

say ( "Posso guardar os teus itens" )

say ( "No entanto custa Yang" )

say ( "Deixa-me ver que preço te faço..." )

say ( "500 Yang." )

say_reward ( "Achas que podes pagar?" )

local s = select ( "Sim" , "Nao" )

if s == 2 then

return

end

if pc . get_gold ( ) < 500 then

say_title ( Armazem" )

say ( "Nao tens Yang Suficiente." )

return

end

say_title ( "Armazem" )

say ( "Comprs-te um Armazem!" )

say ( "Podes agora guardar as tuas coisas." )

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 ( "Armazem" )

say ( "O que posso fazer por ti?" )

local f = select ( "Abrir Armazem" , "Comprar Ouro" , "Armazem da Item Shop" , "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

How!

Amigo muito Obrigado aqui traduziu tudo e funcionou perfeitamente! http://cyber-gamers.org/public/style_emoticons/default/451960.gif

Share this post


Link to post
Share on other sites
Guest
This topic is now closed to further replies.
Sign in to follow this