diff options
author | Reid <reidyaro@gmail.com> | 2015-12-27 22:33:35 +0100 |
---|---|---|
committer | Reid <reidyaro@gmail.com> | 2015-12-27 22:33:35 +0100 |
commit | 1dc421b02096dd4205d26cf9f95330b513d838d5 (patch) | |
tree | a18dbce211309d95ec0a6aed77d9ed0e17463839 | |
parent | b4996a3e76ec89475359b63011a52bce0a8c71e4 (diff) | |
download | clientdata-1dc421b02096dd4205d26cf9f95330b513d838d5.tar.gz clientdata-1dc421b02096dd4205d26cf9f95330b513d838d5.tar.bz2 clientdata-1dc421b02096dd4205d26cf9f95330b513d838d5.tar.xz clientdata-1dc421b02096dd4205d26cf9f95330b513d838d5.zip |
Add the special warp NPC ID (910).
-rw-r--r-- | npcs.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -519,6 +519,11 @@ IDs 990-999 = Special <sprite>npcs/xml/treeleaf.xml</sprite> <menu name="Touch" command="talk 'NAME'"/> </npc> + <npc id="910"> + <!-- First Savepoint, 32x64 used for the intro. --> + <particlefx>graphics/particles/savepoint-32x64.xml</particlefx> + <menu name="Save" command="talk 'NAME'"/> + </npc> <npc id="999"> <!-- No sprite. --> <menu name="Talk" command="talk 'NAME'"/> |