Jump to content

(Petición de Quest) 1000 kills


Geffy

Recommended Posts

¡Buenas comunidad Zone!

 

La verdad vengo solicitando su ayuda...

 

Necesito una quest que al llegar al nivel 250 te de una misión de matar 1000 mil personajes y al matarlos te de un Item...

 

No sé si exista pero en verdad estaría completamente agradecido con ello.

 

De antemano saludos.

Link to comment
Share on other sites

quest texto begin

state start begin

when levelup with pc.get_level() >= 250 begin

notice("Texto")

end

when kill with npc.is_pc() begin

local vnums = {19,29,39,49}

local aleatorio = math.random(1,4)

pc.setqf("kill_personaje",pc.getqf("kill_personaje")+1)

if pc.getqf("kill_personaje") == 1000 then

pc.give_item2(vnums,aleatorio,1)

notice("Texto")

end

end

end

Link to comment
Share on other sites

  • Dilong locked this topic
Guest
This topic is now closed to further replies.
  • Recently Browsing   0 members

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