summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJesusaves <cpntb1@ymail.com>2018-07-14 19:15:42 -0300
committerJesusaves <cpntb1@ymail.com>2018-07-14 19:15:42 -0300
commit7f0e1b4c909e618200b91779ebb9834d706284ee (patch)
tree13d8c947800b1f15af9b1c7837dcac8790bb98c0
parent1eae289291c65b1e847400f5254a80b56c3dac50 (diff)
downloadserverdata-7f0e1b4c909e618200b91779ebb9834d706284ee.tar.gz
serverdata-7f0e1b4c909e618200b91779ebb9834d706284ee.tar.bz2
serverdata-7f0e1b4c909e618200b91779ebb9834d706284ee.tar.xz
serverdata-7f0e1b4c909e618200b91779ebb9834d706284ee.zip
[skip ci] Prevent re-execution of Malindou Code
-rw-r--r--npc/003-3/malindou.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt
index cefb184f6..6688d9d69 100644
--- a/npc/003-3/malindou.txt
+++ b/npc/003-3/malindou.txt
@@ -108,6 +108,8 @@ OnPCLoginEvent:
end;
OnInterIfInitOnce:
+ if (getbattleflag("monster_hp_rate") > 100)
+ end;
// We must also apply penalty for losing Mana Fragments
// Forest Mana Fragment is lost: (+1% HP, +5% pop, 20s faster removal)
UpdateBF("monster_hp_rate",1);