summaryrefslogtreecommitdiff
path: root/npc/001-1/salem.txt
diff options
context:
space:
mode:
Diffstat (limited to 'npc/001-1/salem.txt')
-rw-r--r--npc/001-1/salem.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/npc/001-1/salem.txt b/npc/001-1/salem.txt
index 913db476..8f218595 100644
--- a/npc/001-1/salem.txt
+++ b/npc/001-1/salem.txt
@@ -81,6 +81,19 @@
setq ArtisQuests_CatchPiou, 2;
.@q = getq(ArtisQuests_CatchPiou);
+
+ AGI_EXP+=32;
+ mesc l("Gained %d Agility Experience.", 32);
+ .@nxt = NEXT_Agi();
+ if (EXP_AGI > .@nxt) {
+ statusup2(bAgi, 1);
+ EXP_AGI -= .@nxt;
+
+ // FIXME: Use a color-coded special effect
+ specialeffect(1, SELF, getcharid(3));
+ }
+
+
.LastPiouHunter$ = "";
ArtisQuests_CatchPiou_Difficulcy = 0;
.@BoughtPiou = BuyPiou(@ArtisQuests_PiouPrice);