summaryrefslogtreecommitdiff
path: root/npc/western-desert/dark_mage.txt
diff options
context:
space:
mode:
authorJared Adams <jaxad0127@gmail.com>2008-11-02 22:45:17 +0000
committerJared Adams <jaxad0127@gmail.com>2008-11-02 22:45:17 +0000
commitec9be0a2967b38955d26e337b05bc3a042ac4544 (patch)
treee1ef509c78c8a3fe777b4adb0f4c650364fa55cb /npc/western-desert/dark_mage.txt
parent2fd04617279829d54349b325bacb4c72addebfe4 (diff)
downloadserverdata-ec9be0a2967b38955d26e337b05bc3a042ac4544.tar.gz
serverdata-ec9be0a2967b38955d26e337b05bc3a042ac4544.tar.bz2
serverdata-ec9be0a2967b38955d26e337b05bc3a042ac4544.tar.xz
serverdata-ec9be0a2967b38955d26e337b05bc3a042ac4544.zip
Branch data for eAthena
Diffstat (limited to 'npc/western-desert/dark_mage.txt')
-rw-r--r--npc/western-desert/dark_mage.txt37
1 files changed, 0 insertions, 37 deletions
diff --git a/npc/western-desert/dark_mage.txt b/npc/western-desert/dark_mage.txt
deleted file mode 100644
index 06d9b35b..00000000
--- a/npc/western-desert/dark_mage.txt
+++ /dev/null
@@ -1,37 +0,0 @@
-new_1-1.gat,24,24,0 script SoulThief 103,{
-
- if (class == 1) goto L_Soul;
- mes "[Dark Mage]";
- mes "Psss hey would you like to have more power?";
- next;
-
- menu "You fool, that's not possible",-,"I'm listening...",L_Go;
- close;
-
-L_Go:
- mes "I can give you ancient powers that will let you become the greatest warrior in The Mana World, or the best merchant.";
- mes "But everything has got his price...";
- next;
-
- mes "Oh nothing important nor expensive.";
- mes "Just your soul!";
- next;
-
- menu "My soul? Here it is",L_Soul,"I need a better explanation!",-;
-
- mes "Well there's a very small possibility that your player will be translated into the new server.";
- mes "I said a very, very small possibility.";
- mes "Players without a soul instead will be lost forever...";
- mes "Come on, you won't loose that much!";
- next;
-
- menu "Hmmm ok, I guess you can take it.",L_Soul,"Maybe I'll think about it a bit more",-;
- mes "I know you'll come here again when you'll get killed by a maggot, begging me to help you";
- close;
-
-L_Soul:
- mes "[Dark Mage]";
- mes "Hrhrhr, your soul is finally mine!";
- jobchange 1;
- close;
-} \ No newline at end of file