diff options
Diffstat (limited to 'npc/_anchors.txt')
-rw-r--r-- | npc/_anchors.txt | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/npc/_anchors.txt b/npc/_anchors.txt new file mode 100644 index 00000000..121f33a8 --- /dev/null +++ b/npc/_anchors.txt @@ -0,0 +1,33 @@ +// This file is generated automatically. All manually added changes will be removed when running the Converter. + +- script __anchors__ 32767,{ +OnInit: + .ht = htnew(); + htput(.ht, "^ALCH", "001-2-26 32 40"); + htput(.ht, "^ALIG|^HID", "000-2-4 36 30"); + htput(.ht, "^ART", "001-1 89 86"); + htput(.ht, "^BLACK|SMITH", "001-2-27 35 32"); + htput(.ht, "^CITY|^HALL", "001-2-7 36 41"); + htput(.ht, "^DRA|ISLAND", "000-1 62 111"); + htput(.ht, "^FIRST|^DECK1?$", "000-2-0 23 28"); + htput(.ht, "^HARB|^MASTER", "001-2-16 28 32"); + htput(.ht, "^HOLD$", "000-2-2 42 31"); + htput(.ht, "^LEG", "001-2-33 34 42"); + htput(.ht, "^LIB", "001-2-4 42 35"); + htput(.ht, "^LIGHT", "001-2-0 37 32"); + htput(.ht, "^MERCH|^BANK", "001-2-19 28 30"); + htput(.ht, "^MOON", "001-2-2 40 34"); + htput(.ht, "^NARD", "000-2-3 21 28"); + htput(.ht, "^NOBLE1?$", "001-2-1 37 37"); + htput(.ht, "^NOBLE2$", "001-2-10 40 37"); + htput(.ht, "^NOBLE3$", "001-2-11 45 33"); + htput(.ht, "^NOBLE4$", "001-2-12 34 32"); + htput(.ht, "^NOBLE5$", "001-2-15 34 38"); + htput(.ht, "^RED|PLUSH|^INN", "001-2-28 30 35"); + htput(.ht, "^SECOND|^DECK2$", "000-2-1 67 32"); + htput(.ht, "^SHIP2$", "001-2-21 23 28"); + htput(.ht, "^START2$", "000-0-0 26 28"); + htput(.ht, "^START3$", "000-0-1 26 28"); + htput(.ht, "^START|^BEGIN", "000-0 22 24"); + htput(.ht, "^WARE", "001-2-18 37 31"); +} |