#124 Support for item (object) placement in homes

Closed
opened 3 years ago by image · 4 comments
image commented 3 years ago

Ability to place items in homes, save into the database, move around the house and pickup needs to be made available.

Secondly basic access restrictions so that only owner can edit the house objects.

Ability to place items in homes, save into the database, move around the house and pickup needs to be made available. Secondly basic access restrictions so that only owner can edit the house objects.
image commented 3 years ago
Collaborator
https://cdn.discordapp.com/attachments/603677936582918189/713801410352775298/house_item_placement_example.mp4
image commented 3 years ago
Collaborator

Outstanding items:

  • Outside door widget needs house windows working correctly, first panel my houses not listed. Payment due not obvious. Visit tab not useable when opening access/your house.
  • Accessing the house via the 'visit panel' when you are owner and also using /house command inside a house (equivalent to 'access' on the door widget inside).
  • need to add an additional column to spawn_instance_data for unique_item_id
  • Inside door widget needs listing of all items in the house (Depends on 2nd item)
  • Initial buying of house needs to remove coin like upkeep payments do
  • Access needs to be restricted to city zones (you can access the house anywhere right now)
Outstanding items: - <s>Outside door widget needs house windows working correctly, first panel my houses not listed. Payment due not obvious. Visit tab not useable when opening access/your house.</s> - <s>Accessing the house via the 'visit panel' when you are owner and also using /house command inside a house (equivalent to 'access' on the door widget inside).</s> - <s>need to add an additional column to spawn_instance_data for unique_item_id</s> - <s>Inside door widget needs listing of all items in the house (Depends on 2nd item)</s> - <s>Initial buying of house needs to remove coin like upkeep payments do</s> - Access needs to be restricted to city zones (you can access the house anywhere right now)
image referenced this issue from a commit 3 years ago
image commented 3 years ago
Collaborator

collection of sql updates for notes

  update commands set handler=514 where command='house_ui';
  update commands set handler=515 where command='house';
  update commands set handler=516 where command='move_item';
  update commands set handler=517 where command='pickup';
  alter table spawn_instance_data add column pickup_unique_item_id int(10) unsigned not null default 0;
collection of sql updates for notes ``` update commands set handler=514 where command='house_ui'; update commands set handler=515 where command='house'; update commands set handler=516 where command='move_item'; update commands set handler=517 where command='pickup'; alter table spawn_instance_data add column pickup_unique_item_id int(10) unsigned not null default 0; ```
image referenced this issue from a commit 3 years ago
image commented 3 years ago
Collaborator

There is no DB setup for city zones right now so I am not going to program in something that needs additional DB work, will open a separate item for now.

There is no DB setup for city zones right now so I am not going to program in something that needs additional DB work, will open a separate item for now.
Sign in to join this conversation.
Loading...
Cancel
Save
There is no content yet.