ماادري لو ذا اللي تقصده ولا لا بس اتفضل
هذا الكويست يمنع دخولهم من المدن الاولى فقط وينقلهم للماب لاماكن منفصلة كل واحد بحسب امبراطوريته : )
quest for_fun begin
state start begin
when login with pc.get_map_index() == 1 or pc.get_map_index() == 21 or pc.get_map_index() == 41 begin
if pc.get_empire() == 1 then -- حمر
pc.warp(1088000,757200)
elseif pc.get_empire() == 2 then -- صفر
pc.warp(1061700,754900)
elseif pc.get_empire() == 3 then -- زرق
pc.warp(1091200,727000)
end
end
end
end