diff options
author | wushin <pasekei@gmail.com> | 2015-01-07 21:04:38 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2015-01-07 21:04:38 -0600 |
commit | 61c88ec162713b980f30e6e5111c1cfbd9f23d3a (patch) | |
tree | cbc5f399ccf8dd226056887a70b9a313f88bee6e /world/map/npc/001-2/wizards.txt | |
parent | 2901ba177dea5867cbd52eb2b02a0ef8e1816e15 (diff) | |
download | serverdata-61c88ec162713b980f30e6e5111c1cfbd9f23d3a.tar.gz serverdata-61c88ec162713b980f30e6e5111c1cfbd9f23d3a.tar.bz2 serverdata-61c88ec162713b980f30e6e5111c1cfbd9f23d3a.tar.xz serverdata-61c88ec162713b980f30e6e5111c1cfbd9f23d3a.zip |
Adjust rest of world to Match new tutorial
Diffstat (limited to 'world/map/npc/001-2/wizards.txt')
-rw-r--r-- | world/map/npc/001-2/wizards.txt | 60 |
1 files changed, 60 insertions, 0 deletions
diff --git a/world/map/npc/001-2/wizards.txt b/world/map/npc/001-2/wizards.txt new file mode 100644 index 00000000..587c999c --- /dev/null +++ b/world/map/npc/001-2/wizards.txt @@ -0,0 +1,60 @@ +// Council of Ruling Wizards Room + +// manaseed +001-2.gat,104,19,0|script|Desert Mana Seed#_M|166 +{ + end; +} + +// +001-2.gat,99,22,0|script|Wizard#1|355 +{ + end; +} + +// +001-2.gat,92,24,0|script|Wizard#2|356 +{ + end; +} + +// +001-2.gat,92,30,0|script|Wizard#3|357 +{ + end; +} + +// +001-2.gat,99,32,0|script|Wizard#4|358 +{ + end; +} + +// +001-2.gat,110,22,0|script|Wizard#5|359 +{ + end; +} + +// +001-2.gat,117,24,0|script|Wizard#6|360 +{ + end; +} + +// +001-2.gat,117,30,0|script|Wizard#7|361 +{ + end; +} + +// +001-2.gat,110,32,0|script|Wizard#8|362 +{ + end; +} +// +001-2.gat,104,27,0|script|Arch-Wizard#9|354 +{ + end; +} |