diff options
author | Jesusaves <cpntb1@ymail.com> | 2022-10-23 13:05:53 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2022-10-23 13:05:53 -0300 |
commit | 222f77c45e82f9e11a62b6caae3472ec12a13443 (patch) | |
tree | 65f1dab82b47f841c292d77c51cf794095e80a08 /npc/functions/mobpoint.txt | |
parent | f8bbda3f56956a09e90a2da7befd8427404c35dd (diff) | |
download | serverdata-222f77c45e82f9e11a62b6caae3472ec12a13443.tar.gz serverdata-222f77c45e82f9e11a62b6caae3472ec12a13443.tar.bz2 serverdata-222f77c45e82f9e11a62b6caae3472ec12a13443.tar.xz serverdata-222f77c45e82f9e11a62b6caae3472ec12a13443.zip |
Revert the siege conditions. However, no siege will happen if no monster was
killed the past 90 seconds.
Diffstat (limited to 'npc/functions/mobpoint.txt')
-rw-r--r-- | npc/functions/mobpoint.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/npc/functions/mobpoint.txt b/npc/functions/mobpoint.txt index 89fd4f37b..36f647e01 100644 --- a/npc/functions/mobpoint.txt +++ b/npc/functions/mobpoint.txt @@ -91,9 +91,10 @@ OnNPCKillEvent: callfunc "CraftmasterDay"; callfunc "CadisQuestCheck"; callfunc "GeminiKill"; - callfunc "MKAggro"; callfunc "SK_drops"; + // Other updates + $@MK_TRIGGERED=true; // Unset killedrid. This affects multiple calls of this function // But it is in overall more reliable imao killedrid=0; |