summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--npc/functions/aurora.txt14
-rw-r--r--npc/functions/mobpoint.txt1
2 files changed, 15 insertions, 0 deletions
diff --git a/npc/functions/aurora.txt b/npc/functions/aurora.txt
index 36b615f30..363d33312 100644
--- a/npc/functions/aurora.txt
+++ b/npc/functions/aurora.txt
@@ -256,6 +256,19 @@ function script FYE_Autoset {
+
+
+// Modify Mob Killing
+// Serves for multiple events, preserves killedrid
+function script AuroraMobkill {
+ return;
+}
+
+
+
+
+
+
// Modify Kamelot
function script FYE_Kamelot {
.@g=getcharid(2);
@@ -353,6 +366,7 @@ function script FYE_Expo {
+
// Configure Fishing
function script FYEConf_Fishing {
setarray $FYREWARD_PT, 42, 63, 94, 141, 212,
diff --git a/npc/functions/mobpoint.txt b/npc/functions/mobpoint.txt
index 5f9eb2b05..7b29ca155 100644
--- a/npc/functions/mobpoint.txt
+++ b/npc/functions/mobpoint.txt
@@ -73,6 +73,7 @@ OnNPCKillEvent:
callfunc "SaggyMobCount";
callfunc "dausen_mobtutorial";
callfunc "Guardhouse_RandQuestCheck";
+ callfunc "AuroraMobkill";
killedrid=0;
end;