server sagt fehler -.-
PHP Code:
quest gmhelpitem begin
state start begin
when 60003.use with pc.is_gm() begin
local main_set = select("Info Ansagen", "GM Charakter", "Event Management", "Rates Einstellen", "Abbrechen")
if main_set == 5 then
return
end
if main_set == 1 then
local g = select ("GM Online" , "GM Offline" , "Server Reboot" , "Link+Vote" , "Arbeit" , "Abbrechen")
if g == 1 then
command ("n "..pc.get_name() .." steht euch für Fragen und Probleme zur Verfügung!")
return
end
if g == 2 then
command ("n ".. pc.get_name() .." geht erstmal Offline und wünscht euch allen noch viel Spaß!")
return
end
if g == 3 then
notice_all ("Server Reboot: Alle Auslogen Der Server wird Rebootet !")
notice_all ("Server Reboot: Um keine Items zu Verlieren schnellstmöglich Ausloggen !")
return
end
if g == 4 then
notice_all ("Unsere Homepage Lautet ...........")
notice_all ("Bitte täglich Voten")
return
end
if g == 5 then
notice_all ("Serverwartung alle Auslogen !!!")
notice_all ("Es wird im Froum bekannt gegeben wenn der Server wieder Online ist !!!")
return
end
if g == 6 then
return
end
end
if main_set == 2 then
say("")
say("Hier sind einige Sachen für dein GM Charakter:")
say("")
local g = select("Sub-Skills","Pferdlevel 21", "High EQ", "GM-Schwert", "Abbrechen")
if g == 1 then
command("setsk 122 2")
command("setsk 121 59")
command("setsk 124 59")
command("setsk 125 59")
command("setsk 126 59")
command("setsk 127 59")
command("setsk 128 59")
command("setsk 129 59")
command("setsk 130 59")
command("setsk 131 59")
return
end
if g == 2 then
command("horse_level "..pc.get_name() .." 21")
command("i 50053")
return
end
if g == 3 then
command("i 117209")
command("i 116209")
command("i 92009")
command("i 91009")
command("i 15269")
command("i 114209")
command("i 42019")
command("i 44019")
command("i 46019")
command("i 48019")
command("i 71110")
command("i 10009")
command("i 10019")
command("i 10029")
command("i 10039")
command("i 10049")
command("i 10059")
command("i 10069")
command("i 10079")
return
end
if g == 4 then
command("i 11989")
command("i 11990")
command("i 9040")
return
end
if g == 5 then
return
end
end
if main_set == 4 then
say("")
say("Hier kann man alle Raten gleichzeitig eistellen:")
say("Natürlich sind dann alle Raten gleich hoch eingestellt!)
local i = select ("Alles 100", "Alles 250", "Alles 500", "Alles 1000", "Abbrechen")
if i == 1 then
command("priv_empire 0 4:exp 100 24")
command("priv_empire 0 2:gold_drop 100 24")
command("priv_empire 0 1:item_drop 100 24")
return
end
if i == 2 then
command("priv_empire 0 4:exp 250 24")
command("priv_empire 0 2:gold_drop 250 24")
command("priv_empire 0 1:item_drop 250 24")
return
end
if i == 3 then
command("priv_empire 0 4:exp 500 24")
command("priv_empire 0 2:gold_drop 500 24")
command("priv_empire 0 1:item_drop 500 24")
return
end
if i == 4 then
command("priv_empire 0 4:exp 1000 24")
command("priv_empire 0 2:gold_drop 1000 24")
command("priv_empire 0 1:item_drop 1000 24")
return
end
if i == 5 then
say("Gut dann eben nicht!")
return
end
end
if main_set == 3 then
local e = select("Tag / Nacht", "Weihnachts Events", "Rates einstellen", "Abbrechen")
if e == 1 then
say_title("GM Helfer:")
say("")
say("Du moechtest also zwischen Tag und")
say("Nacht wechseln ?")
local f = select ("Tag" , "Nacht", "Abbrechen")
if f == 1 then
command ("x 2")
elseif f == 2 then
command ("x 1")
elseif f == 3 then
return
end
elseif e == 2 then
say_title("GM Helfer:")
say("")
say("Du moechtest also die Weihnachts Events Starten?")
local f = select ("Weihnachtsbaum", "Schnee", "Weihnachtsmusik", "Weihnachtsevent starten (Alles)", "Weihnachtsevent stoppen (Alles)", "Abbrechen")
if f == 1 then
local g = select ("Weihnachtsbaum aufstellen" , "Weihnachtsbaum wegraeumen", "Abbrechen")
if g == 1 then
command ("e xmas_tree 1")
notice_all ("Bei Weihnachtlicher Stimmung darf")
notice_all ("ein Weihnachtsbaum nicht fehlen!")
notice_all ("Das Eternal-Loyalty Team hat diesen geschmueckt")
notice_all ("und in der Mitte Berg Sohans aufgestellt!")
notice_all ("Frohes Fest!")
say_title("GM Helfer:")
say("")
say("Es ist geschafft!")
say("Der Weihnachtsbaum steht!")
say("")
elseif g == 2 then
command ("e xmas_tree 0")
notice_all ("Weihnachten neigt sich langsam")
notice_all ("dem Ende! Der Weihnachtsbaum wird")
notice_all ("nun nichtmehr benoetigt")
notice_all ("und wir haben ihn deshalb abgebaut.")
say_title("Seon-Hae:")
say("")
say("Es ist geschafft!")
say("Der Weihnachtsbaum ist weg!")
say("")
elseif g == 3 then
return
end
elseif f == 2 then
local h = select ("Schnee an" , "Schnee aus", "Abbrechen")
if h == 1 then
command("e xmas_snow 1")
elseif h == 2 then
command ("e xmas_snow 0")
elseif h == 3 then
return
end
elseif f == 3 then
local i = select ("Musik abspielen", "Musik stoppen", "Abbrechen")
if i == 1 then
command("e xmas_song 1")
elseif i == 2 then
command("e xmas_song 0")
elseif i == 3 then
return
end
elseif f == 4 then
say("Willst du wirklich alles aktivieren?")
say("Also Nachtmodus, den Weihnachtsbaum,")
say("Schnee und die Weihnachtsmusik?")
say("")
local g_sub = select ("Ja", "Nein")
if g_sub == 1 then
command("e xmas_tree 1")
command("e xmas_song 1")
command("e xmas_boom 1")
command("e xmas_snow 1")
say("Alles aktiviert!")
elseif g_sub == 2 then
return
end
elseif f == 5 then
say("Willst du wirklich alles deaktivieren?")
say("Also Nachtmodus, den Weihnachtsbaum,")
say("Schnee und die Weihnachtsmusik?")
say("")
local g_desub = select ("Ja", "Nein")
if g_desub == 1 then
command("e xmas_tree 0")
command("e xmas_song 0")
command("e xmas_boom 0")
command("e xmas_snow 0")
say("Alles deaktiviert!")
elseif g_desub == 2 then
return
end
elseif f == 6 then
return
end
elseif e == 3 then
say_title("GM Helfer:")
say("")
say("Du moechtest also die Rates einstellen??")
say("")
say_title("Wähle die zu einstellende Rate")
local rateset = select ("EXP","Yang","Max-Yang","Gegenstaende","Abbrechen")
if rateset == 1 then
say_title("Seon-Hae:")
say("")
say("Wie hoch soll die EXP-Rate werden?")
local w =select ("150","250","500","1000","Abbrechen")
if w == 1 then
command("priv_empire 0 4:exp 150 9999")
elseif w == 2 then
command("priv_empire 0 4:exp 250 9999")
elseif w == 3 then
command("priv_empire 0 4:exp 500 9999")
elseif w == 4 then
command("priv_empire 0 4:exp 1000 9999")
elseif w == 5 then
return
end
elseif rateset == 2 then
say_title("GM Helfer:")
say("")
say("Wie hoch soll die Yangdrop-Rate werden?")
local x =select ("100","200","500","1000","Abbrechen")
if x == 1 then
command("priv_empire 0 2:gold_drop 100 9999")
elseif x == 2 then
command("priv_empire 0 2:gold_drop 200 9999")
elseif x == 3 then
command("priv_empire 0 2:gold_drop 500 9999")
elseif x == 4 then
command("priv_empire 0 2:gold_drop 1000 9999")
elseif x == 5 then
return
end
elseif rateset == 3 then
say_title("GM Helfer:")
say("")
say("Wie hoch soll die MaxYang-Drop-Rate werden?")
local y =select ("100","200","500","1000","Abbrechen")
if y == 1 then
command("priv_empire 0 3:gold10_drop 100 9999")
elseif y == 2 then
command("priv_empire 0 3:gold10_drop 200 9999")
elseif y == 3 then
command("priv_empire 0 3:gold10_drop 500 9999")
elseif y == 4 then
command("priv_empire 0 3:gold10_drop 1000 9999")
elseif y == 5 then
return
end
elseif rateset == 4 then
say_title("GM Helfer:")
say("")
say("Wie hoch soll die Gegenstandsdrop-Rate werden?")
local z =select ("100","200","500","1000","Abbrechen")
if z == 1 then
command("priv_empire 0 1:item_drop 100 9999")
elseif z == 2 then
command("priv_empire 0 1:item_drop 200 9999")
elseif z == 3 then
command("priv_empire 0 1:item_drop 500 9999")
elseif z == 4 then
command("priv_empire 0 1:item_drop 1000 9999")
elseif z == 5 then
return
end
elseif rateset == 5 then
return
end
elseif e == 4 then
return
end
end
end
end