diff options
author | Jared Adams <jaxad0127@gmail.com> | 2008-11-19 13:38:20 +0000 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2008-11-19 13:38:20 +0000 |
commit | 1195ea1eb880ca9c77f2471e036d8bb8009fd70d (patch) | |
tree | 888b3dded2573c38c92acb7d6faf528d02abfd8b /npc/002-1_Sandstorm/dark_mage.txt | |
parent | c35d7a43946974cc85497980f4542f0b8abc1a56 (diff) | |
download | serverdata-1195ea1eb880ca9c77f2471e036d8bb8009fd70d.tar.gz serverdata-1195ea1eb880ca9c77f2471e036d8bb8009fd70d.tar.bz2 serverdata-1195ea1eb880ca9c77f2471e036d8bb8009fd70d.tar.xz serverdata-1195ea1eb880ca9c77f2471e036d8bb8009fd70d.zip |
Change all script folders
Script files fixes are comming
Diffstat (limited to 'npc/002-1_Sandstorm/dark_mage.txt')
-rw-r--r-- | npc/002-1_Sandstorm/dark_mage.txt | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/npc/002-1_Sandstorm/dark_mage.txt b/npc/002-1_Sandstorm/dark_mage.txt new file mode 100644 index 00000000..1bf8df8c --- /dev/null +++ b/npc/002-1_Sandstorm/dark_mage.txt @@ -0,0 +1,46 @@ +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 "[Dark Mage]"; + 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 "[Dark Mage]"; + 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 "[Dark Mage]"; + 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 |