PDA

View Full Version : [Quest] Zi si noapte automat



Mihai.!?
02-01-17, 22:05
salut,
am sa va postez un quest cu ajutorul caruia se va face noapte si zi automat(pentru servere 24/7).


quest Zi_Noapte begin
state start begin
when 20095.chat."Activare la ora 19:00" with pc.is_gm() begin
say("Odata activat va functiona automat.")
timer("Noapte", 1)
end
when notte.timer begin
notice_all("La orele 19:00 soarele va apune.")
game.set_event_flag("x", 1)
timer("Ziua", 60*60*13)
end
when giorno.timer begin
notice_all("La orele 8:00 Soarele isi va varsa iar razele calde peste aceste tinuturi.")
game.set_event_flag("x", 0)
timer("Noapte", 60*60*15)
end
end
end

Instalare:
1. Creezi un fişier text cu numele nume_quest.quest.
2. Vă conectaţi la filezilla / winscp şi īntrati īn /usr/home/game/share/locale/germany/quest (depinde ce server aveţi).
3. Īl puneţi acolo (să fie .quest) şi da-ţi permisiuni 777.
4. Te loghezi īn FreeBSD / putty şi scrii īn felul următor: cd /usr/home/game/share/locale/germany/quest apoi ./qc nume_quest.quest
5. Intraţi pe server şi scrieţi /reload q .
6. Testaţi quest-ul .