[Quest]Restrictie mapa padurea rosie
Scris: Lun Sep 12, 2022 5:45 am
Cod: Selectaţi tot
quest restrictie begin
state start begin
when login with pc.get_map_index() == 68 and pc.level < 65 begin
syschat("<Sistem> Nivelul tău trebuie să fie nivelul 65.")
warp_to_village()
end
end
end