From 81223843ed6c3e773af5235aae19c23d7a00354a Mon Sep 17 00:00:00 2001 From: Jesusaves Date: Fri, 14 Jan 2022 11:41:41 -0300 Subject: Fill in some of the Hocus NPC, and fix a bad rule --- npc/functions/aurora.txt | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'npc/functions/aurora.txt') diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt index 246821e4c..8e9c45800 100644 --- a/npc/functions/aurora.txt +++ b/npc/functions/aurora.txt @@ -587,7 +587,14 @@ function script FYE_Olympics_SK { FMOLY_FRIEND += 1; // Generic - FYMOLY_SPAMMY += .@sl; + if (.@sk != TMW2_FAKESKILL && + .@sk != TMW2_FAKESKILL2 && + .@sk != AM_CALLHOMUN && + .@sk != AM_REST && + .@sk != AM_RESURRECTHOMUN && + .@sk != TMW2_TRANSMIGRATION && + .@sk != TMW2_OVHFIRE) + FYMOLY_SPAMMY += .@sl; setq Q_AuroraEvent, getq2(Q_AuroraEvent) + rand2(.@sl + 1); return; } -- cgit v1.2.3-70-g09d2