Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

quest image problem

Initiate Mage
Joined
Aug 3, 2014
Messages
1
Reaction score
0
Hello, i have a problem with my quest.


I try add bg image at npc (9005), but word is out image... why?


This is part of quest:
Code:
quest warehouse begin
    state start begin
        when 9005.click begin            
            if pc.getqf("pw")==0 then
            say_size(200,400)

            setbgimage("depozit1.tga")
                say_title(" Administratorul depozitului:")
                say_red("Bine ai venit. Eu îþi pot oferi depozitulabcdefghijklmnopq")
                say("tãu personal în schimul a 500 Yang.")
                say_reward("Vrei sã cumperi ?")
                local s=select("Cumpãrã.", "Ma-m rãzgândit.")
                if s==2 then
                    return
                end


Screen:
REMOVED
 
Back
Top