🟠 QUEST: Protecție simplă la moarte (mesaj + heal mic)
Scris: Dum Feb 01, 2026 10:57 am
Cod: Selectaţi tot
quest death_help_simple begin
state start begin
when die begin
timer("dh_heal", 1)
end
when dh_heal.timer begin
pc.set_hp(pc.get_max_hp() / 2)
syschat("[Protectie] Ai primit HP dupa moarte.")
end
end
end