diff options
author | mekolat <mekolat@users.noreply.github.com> | 2015-12-03 15:10:30 -0500 |
---|---|---|
committer | mekolat <mekolat@users.noreply.github.com> | 2016-04-19 14:15:57 -0400 |
commit | 9b9846ef277e235c7afea9fb5fe2da65bb45b880 (patch) | |
tree | 308e28a7ef7692ad87edee6a571e36baf81caf02 /npcs | |
parent | 99631da21d43a5bedaeb6729a61f69a1cd428c86 (diff) | |
download | clientdata-9b9846ef277e235c7afea9fb5fe2da65bb45b880.tar.gz clientdata-9b9846ef277e235c7afea9fb5fe2da65bb45b880.tar.bz2 clientdata-9b9846ef277e235c7afea9fb5fe2da65bb45b880.tar.xz clientdata-9b9846ef277e235c7afea9fb5fe2da65bb45b880.zip |
Add Celestia quest
Add 016-2
Add 009-8
Add heart necklace effect
Diffstat (limited to 'npcs')
-rw-r--r-- | npcs/README.md | 2 | ||||
-rw-r--r-- | npcs/_include.xml | 1 | ||||
-rw-r--r-- | npcs/npc144.xml | 9 |
3 files changed, 11 insertions, 1 deletions
diff --git a/npcs/README.md b/npcs/README.md index 08c753e7..2ac2363c 100644 --- a/npcs/README.md +++ b/npcs/README.md @@ -17,7 +17,7 @@ See here for documentation: http://manaplus.org/npcs.xml ###Free slots **Please edit when you take a slot** ``` - 130 134 144 177 180 181 + 177 180 181 184 188 194 200 203 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 diff --git a/npcs/_include.xml b/npcs/_include.xml index 3a739f57..f5fff514 100644 --- a/npcs/_include.xml +++ b/npcs/_include.xml @@ -44,6 +44,7 @@ <include name="npcs/npc141.xml"/> <include name="npcs/npc142.xml"/> <include name="npcs/npc143.xml"/> + <include name="npcs/npc144.xml"/> <include name="npcs/npc145.xml"/> <include name="npcs/npc146.xml"/> <include name="npcs/npc147.xml"/> diff --git a/npcs/npc144.xml b/npcs/npc144.xml new file mode 100644 index 00000000..38e48cf8 --- /dev/null +++ b/npcs/npc144.xml @@ -0,0 +1,9 @@ +<?xml version="1.0"?> +<npcs> + <npc id="144"> + <sprite>model/female.xml|#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#2f312f,727471,a4a6a3,dad5f5;#FF2615</sprite> + <sprite>hairstyles/hairstyle19-female.xml|#53202b,7f4f45,9e6a43,d09459,fcd3a1,fefffc;#2f312f,727471,a4a6a3,dad5f5;#8c6625,dab425,ffffff</sprite> + <sprite>equipment/head/highpriest-crown-female.xml</sprite> + <sprite>equipment/chest/fine-dress-female.xml|#026602,11dd24,ffffff,ffffff</sprite> + </npc> +</npcs> |