by
Cernobylsky
» 07 Apr 2018, 13:46
Hello,
I am trying to do something similar, however I would like to get building the Warehouse functionality, so far what I did was:
1. Added object, recipe and recipe requirements to dump.sql (server side)
2. Object line is:
(1900,69,'Crafter Guild',1,0,1,0,0,0,50000000,10,0,400,'art\\images\\warehouse',0,0,0,0,0,0,'art\\2D\\Objects\\trading_post.png','',100,86400)
Meaning it is Inventory, Door and parent is 69 which is same as warehouse
3. Added information to cm_objects on server side
4. Added information to cm_objects and object_types as well as recipes and recipe requirements on client side.
Now the issue is I can build the structure, it is visible for me (yet invisible but not non-existent for others), however when I try to open is (as a warehouse) it does nothing.
Important note is on the server side line in table containers is created, suggesting game knows it is a container, however I cannot open it.