summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2018-01-18 14:00:16 -0500
committergumi <git@gumi.ca>2018-01-18 14:00:16 -0500
commite817dac807f70e9977539489fa25a22de59a36a6 (patch)
tree7b261e938cb0d1cb1bcd5fc59d22d6277c702f00
parentbc7afe13f81f1defc18d45479938bcf67cc9fd53 (diff)
downloadclientdata-e817dac807f70e9977539489fa25a22de59a36a6.tar.gz
clientdata-e817dac807f70e9977539489fa25a22de59a36a6.tar.bz2
clientdata-e817dac807f70e9977539489fa25a22de59a36a6.tar.xz
clientdata-e817dac807f70e9977539489fa25a22de59a36a6.zip
add custom offset npc for 003-1
-rw-r--r--npcs/README.md31
-rw-r--r--npcs/_include.xml1
-rw-r--r--npcs/npc184.xml5
3 files changed, 21 insertions, 16 deletions
diff --git a/npcs/README.md b/npcs/README.md
index 2ac2363c..d7dce1f6 100644
--- a/npcs/README.md
+++ b/npcs/README.md
@@ -1,7 +1,7 @@
##NPC Files
Note that it is possible to give an NPC multiple sprites. In this case the
-sprites are drawn in order of declaration.
+sprites are drawn in order of declaration.
See here for documentation: http://manaplus.org/npcs.xml
@@ -17,20 +17,19 @@ See here for documentation: http://manaplus.org/npcs.xml
###Free slots
**Please edit when you take a slot**
```
- 177 180 181
- 184 188 194 200 203 219 220
- 221 222 223 224 225 226 227
- 228 229 230 231 232 233 234
- 235 236 237 238 239 240 241
- 242 243 244 245 246 247 248
- 249 250 251 252 253 254 255
- 256 257 261 264 322 323 327
- 336 337 338 339 341 342 343
- 352 353 387 388 389 390 391
- 392 393 410 411 412 413 415
- 416 417 418 419 420 421 422
- (...)
- 986 987 988 989 990 991 992
- 993 994 995 996 997 998 999
+ 188 194 200 203 219 220
+ 221 222 223 224 225 226 227
+ 228 229 230 231 232 233 234
+ 235 236 237 238 239 240 241
+ 242 243 244 245 246 247 248
+ 249 250 251 252 253 254 255
+ 256 257 261 264 322 323 327
+ 336 337 338 339 341 342 343
+ 352 353 387 388 389 390 391
+ 392 393 410 411 412 413 415
+ 416 417 418 419 420 421 422
+ (...)
+ 986 987 988 989 990 991 992
+ 993 994 995 996 997 998 999
```
**DO NOT GO ABOVE 1000**
diff --git a/npcs/_include.xml b/npcs/_include.xml
index 71ef2d29..15d80149 100644
--- a/npcs/_include.xml
+++ b/npcs/_include.xml
@@ -83,6 +83,7 @@
<include name="npcs/npc181.xml"/>
<include name="npcs/npc182.xml"/>
<include name="npcs/npc183.xml"/>
+ <include name="npcs/npc184.xml"/>
<include name="npcs/npc185.xml"/>
<include name="npcs/npc186.xml"/>
<include name="npcs/npc187.xml"/>
diff --git a/npcs/npc184.xml b/npcs/npc184.xml
new file mode 100644
index 00000000..27437be6
--- /dev/null
+++ b/npcs/npc184.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0"?>
+<npcs>
+ <npc id="184" nameOffsetX="9" targetOffsetX="9">
+</npc>
+</npcs>