Difference between revisions of "NPCs"

From LugdunonWiki
Jump to: navigation, search
(Behavior Overview)
(BaseBehavior)
Line 16: Line 16:
 
==BaseBehavior==
 
==BaseBehavior==
  
 +
 +
 +
 +
 +
 +
<syntaxhighlight lang="javascript" line start="100" highlight="5" enclose="div">
 +
 +
</syntaxhighlight>
 +
 +
 +
 +
 +
 +
 +
 +
<syntaxhighlight lang="javascript" line start="100" highlight="5" enclose="div">
 +
 +
</syntaxhighlight>
  
 
==IdleBehavior==
 
==IdleBehavior==

Revision as of 18:12, 13 October 2013

Contents

Introduction

Non-Player Characters (NPCs) share a large part of their code with player characters (PCs). The only real exceptions are the account related and locational awareness (for client-side rendering) properties of PCs and parent definition, spawner id, and behavior related properties of NPCs. This document will focus mainly on the configuration and definition of behaviors, as that is currently the core concept for modifying an NPC.

Behavior Overview

  1.  

BaseBehavior

  1.  




  1.  

IdleBehavior

PathBehavior

AggroBehavior