diff options
Diffstat (limited to 'npcs')
-rw-r--r-- | npcs/_include.xml | 1 | ||||
-rw-r--r-- | npcs/npc312.xml | 3 | ||||
-rw-r--r-- | npcs/npc418.xml | 11 |
3 files changed, 14 insertions, 1 deletions
diff --git a/npcs/_include.xml b/npcs/_include.xml index 8b8433f9..8501a1d3 100644 --- a/npcs/_include.xml +++ b/npcs/_include.xml @@ -206,4 +206,5 @@ <include name="npcs/npc415.xml"/> <include name="npcs/npc416.xml"/> <include name="npcs/npc417.xml"/> + <include name="npcs/npc418.xml"/> </npcs> diff --git a/npcs/npc312.xml b/npcs/npc312.xml index 13904b4b..1930921f 100644 --- a/npcs/npc312.xml +++ b/npcs/npc312.xml @@ -1,5 +1,6 @@ <?xml version="1.0"?> <npcs> <npc id="312"> -</npc> + <sprite>npcs/npc-beerguyghost.xml</sprite> + </npc> </npcs> diff --git a/npcs/npc418.xml b/npcs/npc418.xml new file mode 100644 index 00000000..4326d122 --- /dev/null +++ b/npcs/npc418.xml @@ -0,0 +1,11 @@ +<?xml version="1.0"?> +<npcs> + <npc id="418"> + <sprite>model/male.xml</sprite> + <sprite>equipment/legs/pants-male.xml|#2a2117,2f2112,493219,61411e,724c22,a97e4f</sprite> + <sprite>equipment/chest/sorcerer-robe-male.xml|#2a2117,2f2112,493219,61411e,724c22,a97e4f;#2a2117</sprite> + <sprite>equipment/feet/boots-male.xml|#2a2117,2f2112,493219,61411e,724c22,a97e4f</sprite> + <sprite>equipment/chest/tanktop-male.xml|#2a2117,2f2112,493219,61411e,724c22,a97e4f</sprite> + <sprite>equipment/head/gasmask-male.xml</sprite> + </npc> +</npcs> |