SphereServer BugTracker - SphereServer
View Issue Details
0002068SphereServerexecutable - linux buildpublic05-04-12 18:4614-10-14 00:58
Mirravin 
Coruja 
normalminoralways
closedno change required 
 
 
Automated (specify build number)
None
None
1419
0002068: NPC_AI_MOVEOBSTACLES works then NPC can't move
// NPC_AI_MOVEOBSTACLES 0x0200 if moveable items block my way, try to move them
This option is active, ignoring the fact, that NPC can't move at all.
Create NPC with CAN=mt_nonmover. Near the NPC place the way-blocking object without attr_move_never. Wait.
No tags attached.
Issue History
05-04-12 18:46MirravinNew Issue
14-10-14 00:58CorujaNote Added: 0002476
14-10-14 00:58CorujaStatusnew => closed
14-10-14 00:58CorujaAssigned To => Coruja
14-10-14 00:58CorujaResolutionopen => no change required

Notes
(0002476)
Coruja   
14-10-14 00:58   
I think it's not really a problem, because CAN=mt_nonmover means that the npc can't walk, but even without walk it still able to use the hands (mt_usehands) to move objects

to make the npc stop moving objects you must disable mt_usehands on this npc