summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/tulimshar/dark_mage.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/npc/tulimshar/dark_mage.txt b/npc/tulimshar/dark_mage.txt
new file mode 100644
index 00000000..ff2a33e4
--- /dev/null
+++ b/npc/tulimshar/dark_mage.txt
@@ -0,0 +1,9 @@
+new_3-1.gat,37,44,3 script Darkmage 103,{
+mes "Would you sell me your soul? I will grant you diabolical power in exchange, but you will not be granted passage onto the next world in case you decide to exchange your eternal soul for mortal power. For what do we need your soul..? That's not for you to know. Are you still sure you want to sell your soul?";
+next;
+ menu "YES",L_Y,"no",-;
+close;
+L_Y:
+ jobchange 1;
+close;
+} \ No newline at end of file