summaryrefslogtreecommitdiff
path: root/npcs/README.md
diff options
context:
space:
mode:
authormekolat <mekolat@gmail.com>2014-08-23 22:08:03 -0400
committermekolat <mekolat@gmail.com>2014-08-23 22:32:04 -0400
commit02b6bae5ab2ab0cd55ea92630472c4f7e508ad55 (patch)
treed3144e99ef34d4c45af3f87c86e5096f2ed5902d /npcs/README.md
parentf74e101ca39f52ae80cf85a7787eb918087b12da (diff)
downloadclientdata-02b6bae5ab2ab0cd55ea92630472c4f7e508ad55.tar.gz
clientdata-02b6bae5ab2ab0cd55ea92630472c4f7e508ad55.tar.bz2
clientdata-02b6bae5ab2ab0cd55ea92630472c4f7e508ad55.tar.xz
clientdata-02b6bae5ab2ab0cd55ea92630472c4f7e508ad55.zip
add missing npcs & readme
Diffstat (limited to 'npcs/README.md')
-rw-r--r--npcs/README.md36
1 files changed, 36 insertions, 0 deletions
diff --git a/npcs/README.md b/npcs/README.md
new file mode 100644
index 00000000..7a929e94
--- /dev/null
+++ b/npcs/README.md
@@ -0,0 +1,36 @@
+##NPC Files
+
+Note that it is possible to give an NPC multiple sprites. In this case the
+sprites are drawn in order of declaration.
+See here for documentation: http://manaplus.org/npcs.xml
+
+
+###Special npcs
+**To avoid breaking existing content, please do not edit those npc**
+```
+ 45 warps/doors
+ 127 empty (Invisible NPC used for magic effects) (Shop)
+ 400 for npc scripts with an invisible but selectable sprite
+32767 for 'hidden' npcs the client shouldn't know about
+```
+
+###Free slots
+**Please edit when you take a slot**
+```
+ 130 133 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
+ 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** \ No newline at end of file