summaryrefslogtreecommitdiff
path: root/npcs/README.md
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-11-11 19:06:29 -0300
committerJesusaves <cpntb1@ymail.com>2022-11-11 19:06:29 -0300
commit0a1c240b79bc14fb1406d39584c8d6b0588bbcbb (patch)
tree467fa6ebdf306f6d2be7dea3012c0940c1a791eb /npcs/README.md
parentfa6e219c466041e80eff69c8d571069c01a4ad3b (diff)
downloadclientdata-0a1c240b79bc14fb1406d39584c8d6b0588bbcbb.tar.gz
clientdata-0a1c240b79bc14fb1406d39584c8d6b0588bbcbb.tar.bz2
clientdata-0a1c240b79bc14fb1406d39584c8d6b0588bbcbb.tar.xz
clientdata-0a1c240b79bc14fb1406d39584c8d6b0588bbcbb.zip
Revert "Merge npcs.xml with Evolved version."
This reverts commit fa6e219c466041e80eff69c8d571069c01a4ad3b.
Diffstat (limited to 'npcs/README.md')
-rw-r--r--npcs/README.md35
1 files changed, 35 insertions, 0 deletions
diff --git a/npcs/README.md b/npcs/README.md
new file mode 100644
index 00000000..0474b8ea
--- /dev/null
+++ b/npcs/README.md
@@ -0,0 +1,35 @@
+##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**
+```
+ 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**