PDA

View Full Version : [QUEST]Rezolvare bug HP



Mihai.!?
05-02-17, 18:07
Nume: [QUEST]Rezolvare bug HP
Descriere:
Imagini:
Quest/arma/armura/etc:
Download(Optional):

quest hp_bug_fix_andy begin
state start begin
when login begin
pc.get_hp()
pc.get_sp()
if pc.hp <0 then
affect.add_collect(apply.HP_REGEN, 100000, 5)
affect.add_collect(apply.HP_REGEN, 100000, 5)
end
if pc.sp <0 then
affect.add_collect(apply.SP_REGEN, 100000, 5)
affect.add_collect(apply.SP_REGEN, 100000, 5)
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.