• Unfortunately, we have experienced significant hard drive damage that requires urgent maintenance and rebuilding. The forum will be a state of read only until we install our new drives and rebuild all the configurations needed. Please follow our Facebook page for updates, we will be back up shortly! (The forum could go offline at any given time due to the nature of the failed drives whilst awaiting the upgrades.) When you see an Incapsula error, you know we are in the process of migration.

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