How to Move Npcs

From DSP Wiki
Revision as of 22:14, 26 July 2013 by Lautan (Talk | contribs) (Initial format)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Whats up? This will walk you through the process of making npcs and mobs move.

Making NPCs Walkable

= Making NPCs Movable

By default a npc will not be in the server update loop. This means the npc cannot move around.

Examples

NPC Example

Mob Example

Pathfind Interface

Pathfind Events

OnPath

OnMobRoamAction

OnMobRoam