diff options
Diffstat (limited to 'npc/functions')
-rw-r--r-- | npc/functions/aurora.txt | 30 |
1 files changed, 15 insertions, 15 deletions
diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt index a55aa0107..08e325a9e 100644 --- a/npc/functions/aurora.txt +++ b/npc/functions/aurora.txt @@ -256,21 +256,6 @@ function script FYE_Autoset { - - -// Modify Mob Killing -// Serves for multiple events, preserves killedrid -function script AuroraMobkill { - if ($EVENT$ == "Mining") - FYE_Mining(killedrid); - return; -} - - - - - - // Modify Kamelot function script FYE_Kamelot { .@g=getcharid(2); @@ -535,6 +520,21 @@ function script FYRewardEvent { } + + + + + + +// Modify Mob Killing +// Serves for multiple events, preserves killedrid +function script AuroraMobkill { + if ($EVENT$ == "Mining") + FYE_Mining(killedrid); + return; +} + + // Normalize Aurora Event after a server restart function script FYE_Normalize { if ($EVENT$ == "Regnum") { |