antiblock
Elveron
  • Chatbox

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

[Ajuda]Quest Erro

Question

Boas Cyber Gamers alguem me pode arranjar esta quest que ta dando erro ao colocala no server sff

 

Quem o fizer levara meu Obrigado e meu +1

 

 

quest exp_kill begin state start begin  when kill with npc.is_pc() begin if pc.get_level()>=1 and pc.get_level()<50 then   pc.give_exp2(18000000) elseif pc.get_level()>=50 and pc.get_level()<80 then   pc.give_exp2(9000000) elseif pc.get_level()>=80 and pc.get_level()<100 then   pc.give_exp2(7200000) elseif pc.get_level()>=100 then   pc.give_exp2(6000000) end  end

end

end

end

Share this post


Link to post
Share on other sites

1 answer to this question

  • 0

A quest fica assim:

quest exp_kill begin  state start begin    when kill with npc.is_pc() begin      if pc.get_level()>=1 and pc.get_level()<50 then        pc.give_exp2(18000000)        elseif pc.get_level()>=50 and pc.get_level()<80 then        pc.give_exp2(9000000)        elseif pc.get_level()>=80 and pc.get_level()<100 then        pc.give_exp2(7200000)        elseif pc.get_level()>=100 then        pc.give_exp2(6000000)      end    end  endend  

Share this post


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