summaryrefslogtreecommitdiff
path: root/npc/quests/munak.txt
diff options
context:
space:
mode:
authorValaris <Valaris@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-01-29 16:00:45 +0000
committerValaris <Valaris@54d463be-8e91-2dee-dedb-b68131a5f0ec>2006-01-29 16:00:45 +0000
commita2675f07d7da22a7c6ae11f545bf8f671e785a82 (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /npc/quests/munak.txt
parentb8801ae9585201eaaf9fdf80d9c7117ee18f52e2 (diff)
downloadhercules-a2675f07d7da22a7c6ae11f545bf8f671e785a82.tar.gz
hercules-a2675f07d7da22a7c6ae11f545bf8f671e785a82.tar.bz2
hercules-a2675f07d7da22a7c6ae11f545bf8f671e785a82.tar.xz
hercules-a2675f07d7da22a7c6ae11f545bf8f671e785a82.zip
Clearing trunk.
git-svn-id: https://rathena.svn.sourceforge.net/svnroot/rathena/trunk@5091 54d463be-8e91-2dee-dedb-b68131a5f0ec
Diffstat (limited to 'npc/quests/munak.txt')
-rw-r--r--npc/quests/munak.txt54
1 files changed, 0 insertions, 54 deletions
diff --git a/npc/quests/munak.txt b/npc/quests/munak.txt
deleted file mode 100644
index 92a26da0b..000000000
--- a/npc/quests/munak.txt
+++ /dev/null
@@ -1,54 +0,0 @@
-izlude_in.gat,115,76,5 script Evan 47,{
-mes "[Evan]";
-mes " ";
-mes "*sighs*";
-next;
-mes "[Evan]";
-mes "Oh? Whats the matter? ...Well, I have finally managed to encase the soul of a pretty girl ...";
-next;
-mes "[Evan]";
-mes "...so why am I sad?";
-mes " ";
-mes "It's because I don't even know how she looks like...say, if you can find me and 'Old Portrait' of her, I'll give you her lover's lost letter!";
-next;
-mes "[Evan]";
-mes "Whaddaya say? ..pal?";
-
- menu "What do I need again?",ExItems,"Here! I got what you need!",ExCreate,"Sorry, I can't help you.",ExEnd;
-
- ExItems:
- mes "[Evan]";
- mes "A picture of her lovely face...";
- mes " ";
- mes "An 'Old Portrait' preferrably...";
- close;
-
- ExCreate:
- mes "[Evan]";
- mes "Really!! You'll help me!";
- next;
- if(countitem(7014)<1) goto NoItem;
- goto ExGive;
-
- NoItem:
- mes "[Evan]";
- mes "Waahhhh, stop playing with my feelings!";
- mes " ";
- mes "Go away!";
- close;
-
- ExGive:
- mes "[Evan]";
- mes "YES! I am forever in your debt!";
- delitem 7014,1;
- getitem 636,1;
- mes " ";
- mes "Here is lover's lost letter as promised! Again - Thank you!";
- close;
-
- ExEnd:
- mes "[Evan]";
- mes "*sighs*";
- close;
-close;
-}