diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-12-20 14:29:55 -0200 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-12-20 14:29:55 -0200 |
commit | 16f2f06cf52187e9964c6dc1ee8152c9d219826d (patch) | |
tree | 0af282fe8a98174186270437f1a81088b440de6a /npc/003-3/malindou.txt | |
parent | 55695993663c6a77b08c63f2da806ec1f50e674b (diff) | |
download | serverdata-16f2f06cf52187e9964c6dc1ee8152c9d219826d.tar.gz serverdata-16f2f06cf52187e9964c6dc1ee8152c9d219826d.tar.bz2 serverdata-16f2f06cf52187e9964c6dc1ee8152c9d219826d.tar.xz serverdata-16f2f06cf52187e9964c6dc1ee8152c9d219826d.zip |
Remove outdated feature
Diffstat (limited to 'npc/003-3/malindou.txt')
-rw-r--r-- | npc/003-3/malindou.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/npc/003-3/malindou.txt b/npc/003-3/malindou.txt index 3e82f8fff..b049a8c27 100644 --- a/npc/003-3/malindou.txt +++ b/npc/003-3/malindou.txt @@ -232,16 +232,5 @@ OnPCLoginEvent: #MerchantBank = 0; } 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); - UpdateBF("mob_count_rate",5); - UpdateBF("mob_remove_delay",-20000); - // Just copy these lines as fragments are lost - end; } |