antiblock
Elveron
  • Chatbox

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

[Erro] Texto Fica Mesmo Depois De Quest Acabar

Question

Alguem sabe porque é que isto acontece?bb1yaXA.jpg

 

Share this post


Link to post
Share on other sites

3 answers to this question

  • 0

Quest?

Share this post


Link to post
Share on other sites
antiblock
Elveron
  • 0

Quest?

Yah isso e a quest que da os itens de Inicio e quando tipo ela fecha isso fica assim no ecra

 

quest starter begin

state start begin

when login with pc.get_level() >= 1 begin

timer("starter", 1)

end

when starter.timer begin

say_title("Bem vindo "..pc.get_name()..".")

say("Esperemos que desfrute do servidor....")

say("Qualquer problema por favor contacta a team....")

say("O servidor de momento encontrasse em fase beta!")

say("")

wait()

say_title("Itens recebidos:")

say("")

pc . give_item2 ( "50187" , 1 ) 

pc.change_alignment(500)

say_reward ( "Recebeste o Cofre de Aprendis de nivel I" )

say_reward ( "Ati primit 1.000.000 Yang." )

pc . change_money ( 1000000 )

pc . give_item2 ( "13009" , 1)

pc . give_item2 ( "15009" , 1 )

pc . give_item2 ( "16009" , 1 )

pc . give_item2 ( "14009" , 1 )

pc . give_item2 ( "17009" , 1 )

if pc . job == 0 then

pc . give_item2 ( "19" , 1 )

pc . give_item2 ( "12209" , 1 )

pc . give_item2 ( "11209" , 1 )

say_reward ( "Recebeste o set inicial" )

elseif pc . job == 1 then

pc . give_item2 ( "1009" , 1 )

pc . give_item2 ( "12349" , 1 )

pc . give_item2 ( "11409" , 200 )

say_reward ( "Recebeste o set inicial" )

elseif pc . job == 2 then

pc . give_item2 ( "19" , 1 )

pc . give_item2 ( "12489" , 1 )

pc . give_item2 ( "11609" , 1 )

say_reward ( "Recebeste o set inicial" )

elseif pc . job == 3 then

pc . give_item2 ( "7009" , 1 )

pc . give_item2 ( "12629" , 1 )

pc . give_item2 ( "11809" , 1 )

say_reward ( "Recebeste o set inicial" )

elseif pc.job == 4 then

pc . give_item2(6009)

pc . give_item2(21009)

pc . give_item2(21509)

say_reward ( "Recebeste o set inicial" )

end

say("")

say_gold("Equipa Oriental Metin2")

set_state(__COMPLETE__)

end

end

state __COMPLETE__ begin

end

end

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