[Quest]Premiu PVP 1 vs 1
Scris: Sâm Ian 25, 2025 10:57 pm
Cod: Selectaţi tot
quest anunt_player_kill_andy begin
state start begin
when login or levelup with pc.level >= 150 begin
set_state(ucidere_andy)
end
end
state ucidere_andy begin
when kill with npc.is_pc() begin
local nume = pc.get_name()
local ciau_kf = npc.get_vid()
if ciau_kf == 0 or ciau_kf == pc.get_vid() then
return
end
local new_andy = pc.select(ciau_kf)
notice_all("|cffff0000|H|hJucatorul".. pc.get_name() .." a fost ucis de catre"..nume..".|h|r")
pc.select(new_andy)
say_reward("Felicitari!!!")
say_reward("10.000.000 yang")
say_reward("Metin2Legacy")
pc.change_money(10000000)
end
end
end