A bit of a recap, Zoric was lost in a hard drive crash early in the year. The world is entirely script based offering new building and economy depth never before seen in the game. The world was in beta testing when the crash happened and the only copy I could find was one of the very early proof-of-concept scripts on an old hard drive I had been using over a year earlier. Loosing over a year of work really killed my motivation and I barely touched zoric since then. Had been thinking about resuming it over the past month and finally when chatting with Notrevo on Eden I decided to open up that old script. My motivation has returned and I am *finally* starting work on it again. I remember a lot of the old scripts so its mostly just a matter of redoing them from the concept script I had made long ago.
I will update this as I complete various parts, but I make no promises as to release date:
Overall World Status: In Development - Finally XMas has passed and things can get back to normal. Going to do a bit of a rush to get the world done quickly and then will do script improvements/cleaning later.
World Map: Partially Done. Found the original heightmap, just needs the roads etc.
Item Planning: Complete item listing with recipes made.
Buildings: Building design and item usage has been completed.
Skills: Done. All planned out.
Script Stuff (probably 99% of the world - behind the scenes stuff, just a listing of the various script areas that need to be completed)
Building Access Script: Done
-the root script that decides what to show you when you first access a building
Building Billing area: Done
-the script that allows building investment, employees, managers, and building selling
Building Inventory Script: Nearly Done. Will need adjustments based on certain building specifics.
-script that allows adding and removing items from buildings, along with setting buy and sale prices for items
number pad script: Nearly Done - Awaiting completion of other bits
-script that enables typing in quantities instead of needing to wait for a scrolling number
-Full completion of this requires completing every script that may require a user to select a value.
Building Maintenance: Done - except for building repairing, which will be put in later after the world starts. Buildings breaking down wont be activated until after repairing is scripted.
-big script that shows the information on all your building production lines along with allowing building upgrading and repairing.
Building Initiation Script: Done - Simple but large script that gets accessed by buildings upon construction to define various building specific settings that are used by all the other scripts. Probably the most important script for the world. Somewhat means that anything set in buildings as of now will remain because any change to buildings needs to be reflected in this script.
School script: Done
-script needed to learn skills
Building Production Areas: mostly done
-script that allows setting up production in your buildings. Choose what to make and how many for the building to make
-this script will require a few different versions based on building type. The default script is done, which 90% of the buildings use. The Power Plant / refinery script is almost done. Haven't started the Brewery or Crop Farm versions yet.
Construction Script: done
-script needed to actually build buildings
Building Production Calculation Script: Partially Done
-Script that runs production cycles and actually produces things in each building that is able to produce things
-One of the largest and most complex scripts that the world uses because it must be tuned for producing each item that can be made in each building.
-shortly before the hard drive crash I had posted one of the production scripts on the forum, so a lot of the work is already done and can be used as a template for all the different buildings after making adjustments for item and var changes.
Customer Access Scripts: not started
-script that customers use to buy from and sell to your buildings
-script that customers use to take/quit jobs and buy buildings
House script: not started
-houses will (hopefully) only be able to store food/drink items
-you will need to use your house to create food and drinks from ingredients you buy at the store or produce in buildings
Tree Script: not started
-Wood is obtained from trees. Trees grow on the world. You will have to plant seeds, let the trees grow, then cut them down to get wood. How much wood depends on the age of the tree and the type of tree.
-Fruit trees can be grown and picked from or cut down for wood
-Seeds will occasionally fall from trees and can be picked up and planted. Sometimes a seed will sprout a new tree for you by itself.

EVERYTHING BELOW THIS LINE IS CONSIDERED LOW PRIORITY
Storage Building script: not started
-upgradable buildings for storing large quantities of items
-different items need different types of storage
-hopefully (and if you want them to) buildings will be able to send produced items to your warehouse and pull demanded items from your warehouse
-kind of low priority
Mass Transit: not started
-script that offered transport between towns for a cost
-pretty much a novelty item, so very low priority, but might be made sooner due to being a very simple and easy script
Jehovah building scavenging: not started
-script that allows players to raid dead player's buildings for stuff
-original one used the existing scripts listed above in a messy way. want to make a nicer interface for this
-very low priority
Fishing Script: not started
-buy a lobster trap or fishing rod and lures then go fishing to catch lobster or various fish for cooking into delicious meals in your home.
-kind of a resurrection of a script I had started many years ago for semi-realistic fishing incorporating lure type, lure movement, and lure depth to decide what kind of fish would be caught.
-very low priority as farms also provide food
weather script: not started
-hoping to give zoric a dynamic weather system that will effect farms, trees, and wind/solar power plants
-low priority because the world can easily work without it
Library Script: not started
-a detailed reference to the world
-lowest priority as getting the world running properly is far more important