hkzorman / advanced_npc

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

go_to_checkin program #50

Open BrunoMine opened 6 years ago

BrunoMine commented 6 years ago

This programs send NPC for a location of (maybe non-loaded) of the world. This can be useful to NPC walk in a city.

The program consists of repeating this instruction over and over again. I hope the API does not stop the server if the NPC goes to an inactive chunk of the world. instrucao go_to_check 2

hkzorman commented 6 years ago

Is this a feature request? Would you like this program to be implemented into the advanced_npc builtin programs?

By the way, the algorithms looks good.

BrunoMine commented 6 years ago

I'm developing this and will show the results in the future. Maybe this is necessary for an NPC to be able to walk for long distances. Currently this is rare, but in the future we can expand the active area of the map, in short, this is a proposal that I will be improving in the future.

hkzorman commented 6 years ago

Sounds good!

Walking longer distances is something I have thought about but not got to plan yet. Your program has promise, looking forward to it!