PDA

View Full Version : [QUEST]Armat lvl 35.



Mihai.!?
12-01-17, 17:37
Nume:[QUEST]Armat lvl 35.
Descriere: Arma la lvl 35
Imagini: 0
Quest/arma/armura/etc: 0
Download(Optional):0

quest grajdar_armat_keny begin
state start begin
when 20349.chat."Cal Armat" with pc.get_level()==35 and horse.get_level()==1 begin
say("Pentru a avea un cal armat trebuie sa ai nivel 35")
say("si nivel 1 la cal .")
say("Indeplinesti conditiile de mai sus si vrei calul armat ?")
say("")
local b=select("Da", "Nu sunt pregatit")
if 1==b then
horse.set_level(11)
pc.removeitem("50051", 1)
pc.give_item2("50052", 1)
elseif 2==b then
say("Vino inapoi atunci cand vei fi pregatit.")
end
end
end
end

Tutorial instalare quest:
Salvati continutul quest-ului īntr-un fisier text numit de exemplu nume_quest.quest
Va conectati la filezilla / winscp si īntrati īn /usr/home/game/share/locale/germany/quest (depinde ce server aveti).
Īl puneti acolo (sa fie .quest sau .lua) si da-ti permisiuni 777.
Te loghezi īn FreeBSD / putty si scrii īn felul urmator: cd /usr/home/game/share/locale/germany/quest apoi ./qc nume_quest.quest
Intrati pe server si scrieti /reload q
Testati quest-ul.