Jump to content

Ranking De Kills


PACI

Recommended Posts

y la quest ke hace o como funciona namas la meto y ya no hace nada o como es?

Buenoo Sirve para ver durante el tiempo de juuego a cuanta gente has matado, Sirve mas para un server pvp!!

 

quest Ranking_de_Kills begin
state start begin
when login or levelup with pc.get_level() > 1 begin
set_state("pannello")
end
end
state pannello begin
when kill with npc.is_pc() begin
pc.setqf("conta_kills", pc.getqf("conta_kills")+1)
end
when letter begin
send_letter("Ranking de Kills")
end
when button or info begin
say_title("Ranking de Kills")
say("")
say("Hola "..pc.get_name().."")
say("Aqui podrás ver cuántos jugadores has matado")
say("En tu carrera en el NOMBRE DEL SERVIDOR!") 
wait()
say("Tienes un total de:")
say_reward("".. pc.getqf("conta_kills") .." Kills")
say("")
say("Divierte te!")
end
end
end
Link to comment
Share on other sites

  • 6 years later...

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...