summaryrefslogtreecommitdiff
path: root/npc
diff options
context:
space:
mode:
Diffstat (limited to 'npc')
-rw-r--r--npc/014-5-1/sagratha.txt21
-rw-r--r--npc/functions/hub.txt4
2 files changed, 24 insertions, 1 deletions
diff --git a/npc/014-5-1/sagratha.txt b/npc/014-5-1/sagratha.txt
index 604dd0c87..91914ff2e 100644
--- a/npc/014-5-1/sagratha.txt
+++ b/npc/014-5-1/sagratha.txt
@@ -432,6 +432,27 @@ function teachMagic {
skill TMW2_STONEHEART, 1, 0;
setq General_Sagratha, 11;
break;
+ case 12:
+ if (MAGIC_LVL < 7)
+ goto L_Magicless;
+ mesn;
+ mesc l("@@ nods reluctantly.", .name$);
+ mesq l("If you try take any more power from the Mana Seed, I'll kill you.");
+ next;
+ mesn;
+ mesq l("Seven levels is what the Mana Seed may give to any race but Saviors.");
+ next;
+ mesn;
+ mesq l("Of course, the Savior race is extinct as far as history book concern with.");
+ next;
+ mesn;
+ mesq l("This is the FAIRYEMPIRE spell. It'll summon Pixies.");
+ next;
+ mesn;
+ mesq l("For simple-minded individuals like you, pixies are fairies.");
+ skill TMW2_FAIRYEMPIRE, 1, 0;
+ setq General_Sagratha, 13;
+ break;
}
/*
Plants Lv 1
diff --git a/npc/functions/hub.txt b/npc/functions/hub.txt
index 2619ffe26..3e745825d 100644
--- a/npc/functions/hub.txt
+++ b/npc/functions/hub.txt
@@ -518,9 +518,11 @@ function script HUB_SkillInvoke {
SK_summon(any(GreenSlime,AzulSlime,RedSlime,AngryYellowSlime), 2, any(3,4));
break;
case TMW2_FAIRYKINGDOM:
- // TODO: Allow Pixie summoning
SK_summon(any(FireFairy, EarthFairy, WaterFairy, WindFairy, PoisonFairy), 4, any(3,4));
break;
+ case TMW2_FAIRYEMPIRE:
+ SK_summon(any(VanityPixie, HolyPixie, ShadowPixie, NulityPixie), 5, any(4,5));
+ break;
// More complex summons
case TMW2_HALHISS:
.@mobId=Snake;