Und zwar hab ich eine Bitte/Frage.
Was muss ich da noch dazu eingeben damit ich nach dem run automatisch MAP1 geportet werde?
if pc.get_map_index() == 214 then
if pc.get_x() < 55555+88 or pc.get_y() < 55555+577 or pc.get_x() > 55555+236 or pc.get_y() > 55555+737 then
pc.warp((5376+362)*100, (512+478+4)*100, 65)
end
pc.set_warp_location(65, 5376+362, 512+478+4)
elseif pc.get_map_index() >= 2140000 and pc.get_map_index() <= 2150000 then
pc.set_warp_location(65, 5376+362, 512+478+4)
end
end
Danke schon mal im Vorraus






