diff options
author | wushin <pasekei@gmail.com> | 2015-01-07 21:21:02 -0600 |
---|---|---|
committer | wushin <pasekei@gmail.com> | 2015-01-07 21:21:02 -0600 |
commit | 2b5b7afc37871bba004f05c60b6503c48e01d2da (patch) | |
tree | 6212d86662fff252b70b21344763956bce169157 /world/map/npc/044-1/traveler.txt | |
parent | 2deb3062ccbdeda34425dd5118f423989c3c677f (diff) | |
download | serverdata-2b5b7afc37871bba004f05c60b6503c48e01d2da.tar.gz serverdata-2b5b7afc37871bba004f05c60b6503c48e01d2da.tar.bz2 serverdata-2b5b7afc37871bba004f05c60b6503c48e01d2da.tar.xz serverdata-2b5b7afc37871bba004f05c60b6503c48e01d2da.zip |
Attach Kaizei to Argeas and Shuffle Kaizei
Diffstat (limited to 'world/map/npc/044-1/traveler.txt')
-rw-r--r-- | world/map/npc/044-1/traveler.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/world/map/npc/044-1/traveler.txt b/world/map/npc/044-1/traveler.txt deleted file mode 100644 index 36eb4a9a..00000000 --- a/world/map/npc/044-1/traveler.txt +++ /dev/null @@ -1,11 +0,0 @@ -// This is a teleportation (warp) NPC. Its purpose is to offer expensive, fast trips throughout the world. -// Author: Wombat, wushin -// cost depending on level and adapted to new scripting guidelines: Jenalya - -044-1.gat,151,17,0|script|Klaus the Traveler|103 -{ - set @NpcName$, "Klaus"; - set @NpcTravelBit, $@nivalis_snow_hills_bit; - callfunc "Traveler"; - end; -} |