Merhabalar bugün sizlere metin2 içgörü küresi questini paylaşıyorum.
Kod:
quest icgoru_kuresi begin
state start begin
when 9006.chat."İçgörü Küresi" begin
if pc.level < 15 then
say_title("Yaşlı Kadın:")
say("")
--- l
say("15. Seviyenin altinda oldugun için")
say("içgörü küresini sana veremem..")
return
end
say_title("Başka bir oyuncuya envanterinizdeki")
say_title("eşyaları göstermenize yarayan küre.")
say_title("İşlem sırasında küre kırılır. Kullanmak")
say_title("için sohbet penceresinde `alt` ")
say_title("tuşuna basın ve göstermek istediğiniz")
say_title("eşyaya tıklayın.")
say("")
--- l
say("İçgörü küresi almak istiyormusun?")
say("Tek seferde 50 adet verebilirim.")
say("Fiyatı: 5 Milyon Yang.")
say("Emin misin?")
say("")
s = select("Evet", "Hayır")
if pc.money < 5000000 then
say_title("Yaşlı Kadın:")
say("")
say("Yeterli Yang'a sahip degilsin, ")
say("Yang olmadan sana İçgörü küresi veremem.")
say("")
return
end
if 1==s then
say("")
say("İçgörü kürelerini sana veriyorum.")
say("Ticaretiniz bol olsun.")
say("")
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc . give_item2 (71113)
pc.change_gold(-5000000)
return
end
if 2==s then
say_title("Yaşlı Kadın:")
say("")
say("Noldu pahalımı geldi?")
say("Kararını değiştirirsen beni tekrar")
say("ziyaret et.")
say("")
return
end
end
end
end