Advertisement
Guest User

Untitled

a guest
Nov 20th, 2017
117
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.49 KB | None | 0 0
  1. quest gmservis begin
  2. state start begin
  3. when 40002.use begin
  4. if pc.is_gm() == false then
  5. say_title("Yönetim paneli blocked.")
  6. say("Yönetim panelin'e giriş izniniz bulunmuyor...")
  7. return
  8. end
  9. say_title("Yönetim Paneli ")
  10. local sec123 = select("Eventler","Dropları Aç ","Duyuruları Başlat ","Vazgeç ")
  11. if sec123 == 1 then
  12. local event = select("Ramazan Etkinliği","Ay Işığı Etkinliği ","Kostüm Etkinliği","(ETP) Etkinliği","Binek ve Parşomen Etkinliği","Futbol Topu Etkinliği","Bulmaca Kutusu Etkinliği","Kapat ")
  13. if event == 1 then
  14. local event2 = select("Ramazan Etkinliği başlat","Bereket Meyvesi ödülleri","Ramazan etkinliği bitir","Tabak drobu aç ","Hiçbir şey")
  15. if event2 == 1 then
  16. notice_all("Ramazan etkinlikleri başladı!")
  17. notice_all("Tarihçi'yi ziyaret et, Niyetli Vatandaş'a bir iyilik yap ya da")
  18. notice_all("yaratıkları öldürüp simitleri al!")
  19. game.set_event_flag("ramazan",1)
  20. elseif event2 == 2 then
  21. notice_all("Bereket meyvelerini Tarihçi'ye götür!")
  22. notice_all("Ödülünü al!")
  23. game.set_event_flag("ramazan",2)
  24. elseif event2 == 3 then
  25. notice_all("Ramazan etkinlikleri sona erdi.")
  26. game.set_event_flag("ramazan",0)
  27. elseif event2 == 4 then
  28. game.set_event_flag("tabak",1)
  29. notice_all("Bağış Tabağı düşürmek için Metin Taşlarını ve patronları yok et!")
  30. return
  31. else
  32. return
  33. end
  34. elseif event == 2 then
  35. local panpa05 = select("Ay Işığı etkinliği başlat","Ay Işığı etkinliği bitir","Vazgeç ")
  36. if panpa05 == 1 then
  37. notice_all("Ay Işığı Sandığı etkinliği başladı!")
  38. notice_all("Ay Işığı Sandığı'nı tüm slotlardan ele geçirebilirsin!")
  39. game.set_event_flag("ayisigi",1)
  40. elseif panpa05 == 2 then
  41. game.set_event_flag("ayisigi",0)
  42. notice_all("Ay Işığı Sandığı etkinliği sona erdi.")
  43. elseif panpa05 == 3 then
  44. return
  45. end
  46. elseif event == 3 then
  47. local event5 = select("Kostüm drop aç ","Kostüm drop kapat","Hiçbir şey")
  48. if event5 == 1 then
  49. notice_all("Metin Taşlarını yok et ve Olimpiyat Kostümü kazan!")
  50. game.set_event_flag("dressup",1)
  51. elseif event5 == 2 then
  52. notice_all("Kostüm eventi bitmiştir.")
  53. game.set_event_flag("dressup",0)
  54. elseif event5 == 3 then
  55. return
  56. end
  57. elseif event == 4 then
  58. local panpa = select("ETP etkinliği başlat","ETP etkinliği bitir","Vazgeç ")
  59. if panpa == 1 then
  60. notice_all("ETP etkinliği başladı!")
  61. notice_all("ETP'yi +30 level ve leveline uygun tüm slotlardan ele geçirebilirsin!")
  62. game.set_event_flag("etp_dusur",1)
  63. elseif panpa == 2 then
  64. game.set_event_flag("etp_dusur",0)
  65. notice_all("ETP etkinliği sona erdi.")
  66. elseif panpa == 3 then
  67. return
  68. end
  69. elseif event == 5 then
  70. local panpa09 = select("Binek ve Parşomen başlat","Binek ve Parşomen bitir","Vazgeç ")
  71. if panpa09 == 1 then
  72. notice_all("Binek ve Parşomen etkinliği başladı!")
  73. notice_all("Binek ve Parşomen leri tüm slotlardan ele geçirebilirsin!")
  74. game.set_event_flag("binekveparsomen",1)
  75. elseif panpa09 == 2 then
  76. game.set_event_flag("binekveparsomen",0)
  77. notice_all("Binek ve Parşomen etkinliği sona erdi.")
  78. elseif panpa09 == 3 then
  79. return
  80. end
  81. elseif event == 6 then
  82. local panpa5 = select("Futbol Topu etkinliği başlat","Futbol Topu etkinliği bitir","Hiçbir şey")
  83. if panpa5 == 1 then
  84. game.set_event_flag("futboltopu",1)
  85. notice_all("Futbol Topu etkinliği başladı!")
  86. notice_all("Futbol Topu'nu tüm slotlardan ele geçirebilirsin!")
  87. elseif panpa5 == 2 then
  88. game.set_event_flag("futboltopu",0)
  89. notice_all("Futbol Topu etkinliği sona erdi.")
  90. elseif panpa5 == 3 then
  91. return
  92. end
  93. elseif event == 7 then
  94. local panpa99 = select("Bulmaca Kutusu etkinliği başlat","Bulmaca Kutusu etkinliği bitir","Hiçbir şey")
  95. if panpa99 == 1 then
  96. game.set_event_flag("kids_day_quiz",1)
  97. notice_all("Bulmaca Kutusu etkinliği başladı!")
  98. notice_all("Bulmaca Kutusunu tüm slotlardan ele geçirebilirsin!")
  99. elseif panpa99 == 2 then
  100. game.set_event_flag("kids_day_quiz",0)
  101. notice_all("Bulmaca Kutusu etkinliği sona erdi.")
  102. elseif panpa99 == 3 then
  103. return
  104. end
  105. elseif event == 8 then
  106. return
  107. elseif s == 8 then
  108. return
  109. end
  110. end
  111. if sec123 == 2 then
  112. say_title("Yönetim Paneli ")
  113. say("Dropları otomatik olarak ; ")
  114. say("başlatmak istediğine eminmisin? ")
  115. say_yellow("Yang Drop ; %100")
  116. say_yellow("Exp Drop ; %100")
  117. local dr1 = select("Evet", "Hayır")
  118. if dr1 == 1 then
  119. __give_empire_priv(0, 2, 100, 60*60*24*15)
  120. __give_empire_priv(0, 4, 100, 60*60*24*15)
  121. end
  122. if dr1 == 2 then
  123. return
  124. end
  125. end
  126. if sec123 == 3 then
  127. say_title("Yönetim Paneli ")
  128. say("Duyuruları otomatik başlatmak istediğine eminmisin ")
  129. local d1 = select("Evet", "Hayır")
  130. if d1 == 1 then
  131. clear_server_timer("auto_notice")
  132. server_loop_timer("auto_notice",1)
  133. chat("Duyurular zamanı gelince başlayacak.")
  134. end
  135. if d1 == 2 then
  136. return
  137. end
  138. end
  139. if sec123 == 4 then
  140. return
  141. end
  142. end
  143. when auto_notice.server_timer begin
  144. local time = os.date("%X")
  145. local day = os.date("%w")
  146. if time == "00:00:00" or time == "04:00:00" or time == "08:00:00" or time == "12:00:00" or time == "16:00:00" or time == "19:59:00" then
  147. notice_all("Hesap güvenliğiniz bizler için çok önemli ve bunun için!")
  148. notice_all("İtemlerinizi ruha bağlayıp, şifrelerinizi değiştirin.")
  149. notice_all("www.Nevi2.com harici bilmediğiniz hiç bir siteye girmeyiniz!")
  150. notice_all("Videon var Ep kampanyası var gibi sözlere aldanmayınız!")
  151. end
  152. if time == "01:00:00" or time == "05:00:00" or time == "09:00:00" or time == "13:00:00" or time == "16:59:00" or time == "20:59:20" then
  153. notice_all("Hesap güvenliğiniz bizler için çok önemli ve bunun için!")
  154. notice_all("İtemlerinizi ruha bağlayıp, şifrelerinizi değiştirin.")
  155. notice_all("www.Nevi2.com harici bilmediğiniz hiç bir siteye girmeyiniz!")
  156. notice_all("Videon var Ep kampanyası var gibi sözlere aldanmayınız!")
  157. end
  158. if time == "02:00:00" or time == "06:00:00" or time == "10:00:00" or time == "14:00:00" or time == "17:59:00" or time == "21:59:00" then
  159. notice_all("Nevi2 resmi facebook sayfamız sizlerle!")
  160. notice_all("https://www.facebook.com/Nevi2com Sayfamızı Takip Ediniz.")
  161. notice_all("Sayfamızın hayranı ol, paylaşımları kaçırma! ")
  162. end
  163. if time == "03:00:00" or time == "07:00:00" or time == "11:00:00" or time == "14:59:00" or time == "19:00:20" or time == "22:59:00" then
  164. notice_all("Hesap güvenliğiniz bizler için çok önemli ve bunun için!")
  165. notice_all("İtemlerinizi ruha bağlayıp, şifrelerinizi değiştirin.")
  166. notice_all("www.Nevi2.com harici bilmediğiniz hiç bir siteye girmeyiniz!")
  167. notice_all("Videon var Ep kampanyası var gibi sözlere aldanmayınız!")
  168. end
  169. end
  170. when login with pc.is_gm() begin
  171. chat("Bulunduğun map index: "..pc.get_map_index().."")
  172. chat("CH1 Ejderha Odası Şifresi: "..game.get_event_flag("ejder_sifresi1").."")
  173. chat("CH2 Ejderha Odası Şifresi: "..game.get_event_flag("ejder_sifresi2").."")
  174. end
  175. end
  176. end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement