diff options
author | Joni Orponen <joni.orponen@gmail.com> | 2005-07-21 13:50:46 +0000 |
---|---|---|
committer | Joni Orponen <joni.orponen@gmail.com> | 2005-07-21 13:50:46 +0000 |
commit | ef01aa7669b72691c30b7862b611159ae93bd213 (patch) | |
tree | 9bff65307211120cd1e9bc626386b39c9f55d1b4 /npc | |
parent | dccc9ee12cee504f6f66a36490f7c7246fb228c5 (diff) | |
download | serverdata-ef01aa7669b72691c30b7862b611159ae93bd213.tar.gz serverdata-ef01aa7669b72691c30b7862b611159ae93bd213.tar.bz2 serverdata-ef01aa7669b72691c30b7862b611159ae93bd213.tar.xz serverdata-ef01aa7669b72691c30b7862b611159ae93bd213.zip |
Added the jobchange npc, somewhat.
Diffstat (limited to 'npc')
-rw-r--r-- | npc/tulimshar/dark_mage.txt | 9 |
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 |