Exiled - Gaming Romania este o comunitate bazata pe gaming-ul profesionist.


Quest level up

 



Vezi subiectul anterior Vezi subiectul urmator In jos   Mesaj • Pagina 1 din 1

Adi
#1

Vin Iun 21, 2013 8:17 pm

Adi

Quest level up Lb053KT
Acest quest va felicita ca cand ati facut un anumit level ( 75, 100, 110, 127 ).

Cod:
quest levelup begin
state start begin
when levelup begin
if pc.get_level() == 75 then
notice_all(“”.. pc.get_name() ..” a facut level 75!”)
notice_all(“Quest nume.”)
elseif pc.get_level() == 100 then
notice_all(“”.. pc.get_name() ..” a facut level 100!”)
notice_all(“Quest nume.”)
elseif pc.get_level() == 110 then
notice_all(“”.. pc.get_name() ..” a facut level 110!”)
notice_all(“Quest nume.”)
elseif pc.get_level() == 127 then
notice_all(“”.. pc.get_name() ..”a facut level 127!”)
notice_all(“Quest nume.”)
notice_all(“Quest nume.”)
end
end
end
end


Se salveaza levelup.quest .

https://forumul-exiled.forumgratuit.ro

Vezi subiectul anterior Vezi subiectul urmator Sus   Mesaj • Pagina 1 din 1