#124 Support for item (object) placement in homes

닫힘
image4 년 전을 오픈 · 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 년 전
협업자
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 년 전
협업자

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 년 전가 Close
로그인하여 이 대화에 참여
로딩중...
취소
저장
아직 콘텐츠가 없습니다.