> (KORIFILES) <
Passiert das.

Die Quest:
quest warpring begin
state start begin
when 70007.use begin
local x
local y
local t
local e = pc.get_empire()
say_title("Warpring")
say("Wohin möchtest du teleporiert werden?")
local s = select("Map1", "Map2", "Orktal", "Wüste", "Eisland", "Feuerland", "SD1", "Abbrechen", "SD2", "SD3", "Grotte 1", "Grotte 2", "Drachenraum", "TEST", "TEST", "Abbrechen")
if s==1 then
say_title("Warpring")
say("Wohin möchtest du teleporiert werden?")
t = select("Rotes Reich", "Gelbes Reich", "Blaues Reich", "Abbrechen")
if t==1 then
x="473900"
y="954600"
elseif t==2 then
x="63200"
y="166700"
elseif t==3 then
x="959600"
y="269700"
end
elseif s==2 then
say_title("Warpring")
say("Wohin möchtest du teleporiert werden?")
t = select("Rotes Reich", "Gelbes Reich", "Blaues Reich", "Abbrechen")
if t==1 then
x="352300"
y="882700"
elseif t==2 then
x="145700"
y="239800"
elseif t==3 then
x="863800"
y="246000"
end
elseif s==3 then
say_title("Warpring")
say("Wohin möchtest du teleporiert werden?")
t = select("Anfang", "Mitte", "Rek-Wiese", "Abbrechen")
if t==1 then
if e==1 then
x="402100"
y="673900"
elseif e==2 then
x="270400"
y="739900"
elseif e==3 then
x="321300"
y="808000"
end
elseif t==2 then
x="332700"
y="745600"
elseif t==3 then
x="282800"
y="792800"
end
elseif s==4 then
say_title("Warpring")
say("Wohin möchtest du teleporiert werden?")
t = select("Anfang", "Mitte", "Abbrechen")
if t==1 then
if e==1 then
x="217800"
y="627200"
elseif e==2 then
x="221900"
y="502700"
elseif e==3 then
x="344000"
y="502500"
end
elseif t==2 then
x="296300"
y="547500"
end
elseif s==5 then
say_title("Warpring")
say("Wohin möchtest du teleporiert werden?")
t = select("Anfang", "Mitte", "Abbrechen")
if t==1 then
if e==1 then
x="434200"
y="290600"
elseif e==2 then
x="375200"
y="174900"
elseif e==3 then
x="491800"
y="173600"
end
elseif t==2 then
x="436200"
y="215300"
end
elseif s==6 then
say_title("Warpring")
say("Wohin möchtest du teleporiert werden?")
t = select("Anfang", "Teleporter", "Abbrechen")
if t==1 then
if e==1 then
x="599400"
y="756300"
elseif e==2 then
x="597800"
y="622200"
elseif e==3 then
x="730700"
y="689800"
end
elseif t==2 then
x="600500"
y="687400"
end
elseif s==7 then
x="60000"
y="496900"
end
if s==9 then
x="665600"
y="435200"
end
if s==10 then
x="97485"
y="571083"
end
if s==11 then
x="10014"
y="1208429"
end
if s==12 then
x="153600"
y="1203200"
end
if s==13 then
x="177212"
y="1220591"
end
if s!=8 or p!= 7 then
pc.warp(x, y)
end
end
end
end
state start begin
when 70007.use begin
local x
local y
local t
local e = pc.get_empire()
say_title("Warpring")
say("Wohin möchtest du teleporiert werden?")
local s = select("Map1", "Map2", "Orktal", "Wüste", "Eisland", "Feuerland", "SD1", "Abbrechen", "SD2", "SD3", "Grotte 1", "Grotte 2", "Drachenraum", "TEST", "TEST", "Abbrechen")
if s==1 then
say_title("Warpring")
say("Wohin möchtest du teleporiert werden?")
t = select("Rotes Reich", "Gelbes Reich", "Blaues Reich", "Abbrechen")
if t==1 then
x="473900"
y="954600"
elseif t==2 then
x="63200"
y="166700"
elseif t==3 then
x="959600"
y="269700"
end
elseif s==2 then
say_title("Warpring")
say("Wohin möchtest du teleporiert werden?")
t = select("Rotes Reich", "Gelbes Reich", "Blaues Reich", "Abbrechen")
if t==1 then
x="352300"
y="882700"
elseif t==2 then
x="145700"
y="239800"
elseif t==3 then
x="863800"
y="246000"
end
elseif s==3 then
say_title("Warpring")
say("Wohin möchtest du teleporiert werden?")
t = select("Anfang", "Mitte", "Rek-Wiese", "Abbrechen")
if t==1 then
if e==1 then
x="402100"
y="673900"
elseif e==2 then
x="270400"
y="739900"
elseif e==3 then
x="321300"
y="808000"
end
elseif t==2 then
x="332700"
y="745600"
elseif t==3 then
x="282800"
y="792800"
end
elseif s==4 then
say_title("Warpring")
say("Wohin möchtest du teleporiert werden?")
t = select("Anfang", "Mitte", "Abbrechen")
if t==1 then
if e==1 then
x="217800"
y="627200"
elseif e==2 then
x="221900"
y="502700"
elseif e==3 then
x="344000"
y="502500"
end
elseif t==2 then
x="296300"
y="547500"
end
elseif s==5 then
say_title("Warpring")
say("Wohin möchtest du teleporiert werden?")
t = select("Anfang", "Mitte", "Abbrechen")
if t==1 then
if e==1 then
x="434200"
y="290600"
elseif e==2 then
x="375200"
y="174900"
elseif e==3 then
x="491800"
y="173600"
end
elseif t==2 then
x="436200"
y="215300"
end
elseif s==6 then
say_title("Warpring")
say("Wohin möchtest du teleporiert werden?")
t = select("Anfang", "Teleporter", "Abbrechen")
if t==1 then
if e==1 then
x="599400"
y="756300"
elseif e==2 then
x="597800"
y="622200"
elseif e==3 then
x="730700"
y="689800"
end
elseif t==2 then
x="600500"
y="687400"
end
elseif s==7 then
x="60000"
y="496900"
end
if s==9 then
x="665600"
y="435200"
end
if s==10 then
x="97485"
y="571083"
end
if s==11 then
x="10014"
y="1208429"
end
if s==12 then
x="153600"
y="1203200"
end
if s==13 then
x="177212"
y="1220591"
end
if s!=8 or p!= 7 then
pc.warp(x, y)
end
end
end
end
Warpring Sreenshots :
http://www.directupload.net/file/d/4202/6pnsk8vi_png.htm
http://www.directupload.net/file/d/4202/689ybuqh_png.htm






