summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2020-06-18 18:17:24 -0300
committerJesusaves <cpntb1@ymail.com>2020-06-18 18:17:24 -0300
commitd34b69743dd072b61d347938483d3ce2ab7b4dc4 (patch)
tree6c243381aee0fd2604412af6ba4309163aaa8a5e
parentfcc0630d3d90d9c27aaf1dc138d151b785b324cf (diff)
downloadserverdata-d34b69743dd072b61d347938483d3ce2ab7b4dc4.tar.gz
serverdata-d34b69743dd072b61d347938483d3ce2ab7b4dc4.tar.bz2
serverdata-d34b69743dd072b61d347938483d3ce2ab7b4dc4.tar.xz
serverdata-d34b69743dd072b61d347938483d3ce2ab7b4dc4.zip
Placeholder function for some other Aurora events
-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;