diff options
author | Wushin <pasekei@gmail.com> | 2014-10-19 16:21:33 -0500 |
---|---|---|
committer | Wushin <pasekei@gmail.com> | 2014-10-19 16:21:33 -0500 |
commit | d215fd9ab4e0fad094fb43f7abfd6521d27d5543 (patch) | |
tree | 9a57b6c9557d578ffc29dfae5c57ad45774d13ac /npcs | |
parent | 63c2727fd40a6eddc4c451c7692ad4f0731ab935 (diff) | |
parent | 2428b49e9c72a26dde259dd7f8e5f72b97107572 (diff) | |
download | clientdata-d215fd9ab4e0fad094fb43f7abfd6521d27d5543.tar.gz clientdata-d215fd9ab4e0fad094fb43f7abfd6521d27d5543.tar.bz2 clientdata-d215fd9ab4e0fad094fb43f7abfd6521d27d5543.tar.xz clientdata-d215fd9ab4e0fad094fb43f7abfd6521d27d5543.zip |
Merge pull request #170 from wushin/halloween-annual
Make a visible cue to Halloween starting
Diffstat (limited to 'npcs')
-rw-r--r-- | npcs/README.md | 4 | ||||
-rw-r--r-- | npcs/_include.xml | 1 | ||||
-rw-r--r-- | npcs/npc133.xml | 6 |
3 files changed, 9 insertions, 2 deletions
diff --git a/npcs/README.md b/npcs/README.md index 7a929e94..08c753e7 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 133 134 144 177 180 181 + 130 134 144 177 180 181 184 188 194 200 203 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 @@ -33,4 +33,4 @@ See here for documentation: http://manaplus.org/npcs.xml 986 987 988 989 990 991 992 993 994 995 996 997 998 999 ``` - **DO NOT GO ABOVE 1000**
\ No newline at end of file + **DO NOT GO ABOVE 1000** diff --git a/npcs/_include.xml b/npcs/_include.xml index c57ea766..8b8433f9 100644 --- a/npcs/_include.xml +++ b/npcs/_include.xml @@ -31,6 +31,7 @@ <include name="npcs/npc129.xml"/> <include name="npcs/npc131.xml"/> <include name="npcs/npc132.xml"/> + <include name="npcs/npc133.xml"/> <include name="npcs/npc135.xml"/> <include name="npcs/npc136.xml"/> <include name="npcs/npc137.xml"/> diff --git a/npcs/npc133.xml b/npcs/npc133.xml new file mode 100644 index 00000000..9155edfa --- /dev/null +++ b/npcs/npc133.xml @@ -0,0 +1,6 @@ +<?xml version="1.0"?> +<npcs> + <npc id="133"> + <sprite variant="0">monsters/ghost-pumpkin.xml</sprite> + </npc> +</npcs> |