samv96UK Posted July 8, 2012 Share Posted July 8, 2012 Hey everyone, Do any of you know, is there a certain Script that will make gold generate in a chest on a schedule? So, for example, 35 gold gets generated into this chest every Saturday? I'm not really sure how else I can explain it but just ask if you're unsure on what I need. Thanks Link to comment Share on other sites More sharing options...
gasti89 Posted July 8, 2012 Share Posted July 8, 2012 I saw one time a script that monitors the game hour (so i think days is also doable), but is out of my knowledge. A noob workaround came to my mind. You could create a NPC and assign it a scheduled package with the hour/day you want. Then put the additem script on the begin fragment. Link to comment Share on other sites More sharing options...
samv96UK Posted July 8, 2012 Author Share Posted July 8, 2012 I saw one time a script that monitors the game hour (so i think days is also doable), but is out of my knowledge. A noob workaround came to my mind. You could create a NPC and assign it a scheduled package with the hour/day you want. Then put the additem script on the begin fragment. I could try using the NPC, I suppose. I'm not sure if I am actually going to use this but I was just thinking up an idea for Rochebere in which the player can renovate buildings and gain income each week. Link to comment Share on other sites More sharing options...
gasti89 Posted July 8, 2012 Share Posted July 8, 2012 Well, since that is a city i suppose there will be NPCs ;) While waiting some scripting proh to give you the script (if someone will ever do) you can simply duplicate a package that already is on one of your NPCs (let's say a sandbox). So the new scheduled and scripted package won't change the NPC's life in any way. Link to comment Share on other sites More sharing options...
DavidD Posted July 8, 2012 Share Posted July 8, 2012 Use the event OnUpdateGameTime to add it to a property (which would be your chest) every X hour Link to comment Share on other sites More sharing options...
steve40 Posted July 9, 2012 Share Posted July 9, 2012 See this thread. :thumbsup: Link to comment Share on other sites More sharing options...
samv96UK Posted July 9, 2012 Author Share Posted July 9, 2012 See this thread. :thumbsup: Thanks! Link to comment Share on other sites More sharing options...
Recommended Posts