summaryrefslogtreecommitdiff
path: root/npc/functions
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2022-01-14 11:41:41 -0300
committerJesusaves <cpntb1@ymail.com>2022-01-14 11:41:41 -0300
commit81223843ed6c3e773af5235aae19c23d7a00354a (patch)
tree59c45963fa2e59fe5a881c534ed7dc57e75d791b /npc/functions
parentd78e9ae5d7d30b0023ad6e3db8402225f05f28fb (diff)
downloadserverdata-81223843ed6c3e773af5235aae19c23d7a00354a.tar.gz
serverdata-81223843ed6c3e773af5235aae19c23d7a00354a.tar.bz2
serverdata-81223843ed6c3e773af5235aae19c23d7a00354a.tar.xz
serverdata-81223843ed6c3e773af5235aae19c23d7a00354a.zip
Fill in some of the Hocus NPC, and fix a bad rule
Diffstat (limited to 'npc/functions')
-rw-r--r--npc/functions/aurora.txt9
1 files changed, 8 insertions, 1 deletions
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;
}