Skip to content

WIP: REVIEW ONLY : Update Vendor Class to use Creation Profile

Coral Golem requested to merge createlist2 into master
  • Killed table ace_object_inventory
  • All non-duplicate items moved to creation_profile
  • Refactored vendors to use inventory from creation profile which is loaded on vendor create.
  • Created unit test - commented out to move items from ace_object_inventory to creation_profile
  • This requires World-db-v0.3.1_DF_9
  • TODO - this brings to the forefront our landblock loading issue. This needs to be resolved and I am not up to that task unfortunately
  • Not ready to submit world rebase see code readme for link to testing database.

If you log out in Holtburg - stop the server and then restart the server and log in, it takes way to long to load. it is not a database issue I don't believe. I think the problem is in how we clone objects. If you get stuck in purple bubbles, once everyone appears in Holtburg, you can just do @telepoi to Holtburg and that will bring you into the world. You can also just log out and back in. Once the world is loaded, we seem fine.

Merge request reports