diff options
author | Jesusaves <cpntb1@ymail.com> | 2019-06-05 15:17:12 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2019-06-05 15:17:12 -0300 |
commit | c66a81b1293a6df81a2cbccf436e90553547a3a7 (patch) | |
tree | 83a3ec2c37c202913fd02f22b85643a6869ff1fd /npc/014-5-1 | |
parent | 42ec6aa153e9d45252cf66e806ca3bc797d3cd72 (diff) | |
download | serverdata-c66a81b1293a6df81a2cbccf436e90553547a3a7.tar.gz serverdata-c66a81b1293a6df81a2cbccf436e90553547a3a7.tar.bz2 serverdata-c66a81b1293a6df81a2cbccf436e90553547a3a7.tar.xz serverdata-c66a81b1293a6df81a2cbccf436e90553547a3a7.zip |
This is the complete skill list for Sagratha.
Diffstat (limited to 'npc/014-5-1')
-rw-r--r-- | npc/014-5-1/sagratha.txt | 23 |
1 files changed, 22 insertions, 1 deletions
diff --git a/npc/014-5-1/sagratha.txt b/npc/014-5-1/sagratha.txt index 480a57104..9c5b3c259 100644 --- a/npc/014-5-1/sagratha.txt +++ b/npc/014-5-1/sagratha.txt @@ -388,6 +388,28 @@ function teachMagic { setq General_Sagratha, 9; break; } + case 10: + if (MAGIC_LVL < 6) + goto L_Magicless; + mesn; + mesc l("@@ nods.", .name$); + mesq l("You've been asking for way too much power from the Mana Seed."); + next; + mesn; + mesq l("Too much power can corrupt you. I've seen this happening before... countless times."); + next; + mesn; + mesq l("This is the STONEHEART spell. It'll summon the fierce Terranite."); + next; + mesn; + mesq l("They used to be an advanced civilization long long ago, but they decided to go against the Moubootaur."); + next; + mesn; + mesq l("They are now like most monsters. I pity them. Their sacrifice was not in vain, though."); + skill TMW2_STONEHEART, 1, 0; + setq General_Sagratha, 11; + break; + } /* Limerizer Lv 30 Halhiss Lv 40 @@ -398,7 +420,6 @@ function teachMagic { Stoneheart Lv 80 skill TMW2_DRAGOKIN, 5; - skill TMW2_STONEHEART, 9; */ next; return; |