PDA

View Full Version : [Quest]Mesaj de felicitare la lvl up



Mihai.!?
12-01-17, 16:34
Nume:[Quest]Mesaj de felicitare la lvl up
Descriere: -
Imagini: -
Quest/arma/armura/etc:-
Download(Optional):-

quest levelup begin
state start begin
when levelup begin
if pc.get_level() == 75 then
notice_all(“”.. pc.get_name() ..” a facut level 75!”)
notice_all(“Quest nume.”)
elseif pc.get_level() == 100 then
notice_all(“”.. pc.get_name() ..” a facut level 100!”)
notice_all(“Quest nume.”)
elseif pc.get_level() == 110 then
notice_all(“”.. pc.get_name() ..” a facut level 110!”)
notice_all(“Quest nume.”)
elseif pc.get_level() == 127 then
notice_all(“”.. pc.get_name() ..”a facut level 127!”)
notice_all(“Quest nume.”)
notice_all(“Quest nume.”)
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.