CreateNPC: Difference between revisions
Jump to navigation
Jump to search
Created page with 'Creating a new NPC is very easy to do. The only thing you need to do to get a NPC in game is to simply add another row to the characters table. Using the d…' |
m add to category (Engine documents) |
||
Line 2: | Line 2: | ||
http://www.hydlaa.com/images/wiki/first.png | http://www.hydlaa.com/images/wiki/first.png | ||
[[Category:Engine documents]] |
Latest revision as of 00:05, 23 October 2010
Creating a new NPC is very easy to do. The only thing you need to do to get a NPC in game is to simply add another row to the characters table. Using the definition of the table to setup your NPC with it's name, race and base stats. Be sure to give your NPC some base_hitpoints because otherwise it will start off dead! Once that is done you can reload your server and your NPC character should appear in game.