hkzorman / advanced_npc

Advanced NPC for Minetest, using mobs_redo API
Other
18 stars 5 forks source link

NPCs do not schedule after first spawn #45

Closed BrunoMine closed 6 years ago

BrunoMine commented 6 years ago

After an NPC is spawned for the first time, it remains stopped, and after restarting the world it starts functioning normally.

terminal

2018-04-27 12:49:57: ACTION[Server]: Object clearing done.
2018-04-27 12:49:57: [Server]: [advanced_npc] INFO: Initializing NPC at (8574,9.5,9274)
2018-04-27 12:49:57: [Server]: [advanced_npc] INFO: Successfully initialized NPC with name "Luis", sex: male, is child: nil, texture: {
    "sunos_npc.png"
}
2018-04-27 12:49:57: [Server]: [advanced_npc] INFO: Initializing NPC at (8592,9.5,9269)
2018-04-27 12:49:57: [Server]: [advanced_npc] INFO: Successfully initialized NPC with name "Alexis", sex: male, is child: nil, texture: {
    "sunos_npc.png"
}
2018-04-27 12:49:58: [Server]: Executing scheduler for NPC "Luis"
2018-04-27 12:49:58: [Server]: [advanced_npc] INFO: Current process queue size: 0
2018-04-27 12:49:58: [Server]: Executing scheduler for NPC "Alexis"
2018-04-27 12:49:58: [Server]: [advanced_npc] INFO: Current process queue size: 0
2018-04-27 12:49:59: [Server]: Executing scheduler for NPC "Luis"
2018-04-27 12:49:59: [Server]: [advanced_npc] INFO: Current process queue size: 0
2018-04-27 12:49:59: [Server]: Executing scheduler for NPC "Alexis"
2018-04-27 12:49:59: [Server]: [advanced_npc] INFO: Current process queue size: 0
2018-04-27 12:50:00: [Server]: Executing scheduler for NPC "Luis"
2018-04-27 12:50:00: [Server]: [advanced_npc] INFO: Current process queue size: 0
2018-04-27 12:50:00: [Server]: Executing scheduler for NPC "Alexis"
2018-04-27 12:50:00: [Server]: [advanced_npc] INFO: Current process queue size: 0
2018-04-27 12:50:01: [Server]: Executing scheduler for NPC "Luis"
2018-04-27 12:50:01: [Server]: [advanced_npc] INFO: Current process queue size: 0
2018-04-27 12:50:01: [Server]: Executing scheduler for NPC "Alexis"
2018-04-27 12:50:01: [Server]: [advanced_npc] INFO: Current process queue size: 0
2018-04-27 12:50:02: [Server]: Executing scheduler for NPC "Luis"
BrunoMine commented 6 years ago

Sorry, I guess I forgot to assign the schedule.