I was wondering how I would go about in making an instanced area. Such as player housing, 1 vs 1 arenas, team fights, etc...
I'm currently using the Redux 5065 source as a learning course.
I tried to use the following, but for some reason it's not saving into the Database(Yes, I already added the table):
I'm able to create the house and upgrade it, but if I log off, it will not save, even if I force save it. Also, if I put it on the database, it still shows up as no house exists.
Another issue is that other players can go inside the map(house) that you are in if they also make/upgrade their house. This is what I currently made from an example I was given:
I'm currently using the Redux 5065 source as a learning course.
I tried to use the following, but for some reason it's not saving into the Database(Yes, I already added the table):
I'm able to create the house and upgrade it, but if I log off, it will not save, even if I force save it. Also, if I put it on the database, it still shows up as no house exists.
Another issue is that other players can go inside the map(house) that you are in if they also make/upgrade their house. This is what I currently made from an example I was given: