antiblock
Rodnia | Alpha & Omega
  • Chatbox

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

Armazém Bugado

Question

Na minhas files rain base valenza .. o armazém não abre de jeito nenhum , já modifiquei os scripts do npc e nada .. alguém sabe como resolver este bug ?

Share this post


Link to post
Share on other sites

6 answers to this question

antiblock
Elveron
  • 0

se usa ses files rain 2010 nada disso acontecia.

Share this post


Link to post
Share on other sites
  • 0

Eu uso files rain 2010 -.- .. e já fui sim rafael sena tem o npc la , só que no jogo não abre :D

Share this post


Link to post
Share on other sites
  • 0

 

 

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

Cria uma quest armazem.quest poes isso la dentro apagas o que esta no NPC 9005 do armazém.

 

Vais a vbox e metes

a localização das quests

por exemplo

cd /usr/home/game/share/locale/germany/quest

fazes ./qc armazem.quest

Sacas o locale_list ou quest_list para o teu pc adicionas a linha do armazem.quest.

Das Reboot.

Share this post


Link to post
Share on other sites
  • 0

Obrigado  pela quest.. vou fazer modo script obg +1 '

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