Jump to content

Error de quest no da el nivel AYUda


ChuchoGamer

Recommended Posts

buenas  

aqui les traigo esta quest que hice por primera vez  

cuando mato el mob me dice que e subido 1 nivel  pero no me lo da Alguien sabe como lo puedo Resolver Gracias

quest SubirNivel begin
state start begin
  when 101.kill begin   
  local e= pc.get_next_exp()
  pc.give_exp2(e)
  chat(pc.get_name()..", ha subido 1 lvl.")
  end
end
end
Link to comment
Share on other sites

  • 2 weeks later...
En 5/3/2020 a las 15:03, chucho777 dijo:

buenas  

aqui les traigo esta quest que hice por primera vez  

cuando mato el mob me dice que e subido 1 nivel  pero no me lo da Alguien sabe como lo puedo Resolver Gracias


quest SubirNivel begin
state start begin
  when 101.kill begin   
  local e= pc.get_next_exp()
  pc.give_exp2(e)
  chat(pc.get_name()..", ha subido 1 lvl.")
  end
end
end
quest _lvlup begin
state start begin
  when 101.kill begin
  local e= pc.get_next_exp()+10000000 --te faltaba la cantidad de exp
  pc.give_exp2(e)
  chat(pc.get_name()..", ha subido 1 lvl.")
  end
end
end
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...