Nume: Quest Protectie-Mapa
Descriere: Nu te poate ataca nimeni in acea mapa.
Imagini: -
Quest/arma/armura etc: Quest
Download(Optional):

Code:
quest prot_harta begin

state start begin

when login or levelup with pc.get_map_index() == 75 or pc.get_map_index() == 79 or pc.get_map_index() == 80 begin

if pc.get_level() <= 40 then

syschat("Nu ai ce cauta aici la acest nivel!")
syschat("Vei fi teleportat imediat, www.just4metin.ro")

local empire = pc.get_empire()

if empire == 1 then
pc.warp(474300,954800)
elseif empire == 2 then
pc.warp(63800,166400)
elseif empire == 3 then
pc.warp(959900,269200)

end

end

end

end
end
TUTORIAL