diff options
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> |