diff options
author | Vincent Petithory <vincent.petithory@gmail.com> | 2012-12-22 18:33:43 +0100 |
---|---|---|
committer | Vincent Petithory <vincent.petithory@gmail.com> | 2012-12-22 20:31:06 +0100 |
commit | 6fb39c1f9af9c78b7cdfa77783261cd93f01367b (patch) | |
tree | ead1925d57e626fd0f17e8e88a018de8b5cf426f /npcs.xml | |
parent | d1a99868672caeca6dd2454aae4e6cf221ddcc7f (diff) | |
download | clientdata-6fb39c1f9af9c78b7cdfa77783261cd93f01367b.tar.gz clientdata-6fb39c1f9af9c78b7cdfa77783261cd93f01367b.tar.bz2 clientdata-6fb39c1f9af9c78b7cdfa77783261cd93f01367b.tar.xz clientdata-6fb39c1f9af9c78b7cdfa77783261cd93f01367b.zip |
Add demon fire npc
Diffstat (limited to 'npcs.xml')
-rw-r--r-- | npcs.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -922,6 +922,10 @@ <npc id="372"> <sprite>npcs/npc-mirak.xml</sprite> </npc> + <!-- Demon fire --> + <npc id="374"> + <particlefx>graphics/particles/demonfire.particle.xml</particlefx> + </npc> <!-- Put new unique sprites above here. For huge npcs, see range 216-250. For poses/outfits npcs, see 251-299 --> <!-- note: don't go above 999, because the 1000's are reserved for mob id --> </npcs> |