diff options
author | Reid Yaro <reidyaro@gmail.com> | 2013-04-06 01:29:00 +0100 |
---|---|---|
committer | Reid Yaro <reidyaro@gmail.com> | 2013-04-06 01:29:00 +0100 |
commit | be79d5dd7f6368efcb8c2a9acbd59062a273df7c (patch) | |
tree | fcc7c0e0e190753d523973faf7e3c7a909899e9c /npcs.xml | |
parent | a8e08db615a0f1e45caec3e9b7257babbf1c65bc (diff) | |
download | clientdata-be79d5dd7f6368efcb8c2a9acbd59062a273df7c.tar.gz clientdata-be79d5dd7f6368efcb8c2a9acbd59062a273df7c.tar.bz2 clientdata-be79d5dd7f6368efcb8c2a9acbd59062a273df7c.tar.xz clientdata-be79d5dd7f6368efcb8c2a9acbd59062a273df7c.zip |
Add afk animation on sleeping NPCs of the boat.
Diffstat (limited to 'npcs.xml')
-rw-r--r-- | npcs.xml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -75,6 +75,7 @@ IDs 990-999 = Special <npc id="302"> <!-- Orc Sailor, sleeping. --> <sprite>npcs/xml/sleepingorc.xml</sprite> + <particlefx>graphics/particles/afk.xml</particlefx> </npc> <npc id="303"> <!-- Human Man, sailor with a dead ratto in his left hand. --> @@ -107,6 +108,7 @@ IDs 990-999 = Special <npc id="310"> <!-- Ukar Man, sleeping sailor. --> <sprite variant="0">npcs/xml/hammock.xml</sprite> + <particlefx>graphics/particles/afk.xml</particlefx> </npc> <npc id="311"> <!-- Elf Man, drunk sailor. --> @@ -174,7 +176,7 @@ IDs 990-999 = Special <sprite>npcs/xml/hammock-animated2.xml</sprite> </npc> <npc id="999"> - <!-- Invisible --> + <!-- No sprite. --> </npc> </npcs> |