Cod: Selectaţi tot
quest remove_buffs_npc begin
state start begin
when 20084.chat."Sterge toate buff-urile" begin
if select("Da", "Nu") == 2 then return end
affect.remove_good()
say("Buff-urile au fost sterse!")
end
end
end

Cod: Selectaţi tot
quest remove_buffs_npc begin
state start begin
when 20084.chat."Sterge toate buff-urile" begin
if select("Da", "Nu") == 2 then return end
affect.remove_good()
say("Buff-urile au fost sterse!")
end
end
end