#124 Support for item (object) placement in homes

Закриті
4 роки тому відкрито image · 4 коментарів
image відкоментовано 4 роки тому

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 згадано цю проблему в коміті 4 роки тому
image відкоментовано 4 роки тому
Співавтор
https://cdn.discordapp.com/attachments/603677936582918189/713801410352775298/house_item_placement_example.mp4
image відкоментовано 4 роки тому
Співавтор

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 згадано цю проблему в коміті 4 роки тому
image відкоментовано 4 роки тому
Співавтор

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 згадано цю проблему в коміті 4 роки тому
image згадано цю проблему в коміті 4 роки тому
image відкоментовано 4 роки тому
Співавтор

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.
image закрито 4 роки тому
Підпишіться щоб приєднатися до обговорення.
Етап відсутній
Немає відповідального
1 учасників
Завантажується...
Скасувати
Зберегти
Тут ще немає жодного вмісту.