Daily Quest

12/09/2012 15:03 Angelix112#1
Hey epvp! I want to know how to make a quest to repeat every 12 hours for example. What command should I use?

Sorry for any mistake, I don't know english very well.
Thanks in advance!:rolleyes:
12/09/2012 15:09 Apocalyptum#2
I think you need the get.time or get.timer Command, i dont know all Commands completly so im sorry, but it should be one of these.
12/09/2012 15:27 Angelix112#3
quest quest_name begin
state start begin
when login with pc.level > LV begin
send_letter("NAME QUESTl")
local v = find_npc_by_vnum(NPC CODE)
target.vid("NPC NAME", v, "NPC NAME.")
end

At command get.time i know to write 24*24*60 ( to reapeat at 12h),but where i place that command "get.time"? There are more commands?

p.s:Thanks so much for help.