my attual quest:
Quote:
PHP Code:quest kill_mob_quest begin
state start begin
when letter begin
send_letter("Kill Point")
q.set_counter("Punti Kill ", pc.getqf("mobpoint"))
end
when button or info begin
say_title("Kill Point")
say("")
say("")
say("Punti Kill: "..pc.getqf("mobpoint"))
say("")
say("")
say("")
end
when kill with not npc.is_pc() begin
local mobkill_point = pc.getqf("mobpoint")+1
pc.setqf("mobpoint", mobkill_point)
end
end
end
thankx







