diff options
author | HoraK-FDF <horak-fdf@web.de> | 2024-05-22 00:07:44 +0200 |
---|---|---|
committer | HoraK-FDF <horak-fdf@web.de> | 2024-05-22 00:07:44 +0200 |
commit | a14db16552e691dcb3b144cc6947cc411e844e5f (patch) | |
tree | 848609ca862ce2832c6e3affc764d1c7bc78d7d1 /world/map/npc/mobs/miner_mania.txt | |
parent | c359c6fdd561a729ea8a9f5815b5b25bc7f9a805 (diff) | |
download | serverdata-a14db16552e691dcb3b144cc6947cc411e844e5f.tar.gz serverdata-a14db16552e691dcb3b144cc6947cc411e844e5f.tar.bz2 serverdata-a14db16552e691dcb3b144cc6947cc411e844e5f.tar.xz serverdata-a14db16552e691dcb3b144cc6947cc411e844e5f.zip |
miner mania add spaces
Diffstat (limited to 'world/map/npc/mobs/miner_mania.txt')
-rw-r--r-- | world/map/npc/mobs/miner_mania.txt | 70 |
1 files changed, 35 insertions, 35 deletions
diff --git a/world/map/npc/mobs/miner_mania.txt b/world/map/npc/mobs/miner_mania.txt index 066cef1c..445c82e0 100644 --- a/world/map/npc/mobs/miner_mania.txt +++ b/world/map/npc/mobs/miner_mania.txt @@ -16,7 +16,7 @@ OnInit: - if "error_log: on" is in world/map/conf/battle_local.conf it displays messages like "npc_event: event not found [Miner_Mania::OnBifMined10]" which clutter the server console but otherwise do no harm, its also possible to make "error_log: off" so they don't get displayed anymore but to be sure include a label with the mapnumber in it like: OnBifMined99: - end; + end; - $@bifs/slimes_multi set after how many ticks this map/spot spawns. For example multi 6 would spawn on 6th tick which is 6 sec on 1 sec tick duration. @@ -224,72 +224,72 @@ L_SlimeContinue: end; OnBifMined0: -end; + end; OnBifMined1: -end; + end; OnBifMined2: -end; + end; OnBifMined3: -end; + end; OnBifMined4: -end; + end; OnBifMined5: -end; + end; OnBifMined6: -end; + end; OnBifMined7: -end; + end; OnBifMined8: -end; + end; OnBifMined9: -end; + end; OnBifMined10: -end; + end; OnBifMined11: -end; + end; OnBifMined12: -end; + end; OnBifMined13: -end; + end; OnBifMined14: -end; + end; OnBifMined15: -end; + end; OnBifMined16: -end; + end; OnSlimeSlain0: -end; + end; OnSlimeSlain1: -end; + end; OnSlimeSlain2: -end; + end; OnSlimeSlain3: -end; + end; OnSlimeSlain4: -end; + end; OnSlimeSlain5: -end; + end; OnSlimeSlain6: -end; + end; OnSlimeSlain7: -end; + end; OnSlimeSlain8: -end; + end; OnSlimeSlain9: -end; + end; OnSlimeSlain10: -end; + end; OnSlimeSlain11: -end; + end; OnSlimeSlain12: -end; + end; OnSlimeSlain13: -end; + end; OnSlimeSlain14: -end; + end; OnSlimeSlain15: -end; + end; OnSlimeSlain16: -end; + end; } |