TODO: Difference between revisions

From Citizens Wiki

No edit summary
 
(29 intermediate revisions by 4 users not shown)
Line 1: Line 1:
== fullwall's TODO (please put your name if you modify this) ==
== fullwall's TODO (please add under your name if you modify this) ==
* Templates
* Waypoint attachments
* Make rename update in save file
* Make rename update in save file
* NPC sitting
* In-place conversion db<->yml<->nbt
* In-place conversion db<->yml<->nbt
* waypoints move location somehow
* waypoints move location somehow ('draggable waypoints')
* Giants don't attack back
* Giants don't attack back


''jrbudda''
''jrbudda''
* Setting a navigator target makes the waypointprovider stop working. You still have to pause it, set target, then un-pause it to get it to resume waypointing.
* {{color|red|white|Fix NPCs always looking south on load.}} - something to do with chunks unloading. When the chunk loads, the NPC's yaw gets messed up? Although the chunk never seems to unload...
* NMS 'attack' code no longer casting to (EntityMonster), making Sentry weapons decay.
* /npc copy creates yaml references on sentry lists, makes them 'linked' in memory. i.e. Copy sentry A to make B, change sentry A's targets and B's changes as well.
**I made Sentry weapons heal themselves periodically so this is not a huge issue now.
* NPCs still wont pathfind if you teleport them across worlds. Respawning them across worlds works (Bukkit issue, still waiting on a fix/response)
* Fix pathfinding getting perma-broke when entity target changes worlds.
***Note: If you despawn the npc and respawn him at the location instead of using teleport it works normally. Something about the entity doesn't like pathfinding in a world other than the one in which he was spawned.
* Fix NPCs looking 90 degrees in the wrong direction with multiworld
* Fix NPC yaw not applying on load
* Fix getLocalParams.speed(float) not working
* Fix pathfinding going around in little circles. (I think it's to do with navigator.a(avoidWater))
* Fix /reload duplicating NPCs
* Fix /reload duplicating NPCs
* Giants don't move.
* Giants don't move.
* Add call to API to get the selected NPC for a CommandSender. (have to build against citizens.jar and get the NPCSelector now)
* Add call to API to get the selected NPC for a CommandSender. (have to build against citizens.jar and get the NPCSelector now)
* Fix stuck-teleporting instantly when using waypoints?
* Fix stuck-teleporting instantly when using waypoints?
* Integrate auf's Wander code into core as the WanderingWaypointProvider and make an Editor for it :)
* Make an Editor for wander
* Work out kinks in SQL storage.
* Work out kinks in SQL storage. Read: redo SQL storage because it's incredibly hacky
* Documentation.
* Documentation.
''davidcernat''
* Please make NPCs position themselves relative to other NPCs so that they don't overlap their location or walk through them.
* When you attack an NPC with a bow and move quickly to the side, have the NPC path to where you are now instead of where you used to be when you shot it.


== User suggestions ==
== User suggestions ==
* 'But I'd love for a NPC to be able to have a waypoint where they "sit" for 4 minutes' - R
* Can you modify the /npc list command so it only show your owned npcs unless you have the citizans.admin permissions? -from JIRA.

Latest revision as of 04:46, 4 November 2012

fullwall's TODO (please add under your name if you modify this)

  • Make rename update in save file
  • In-place conversion db<->yml<->nbt
  • waypoints move location somehow ('draggable waypoints')
  • Giants don't attack back

jrbudda

  • Fix NPCs always looking south on load. - something to do with chunks unloading. When the chunk loads, the NPC's yaw gets messed up? Although the chunk never seems to unload...
  • /npc copy creates yaml references on sentry lists, makes them 'linked' in memory. i.e. Copy sentry A to make B, change sentry A's targets and B's changes as well.
  • NPCs still wont pathfind if you teleport them across worlds. Respawning them across worlds works (Bukkit issue, still waiting on a fix/response)
  • Fix /reload duplicating NPCs
  • Giants don't move.
  • Add call to API to get the selected NPC for a CommandSender. (have to build against citizens.jar and get the NPCSelector now)
  • Fix stuck-teleporting instantly when using waypoints?
  • Make an Editor for wander
  • Work out kinks in SQL storage. Read: redo SQL storage because it's incredibly hacky
  • Documentation.

davidcernat

  • Please make NPCs position themselves relative to other NPCs so that they don't overlap their location or walk through them.
  • When you attack an NPC with a bow and move quickly to the side, have the NPC path to where you are now instead of where you used to be when you shot it.

User suggestions