Jump to content

alondark

Member
  • Posts

    259
  • Joined

  • Last visited

  • Feedback

    0%

Everything posted by alondark

  1. wtf is this FSLAKD LASDFJSDFJKAHSDFLJKAHASDJKLFHASLŞFJAHASDKLJFHADSLŞFJASDKF lmao
  2. in kraizy.tgz too but not buildable
  3. somebody can share world editor source? i cant build it. +1000 linker errors
  4. somebody can share world editor source ? i cant build it. +1000 linker errors
  5. shadow resolution makes from world editor source. do you have how compile world editor source ? I have but cant compile it.
  6. yes shadow .dds file is to big. your world editor exe has 1024x1024. I want 8192x8192 for more beautiful shadows. If you make this for me I will be happy brother
  7. Bro can you share world editor.exe with 8192 resolution shadow ? 1024x1024 is not really pls share
  8. Hey plechi you are good at this job. Why dont you improve main character's wait animation ? I think if you make new wait animation, it will be beautiful my brother. I think do it.
  9. i have same problem since last friday. is not there ? anybody who is knows ?
  10. I checked special character. There is not problem
  11. i think only teleport ring quest. quest teleport_ring_bekir begin state start begin when 40004.use begin say_title("Işınlanma Yüzüğü ") say("Nereye gitmek istiyorsun?") local s = select("Köyler","Orman Bölgeleri","Örümcek Zindanı ","Sürgün Mağarası ","Diğer Bölgeler","Kapat ") if s == 1 then say_title("Işınlanma Yüzüğü ") local ss = select("Kırmızı Bayrak (1.Köy)","Kırmızı Bayrak (2.Köy)","Sarı Bayrak (1.Köy)","Sarı Bayrak (2.Köy)","Mavi Bayrak (1.Köy)","Mavi Bayrak (2.Köy)","Vazgeç ") if ss == 1 then pc.warp(474300,954800) elseif ss == 2 then pc.warp(360800,877600) elseif ss == 3 then pc.warp(63800,166400) elseif ss == 4 then pc.warp(138500,234900) elseif ss == 5 then pc.warp(959800,268400) elseif ss == 6 then pc.warp(873100,242600) end elseif s == 2 then say_title("Işınlanma Yüzüğü ") local sss = select("Hayalet Orman","Kızıl Orman Başlangıcı ","Kızıl Orman Sonu","Vazgeç ") if sss == 1 then pc.warp(288700,5700) elseif sss == 2 then pc.warp(1119900,70800) elseif sss == 3 then pc.warp(1118100,8600) end elseif s == 3 then say_title("Işınlanma Yüzüğü ") local zindan = select("Örümcek Zindanı 1. Kat Başı ","Örümcek Zindanı 2. Kat Sonu","Vazgeç ") if zindan == 1 then pc.warp(59800,497300) elseif zindan == 2 then pc.warp(704100,521900) end elseif s == 4 then say_title("Işınlanma Yüzüğü ") say("Sürgün Mağarası girişine ışınlanıyorsun...") wait() pc.warp(284400,810700) elseif s == 5 then say_title("Işınlanma Yüzüğü ") local sssssss = select("Seungryong Vadisi","Sohan Dağı ","Yongbi Çölü ","Doyyumhwan","Devler Diyarı ","Şeytan Kulesi","Şeytan Mezarlığı ","Vazgeç ") if sssssss == 1 then pc.warp(336000,755600) elseif sssssss == 2 then pc.warp(436400,215600) elseif sssssss == 3 then pc.warp(296800,547400) elseif sssssss == 4 then pc.warp(600800,687400) elseif sssssss == 5 then pc.warp(829900,763300) elseif sssssss == 6 then pc.warp(590500,110500) elseif sssssss == 7 then pc.warp(591100,99300) elseif s == 6 then end end end end end
×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.