summaryrefslogtreecommitdiff
path: root/world/map/npc/001-2/yanis.txt
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2021-07-07 20:34:27 -0300
committerJesusaves <cpntb1@ymail.com>2021-07-07 20:34:27 -0300
commit9877fd4ad81120af8e63e96d5d429092014dc017 (patch)
treeec045a0535109a2e0d82e0e8155eb01ed9776452 /world/map/npc/001-2/yanis.txt
parentaedbeb335a5ec5f55d22eace389076a18241ac9a (diff)
downloadserverdata-9877fd4ad81120af8e63e96d5d429092014dc017.tar.gz
serverdata-9877fd4ad81120af8e63e96d5d429092014dc017.tar.bz2
serverdata-9877fd4ad81120af8e63e96d5d429092014dc017.tar.xz
serverdata-9877fd4ad81120af8e63e96d5d429092014dc017.zip
Remove all Legacy files
Diffstat (limited to 'world/map/npc/001-2/yanis.txt')
-rw-r--r--world/map/npc/001-2/yanis.txt42
1 files changed, 0 insertions, 42 deletions
diff --git a/world/map/npc/001-2/yanis.txt b/world/map/npc/001-2/yanis.txt
deleted file mode 100644
index 31a91f77..00000000
--- a/world/map/npc/001-2/yanis.txt
+++ /dev/null
@@ -1,42 +0,0 @@
-// Government official taking care about shop licenses
-// involved in quest given by 021-1/imec.txt and 021-2/kylian.txt
-
-001-2,31,21,0|script|Yanis|107
-{
- set QUEST_NorthTulimshar, QUEST_NorthTulimshar | $@knowYanisNT;
- set @halloween_npc_id, $@halloween_npc_yanis;
- callfunc "TrickOrTreat";
-
- goto L_Base_Menu;
-
-L_Base_Menu:
-
- mes "[Yanis]";
- mes "\"Welcome. I'm handling issues with trading licenses for the shop owners in Tulimshar. Can I help you?\"";
- if (QL_IMEC != 1)
- menu
- "Nothing right now.",L_BeforeClose;
- menu
- "Imec asked me to bring this petition.",L_Next,
- "Nothing right now.",L_BeforeClose;
-
-L_Next:
- mes "[Yanis]";
- mes "\"Imec? I see. Give it to me.\"";
- mes "Yanis has a disapproving look on his face. He takes the letter and writes something on another paper.";
- next;
- mes "[Yanis]";
- mes "\"Here you have a letter of acknowledgement. You can bring that back to Imec. We will have a look at his case.\"";
- set QL_IMEC, 2;
- goto L_BeforeClose;
-
-L_BeforeClose:
- if (QL_KYLIAN != 3)
- goto L_Close;
- next;
- mes "You think that this is the person Kylian needs to talk to. You should tell him.";
- goto L_Close;
-
-L_Close:
- close;
-}