summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgumi <git@gumi.ca>2018-03-25 14:14:55 -0400
committergumi <git@gumi.ca>2018-03-25 14:14:55 -0400
commit20640bef24693260aeb678e4adbf23e0cf8a22d3 (patch)
tree8baa1bd783611d7e26df62c809dae89d615249d6
parent8049f5470fbb0c2dc2cf23e5aee5fd450f45a776 (diff)
downloadserverdata-20640bef24693260aeb678e4adbf23e0cf8a22d3.tar.gz
serverdata-20640bef24693260aeb678e4adbf23e0cf8a22d3.tar.bz2
serverdata-20640bef24693260aeb678e4adbf23e0cf8a22d3.tar.xz
serverdata-20640bef24693260aeb678e4adbf23e0cf8a22d3.zip
add map anchors for Artis
-rw-r--r--npc/_anchors.txt18
1 files changed, 18 insertions, 0 deletions
diff --git a/npc/_anchors.txt b/npc/_anchors.txt
index 6321274a..bc419474 100644
--- a/npc/_anchors.txt
+++ b/npc/_anchors.txt
@@ -3,4 +3,22 @@
- script __anchors__ 32767,{
OnInit:
.ht = htnew();
+ htput(.ht, "^ALCH", "001-2-26 32 40");
+ 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, "^HARB|^MASTER", "001-2-16 28 32");
+ 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, "^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, "^SHIP2$", "001-2-21 23 28");
+ htput(.ht, "^WARE", "001-2-18 37 31");
}