diff options
author | Fate <fate-tmw@googlemail.com> | 2009-01-31 10:09:07 -0700 |
---|---|---|
committer | Fate <fate-tmw@googlemail.com> | 2009-01-31 10:09:07 -0700 |
commit | aaf35991589f4d2dc1c23a91c1859b646bfec007 (patch) | |
tree | c3bd2c71ab79f970e3df41b72a78f48d30989ab7 /npc/001-1_Tulimshar/elanore.txt | |
parent | 232f1fe02a2407aa628af550dd7a247ef62f70dc (diff) | |
download | serverdata-aaf35991589f4d2dc1c23a91c1859b646bfec007.tar.gz serverdata-aaf35991589f4d2dc1c23a91c1859b646bfec007.tar.bz2 serverdata-aaf35991589f4d2dc1c23a91c1859b646bfec007.tar.xz serverdata-aaf35991589f4d2dc1c23a91c1859b646bfec007.zip |
Made levelling up in life magic practical.
Diffstat (limited to 'npc/001-1_Tulimshar/elanore.txt')
-rw-r--r-- | npc/001-1_Tulimshar/elanore.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/npc/001-1_Tulimshar/elanore.txt b/npc/001-1_Tulimshar/elanore.txt index 62e664b1..0c56ecf7 100644 --- a/npc/001-1_Tulimshar/elanore.txt +++ b/npc/001-1_Tulimshar/elanore.txt @@ -272,7 +272,7 @@ L_Teach_Initial_Noroom: L_Teach_CheckAdvanceTo2: mes "[Elanore the Healer]"; - if (@Q_heal_exp < 30) + if (@Q_heal_exp < 20) goto L_Teach_CheckAdvanceTo2_fail; mes "Elanore smiles at you."; mes "\"From what I have been hearing, you seem to be doing well on your way to becoming a healer. I have decided to accept you as a student of the School of Life Magic.\""; @@ -313,9 +313,9 @@ L_Teach_CheckAdvanceTo2_fail: mes "\"I think I would like to observe you for a little longer to see if you would make a good healer.\""; if (@Q_heal_exp < 5) mes "\"You are still at the beginning of your path, but do keep practicing.\""; - if ((@Q_heal_exp >= 5) && (@Q_heal_exp < 20)) + if ((@Q_heal_exp >= 5) && (@Q_heal_exp < 15)) mes "\"You are making progress, but you still need more practice.\""; - if (@Q_heal_exp >= 20) + if (@Q_heal_exp >= 15) mes "\"You have made good progress, but please do continue in your efforts.\""; close; |