Jump to content

[ReQuest] gift box quest ..


Recommended Posts

  • Replies 3
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

(one each 30minutes) 

 

To be used by player or auto-open it at 30min.?

 

You know that quest have

 

pc.setqf("giftsystemuse", get_time()+60*30) -- 30 mins

cmdchat("giftsyshide") -- this hide the box

 

I meant a normal box that can be putted

in the inventory and player can use it every 30 minutes

Link to comment
Share on other sites

 

(one each 30minutes) 

 

To be used by player or auto-open it at 30min.?

 

You know that quest have

 

pc.setqf("giftsystemuse", get_time()+60*30) -- 30 mins

cmdchat("giftsyshide") -- this hide the box

 

I meant a normal box that can be putted

in the inventory and player can use it every 30 minutes

 

 

Oh...That's from quest side. Use pc.setqf("GiveItAName", get_time()+60*30) -- 30 mins and then

if pc.getqf("GiveItAName") < get_time() then

        action...

end

 

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.