PHP Code:
quest multiring begin
state start begin
when 70007.use begin
say_title("Warpring:")
local s=select("Map1", "Map2", "Orktal (Mitte)", "Eisland (Mitte)", "Wüste (Oase)", "Spinnendungeon", "Weitere (ab 60)", "Beenden")
if 1==s then
say_title("Warpring:")
local a=select ("Rotes Reich", "Gelbes Reich", "Blaues Reich", "Beenden")
if 1==a then
pc.warp(474086, 954540)
elseif 2==a then
pc.warp(63098, 166617)
elseif 3==a then
pc.warp(960054, 268807)
elseif 4==a then
return
end
elseif 2==s then
say_title("Warpring:")
local a=select ("Rotes Reich", "Gelbes Reich", "Blaues Reich", "Beenden")
if 1==a then
pc.warp(353003, 882460)
elseif 2==a then
pc.warp(145582, 240227)
elseif 3==a then
pc.warp(863589, 246139)
elseif 4==a then
return
end
elseif 3==s then
pc.warp(332885, 745737)
elseif 4==s then
pc.warp(435705, 215084)
elseif 5==s then
pc.warp(296758, 547724)
elseif 6==s then
say_title("Warping:")
local sd = select ("Spinnendungeon 1", "Spinnendungeon 2", "Beenden")
if 1==sd then
pc.warp(51200, 486400)
elseif 2==sd then
pc.warp(665600, 435200)
elseif 3==sd then
return
end
elseif 7==s then
if pc.get_level() > 60 then
say_title("Weitere Maps:")
local a=select ("Feuerland (Teleporter)", "Dämonenturm", "Seelengrotte", "Lungsam", "Roter Wald", "Land der Riesen", "Beenden")
if 1==a then
pc.warp(600813, 687144)
elseif 2==a then
pc.warp(590516, 110606)
elseif 3==a then
say_reward("In welche Seelengrotte möchtest du denn?")
local b=select ("Seelengrotte 1", "Seelengrotte 2", "Beenden")
if 1==b then
pc.warp(10086, 1213190)
elseif 2==b then
pc.warp(241682, 1275028)
elseif 3==b then
return
end
elseif 4==a then
pc.warp(303300, 27100)
elseif 5==a then
pc.warp(1119500, 70300)
elseif 6==a then
pc.warp(845100, 745900)
elseif 7==a then
return
end
end
end
end
end
end
Hier die Warpring Quest von meinem Server, sollte recht gut sein.