[Quest]Premiu PVP 1 vs 1

chlink.ro
Administrator
Mesaje: 28
Membru din: Sâm Feb 03, 2024 7:06 pm
Localitate: Tecuci
Contact:

[Quest]Premiu PVP 1 vs 1

Mesaj de chlink.ro »

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
Scrie răspuns