From 47f790759ea3ea56d31e000bc3f3b7f142ee802d Mon Sep 17 00:00:00 2001 From: wushin Date: Fri, 11 Apr 2014 14:32:22 -0500 Subject: Npcs remaining script fixes Npcs changed for travel Npcs changed for new maps Npcs changed for basic crypts --- world/map/npc/068-2/latoy.txt | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 world/map/npc/068-2/latoy.txt (limited to 'world/map/npc/068-2/latoy.txt') diff --git a/world/map/npc/068-2/latoy.txt b/world/map/npc/068-2/latoy.txt new file mode 100644 index 00000000..b1dca208 --- /dev/null +++ b/world/map/npc/068-2/latoy.txt @@ -0,0 +1,34 @@ +// A snobby store that won't sell to the player +// takes part in quest given by 021-2/kylian.txt + +// Shop: DesertShirt :-1,SilkRobe :-5,SerfHat :-1,DesertHat :-4 +068-2.gat,92,83,0|shop|#LatoyShop|127,DesertShirt :-1,SilkRobe :-5,SerfHat :-1,DesertHat :-4 + +068-2.gat,92,83,0|script|Latoy|106, +{ + set QUEST_NorthTulimshar, QUEST_NorthTulimshar | $@knowLatoyNT; + set @kylian, ((QUEST_NorthTulimshar & $@businessmanNT_MASK) >> $@businessmanNT_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; +} -- cgit v1.2.3-60-g2f50