PHP:
quest gmyuzuk begin
state start begin
when 40003.use begin
say_title("Özel yuzuk")
say("")
say("Merhaba yuzugu gereksiz yere kullanma.")
say("Hadi kullan yuzugunu.")
say("")
say_title("Hareket seçin!")
local s = select("Reload A yap","Gm duyurusu","Server Gm'leri","Sonraki")
if s == 1 then
game.set_event_flag("test", 1 )
command("reload a")
game.set_event_flag("test", 0 )
elseif s == 2 then
game.set_event_flag("test", 1 )
notice_all("Soru ve sorunlariniz için oyun ekibiyle iletisime geçiniz.")
notice_all("Oyunda hile,kufur ve hakaret görulurse banlanilir.")
game.set_event_flag("test", 0 )
elseif s == 3 then
game.set_event_flag("test", 1 )
notice_all("Ekip uyeleri: [TL]")
notice_all("Ekip uyeleri: [GM]")
notice_all("Ekip uyeleri: [SGM]")
game.set_event_flag("test", 0 )
elseif s == 4 then
say_title("Hareket Seçin!")
local m = select ("Reboot Atma Duyuru","Boss Eventi","Kapat")
if m == 1 then
notice_all("Serverimize reboot atiliyor.Lutfen oyundan çikin!")
notice_all("Kaybolan itemlerinizden sorumlu degiliz!")
notice_all("Reboot atiliyor.Oyunda kalan olmasin!")
notice_all("Kaybolan itemlerinizden sorunlu degiliz!")
elseif m == 2 then
say_title("Boss seçiniz")
local x = select("Ork Reisi","Karanlik Lider","Kraliçe Örumcek","Çöl Kaplumbagasi","Alev Kral","9 Kuyruk","Elit 9 Kuyruk","Sari Kaplan H.","Azrail","Buz Cadisi","Buz Ejderhasi","Kirmizi Ejderha","Lastik","90 Metni","Kapat")
if x == 1 then
command("m 691")
elseif x == 2 then
command("m 791")
elseif x == 3 then
command("m 2091")
elseif x == 4 then
command("m 2191")
elseif x == 5 then
command("m 2206")
elseif x == 6 then
command("m 1901")
elseif x == 7 then
command("m 1092")
elseif x == 8 then
command("m 1304")
wait()
elseif x == 9 then
command("m 1093")
elseif x == 10 then
command("m 1192")
elseif x == 11 then
command("m 2493")
elseif x == 12 then
command("m 2491")
elseif x == 13 then
command("m 11506")
elseif x == 14 then
command("m 8027")
else
return
end
end
end
end
end
end