diff options
author | Micksha <ms-shaman@gmx.de> | 2018-11-22 12:31:56 +0000 |
---|---|---|
committer | Micksha <ms-shaman@gmx.de> | 2018-11-22 12:31:56 +0000 |
commit | a90aae85fbe508659a400cec961dfca2d1c850cf (patch) | |
tree | d9159823c9e621391ce3a53f53644b9d4e39b025 /npc/_anchors.txt | |
parent | 3a476c210c6242df608a7dbcf81f44ad4ca82574 (diff) | |
parent | 6964a38263c6da339baa5b4663d827ea0b0cd28d (diff) | |
download | serverdata-s20181205.tar.gz serverdata-s20181205.tar.bz2 serverdata-s20181205.tar.xz serverdata-s20181205.zip |
Merge branch 'mobs' into 'master's20181205
Add all the gem veins, add beehive
See merge request evol/serverdata!141
Diffstat (limited to 'npc/_anchors.txt')
-rw-r--r-- | npc/_anchors.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/npc/_anchors.txt b/npc/_anchors.txt index 5142b8c9..1ca080cb 100644 --- a/npc/_anchors.txt +++ b/npc/_anchors.txt @@ -16,6 +16,7 @@ OnInit: htput(.ht, "^HARB|^MASTER", "001-2-16 28 32"); htput(.ht, "^HOLD$", "000-2-2 42 31"); htput(.ht, "^HURN", "008-1 250 109"); + htput(.ht, "^LAVA", "008-3-0 35 28"); htput(.ht, "^LEG", "001-2-33 34 42"); htput(.ht, "^LIB", "001-2-4 42 35"); htput(.ht, "^LIGHT", "001-2-0 37 32"); @@ -29,10 +30,12 @@ OnInit: 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, "^ROSSY", "008-3-0 130 108"); 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, "^VEIN", "008-3-0 85 172"); htput(.ht, "^WARE", "001-2-18 37 31"); } |