#124 Support for item (object) placement in homes

Lezárt
megnyitva ekkor: 4 éve image által · 4 hozzászólás
image hozzászólt 4 éve

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 hivatkozott erre a hibajegyre egy commit-ban ekkor: 4 éve
image hozzászólt 4 éve
Közreműködő
https://cdn.discordapp.com/attachments/603677936582918189/713801410352775298/house_item_placement_example.mp4
image hozzászólt 4 éve
Közreműködő

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 hivatkozott erre a hibajegyre egy commit-ban ekkor: 4 éve
image hozzászólt 4 éve
Közreműködő

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 hivatkozott erre a hibajegyre egy commit-ban ekkor: 4 éve
image hivatkozott erre a hibajegyre egy commit-ban ekkor: 4 éve
image hozzászólt 4 éve
Közreműködő

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 lezárta ekkor: 4 éve
Jelentkezzen be hogy csatlakozhasson a beszélgetéshez.
Töltés...
Mégse
Mentés
Még nincs tartalom.