summaryrefslogtreecommitdiff
path: root/world
diff options
context:
space:
mode:
Diffstat (limited to 'world')
-rw-r--r--world/map/npc/mobs/miner_mania.txt70
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;
}