#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.
Впишете се за да се присъедините към разговора.
Зареждане...
Отказ
Запис
Все още няма съдържание.