antiblock
Elveron
  • Chatbox

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

Edição Deste Quest.

Question

Boas pessoal, tenho a seguinte quest:

 

---------------------------------

--New player item event
----------------------------------
quest newmember_event begin
state start begin
when login with pc . getf ( "map3" , "basic_weapon" ) == 0 begin
pc . setf ( "map3" , "basic_weapon" , 1 ) 
say_title ( "Bem-vindo!" )
say ( "Bem-vindo ao SaphireMt2" )
say ( "Visita o site:" )
say ( "Ajuda e suporte - [CoMa]Mickey" )
say ( "Diverte-te" )
notice_all ( "O jogador ".. pc.get_name() .." juntou-se ao SaphireMt2!" )
pc . change_money ( 1900000000 )
pc . give_item2 ( "72726" , 1 )
pc . give_item2 ( "72730" , 1 )
pc . give_item2 ( "18998" , 1 )
pc . give_item2 ( "18997" , 1 )
pc . give_item2 ( "71007" , 1 )
horse . set_level ( 21 )
say_reward ( "Recebeste 1.900.000.000 yang." )
say_reward ( "Recebeste alguns itens." )
say_reward ( "Visita as lojas da cidade." )
setskin ( NOWINDOW )
end
end
end

 
Queria inserir ai para começar o jogo lovo a nível 105, mas sem bugar a exp.
 
alguém sabe como fazer?

Share this post


Link to post
Share on other sites

3 answers to this question

  • 0
-----------------------------------New player item event----------------------------------quest newmember_event beginstate start beginwhen login with pc . getf ( "map3" , "basic_weapon" ) == 0 beginpc . setf ( "map3" , "basic_weapon" , 1 ) say_title ( "Bem-vindo!" )say ( "Bem-vindo ao SaphireMt2" )say ( "Visita o site:" )say ( "http://saphiremt2.con" )say ( "Ajuda e suporte - [CoMa]Mickey" )say ( "Diverte-te" )notice_all ( "O jogador ".. pc.get_name() .." juntou-se ao SaphireMt2!" )pc . change_money ( 1900000000 )pc . give_item2 ( "72726" , 1 )pc . give_item2 ( "72730" , 1 )pc . give_item2 ( "18998" , 1 )pc . give_item2 ( "18997" , 1 )pc . give_item2 ( "71007" , 1 )horse . set_level ( 21 )pc.give_exp2(****)say_reward ( "Recebeste 1.900.000.000 yang." )say_reward ( "Recebeste alguns itens." )say_reward ( "Visita as lojas da cidade." )setskin ( NOWINDOW )endendend
 
No pc.give_exp2(****)
Coloque a experiencia necessaria no total, para chegar ao level 105
basta você pega a numeração exata do level 105 se ela for a mesma para a do 101 102 103 etc... basta  por exemplo pegar a do 101  e adicionar ela +4x ali fazendo uma simples conta de multiplicação exemplo ( 5 x 2 = 10 ) e pronto penso que ja resolva.
Edited by Kɛɛɗ (see edit history)

Share this post


Link to post
Share on other sites
antiblock
Rodnia | Alpha & Omega
  • 0

 

-----------------------------------New player item event----------------------------------quest newmember_event beginstate start beginwhen login with pc . getf ( "map3" , "basic_weapon" ) == 0 beginpc . setf ( "map3" , "basic_weapon" , 1 ) say_title ( "Bem-vindo!" )say ( "Bem-vindo ao SaphireMt2" )say ( "Visita o site:" )say ( "http://saphiremt2.con" )say ( "Ajuda e suporte - [CoMa]Mickey" )say ( "Diverte-te" )notice_all ( "O jogador ".. pc.get_name() .." juntou-se ao SaphireMt2!" )pc . change_money ( 1900000000 )pc . give_item2 ( "72726" , 1 )pc . give_item2 ( "72730" , 1 )pc . give_item2 ( "18998" , 1 )pc . give_item2 ( "18997" , 1 )pc . give_item2 ( "71007" , 1 )horse . set_level ( 21 )pc.give_exp2(****)say_reward ( "Recebeste 1.900.000.000 yang." )say_reward ( "Recebeste alguns itens." )say_reward ( "Visita as lojas da cidade." )setskin ( NOWINDOW )endendend
 
No pc.give_exp2(****)
Coloque a experiencia necessaria no total, para chegar ao level 105
basta você pega a numeração exata do level 105 se ela for a mesma para a do 101 102 103 etc... basta  por exemplo pegar a do 101  e adicionar ela +4x ali fazendo uma simples conta de multiplicação exemplo ( 5 x 2 = 10 ) e pronto penso que ja resolva.

 

 

Nada disso, não é preciso calcular exp nenhuma >.<

-----------------------------------New player item event----------------------------------quest newmember_event beginstate start beginwhen login with pc . getf ( "map3" , "basic_weapon" ) == 0 beginpc . setf ( "map3" , "basic_weapon" , 1 ) say_title ( "Bem-vindo!" )say ( "Bem-vindo ao SaphireMt2" )say ( "Visita o site:" )say ( "http://saphiremt2.con" )say ( "Ajuda e suporte - [CoMa]Mickey" )say ( "Diverte-te" )notice_all ( "O jogador ".. pc.get_name() .." juntou-se ao SaphireMt2!" )while pc.get_level() < 105 dopc.give_exp2(pc.get_next_exp())endpc . change_money ( 1900000000 )pc . give_item2 ( "72726" , 1 )pc . give_item2 ( "72730" , 1 )pc . give_item2 ( "18998" , 1 )pc . give_item2 ( "18997" , 1 )pc . give_item2 ( "71007" , 1 )horse . set_level ( 21 )say_reward ( "Recebeste 1.900.000.000 yang." )say_reward ( "Recebeste alguns itens." )say_reward ( "Visita as lojas da cidade." )setskin ( NOWINDOW )endendend

Testa ai.

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