diff options
author | Zuzanna K. Filutowska <platyna@users.sourceforge.net> | 2006-02-21 22:56:33 +0000 |
---|---|---|
committer | Zuzanna K. Filutowska <platyna@users.sourceforge.net> | 2006-02-21 22:56:33 +0000 |
commit | c6d0b0b8f0bcc085a019cffa320ab9ef314e3e7d (patch) | |
tree | e7150cf899f354e97305b48bf91ff0744eebf985 /npc/tulimshar/monster_guide.txt | |
parent | d279d5473873d99b86eeb1d95b7d11d68d20da3b (diff) | |
download | serverdata-c6d0b0b8f0bcc085a019cffa320ab9ef314e3e7d.tar.gz serverdata-c6d0b0b8f0bcc085a019cffa320ab9ef314e3e7d.tar.bz2 serverdata-c6d0b0b8f0bcc085a019cffa320ab9ef314e3e7d.tar.xz serverdata-c6d0b0b8f0bcc085a019cffa320ab9ef314e3e7d.zip |
I have included these in previous import for some reason. Stupid me.
Diffstat (limited to 'npc/tulimshar/monster_guide.txt')
-rw-r--r-- | npc/tulimshar/monster_guide.txt | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/npc/tulimshar/monster_guide.txt b/npc/tulimshar/monster_guide.txt new file mode 100644 index 00000000..002f7d7c --- /dev/null +++ b/npc/tulimshar/monster_guide.txt @@ -0,0 +1,36 @@ +new_3-1.gat,46,66,0 script MonsterGuide 102,{ +if(MPQUEST == 0) goto Register; + mes "[Monster Guide]"; + mes "You currently have " +Mobpt+ " Monster Points"; + mes "These points are acquired while killing monsters"; + close; +Register: + mes "[Monster Guide]"; + mes "Oh my, you dont seem to be registered as a Quest Participant, would you like to register?"; + next; + menu "Register",L_R,"Skip",L_N,"Information",L_I; + L_R: + mes "[Monster Guide]"; + mes "Give me a second to look over your paperwork."; + next; + mes "[Monster Guide]"; + mes "Well, looks like you qualify!"; + mes "Welcome to the questing world!"; + set MPQUEST,1; + close; + L_N: + mes "[Monster Guide]"; + mes "Very well, you dont know what your missing."; + close; + L_I: + mes "[Monster Guide]"; + mes "Here in The Mana World, there are certain rewards for your vanquishing of foes."; + mes "For example, there are Monster Points, every monster you kill has a certain amount of points that get added to your account."; + mes "The more points you have, the more expensive things you can buy using them."; + next; + mes "[Monster Guide]"; + mes "So whaddya say, sign up wont u?"; + close; +} + + |