ALEXANDER2020 Posted September 21, 2018 Report Share Posted September 21, 2018 Sizlere Quest Arka Planı'na Resim Eklemeyi Göstereceğim. Daha Önce Paylaşılmadı Diye Düşünüyorum. İlk önce: questlib.lua dosyasını açıyoruz ve en alta ekliyoruz: Kod: function setbgimage(src) raw_script("[BGIMAGE src;") raw_script(src) raw_script("]") end function addimage(x,y,src) raw_script("[IMAGE x;"..x.."|y;"..y) raw_script("|src;") raw_script(src) raw_script("]") end quest_functions açıyoruz ve en altına ekliyoruz: Kod: addimage setbgimage sonra etc eix epk açıyoruz ymir work/ui/game/questboard kısmına aşşağı yukarı 300x300 bir resim atıyoruz arka plan yapacağımız resmi yani sonra ise hangi questin arkasına resim vermek istiyorsak şöyle yapıyoruz: Kod: quest lalecinewquest begin state start begin when 20092.chat."Game Of Destroyer" begin setbgimage('buraya etcye attığımız resmin ismini yazıyoruz resim.tga') yalnız dikkat edelim setbgimage her zaman saylardan önce gelir Laleci16 Game Of Destroyer. Kanıtta Bırakıyorum: Lordneji 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.