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/068-2/latoy.txt | |
parent | 2901ba177dea5867cbd52eb2b02a0ef8e1816e15 (diff) | |
download | classic-serverdata-61c88ec162713b980f30e6e5111c1cfbd9f23d3a.tar.gz classic-serverdata-61c88ec162713b980f30e6e5111c1cfbd9f23d3a.tar.bz2 classic-serverdata-61c88ec162713b980f30e6e5111c1cfbd9f23d3a.tar.xz classic-serverdata-61c88ec162713b980f30e6e5111c1cfbd9f23d3a.zip |
Adjust rest of world to Match new tutorial
Diffstat (limited to 'world/map/npc/068-2/latoy.txt')
-rw-r--r-- | world/map/npc/068-2/latoy.txt | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/world/map/npc/068-2/latoy.txt b/world/map/npc/068-2/latoy.txt deleted file mode 100644 index ee28555b..00000000 --- a/world/map/npc/068-2/latoy.txt +++ /dev/null @@ -1,33 +0,0 @@ -// A snobby store that won't sell to the player -// takes part in quest given by 021-2/kylian.txt - -068-2.gat,92,83,0|shop|#LatoyShop|127,DesertShirt:*2000,SilkRobe:*40000,SerfHat:*500,DesertHat:*9600 - -068-2.gat,92,83,0|script|Latoy|106 -{ - set QUEST_NorthTulimshar, QUEST_NorthTulimshar | $@knowLatoyNT; - set @kylian, ((QUEST_NorthTulimshar & NIBBLE_5_MASK) >> NIBBLE_5_SHIFT); - - mes "[Latoy]"; - mes "\"Is there something I can help you with?\""; - if (@kylian != 7) - goto L_Shop; - next; - mes "Maybe this is the kind of shop Kylian is looking for?"; - goto L_Shop; - -L_Shop: - mes "[Latoy]"; - mes "\"How would you like to browse my wares?\""; - menu - "Yes.", L_LatoyShop, - "No.", L_Close; - -L_LatoyShop: - close2; - shop "#LatoyShop"; - -L_Close: - set @kylian, 0; - close; -} |