Jump to content

problem with that quest


Recommended Posts

Hello there

I make that quest before time

and I didnt test it but today i test it

there is no problem with it but the problem in the game there is no misson in the game (I reload the game  twice but :_(     )

this is the quest (misson quest) I make it but in misson quest Im dont know alot of thing about it... so bad coding I know

I search find some body put  set_state ...

this is the quest(part of it)

the fix its you need to delete all quest index in db but

got new problem

when i click in the mission there is no scroll open 

just the pic of it and the word what i put what the fix? 

	    quest leveloo begin
    state start begin
        when login begin
            send_letter("please help") 
            pc.setqf("level_man",1)
        end
        when button or info with pc.getqf("level_man") == 1 begin 
            say("hello man")
            pc.setqf("level_man",2)
            end
        end
    end
    

Link to comment
Share on other sites

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

On 8/19/2017 at 1:34 PM, Dobrescu Sebastian said:

You have to add in a precedent quest 


pc.setqf("farmer",2)

 

Or 

 


when login with pc.getqf("farmer") == 2 and pc.getqf("level_man") == 0 begin

to


when login with pc.getqf("level_man") == 0 begin

 

I missed that I actually do it but the same thing

the fix its you need to delete all quest index in db but

got new problem

when i click in the mission there is no scroll open 

just the pic of it and the word what i put what the fix? 

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • 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.