Jump to content

Busco Quest


Jfirewall

Recommended Posts


quest matanza begin

state start begin

when kill with npc.is_pc() and pc.get_empire() ~= npc.get_empire() begin

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

chat("Has matado " .. pc.getqf("asesinatos") .. " enemigos")

chat("Te falta acabar con " .. 100 - pc.getqf("asesinatos") .. " para recibir el premio"

if pc.getqf("asesinatos") == 100 then

pc.give_item2(vnum) --Aca se le coloca el vnum del item

pc.setqf("asesinatos", 0)

end

end

end

end

Link to comment
Share on other sites

quest matanza begin
state start begin
  when kill with npc.is_pc() and pc.get_empire() ~= npc.get_empire() begin
   pc.setqf("asesinatos", pc.getqf("asesinatos")+1)
   chat("Has matado " .. pc.getqf("asesinatos") .. " enemigos")
   chat("Te falta acabar con " .. 100 - pc.getqf("asesinatos") .. " para recibir el premio"
   if pc.getqf("asesinatos") == 100 then
	pc.give_item2(vnum) --Aca se le coloca el vnum del item
	pc.setqf("asesinatos", 0)
   end
  end
end
end
Una Pregunta Como Se HAce Para Ponerlo En Formato .quest? :$
Link to comment
Share on other sites

  • 1 month later...
  • 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...