diff options
author | Jesusaves <cpntb1@ymail.com> | 2018-06-17 13:57:07 -0300 |
---|---|---|
committer | Jesusaves <cpntb1@ymail.com> | 2018-06-17 13:59:05 -0300 |
commit | 85e3d478b603ae0567f11ca984db4e5228eb85ae (patch) | |
tree | b92ee8b40ce3fa6aa5a3f99d00b28e6d77c418db /npc/001-1 | |
parent | 667356954f604167aac78f972ec31fe82ef2f7b6 (diff) | |
download | serverdata-85e3d478b603ae0567f11ca984db4e5228eb85ae.tar.gz serverdata-85e3d478b603ae0567f11ca984db4e5228eb85ae.tar.bz2 serverdata-85e3d478b603ae0567f11ca984db4e5228eb85ae.tar.xz serverdata-85e3d478b603ae0567f11ca984db4e5228eb85ae.zip |
How many bugs are still on 001-1/eventmaster? + a constant.
Diffstat (limited to 'npc/001-1')
-rw-r--r-- | npc/001-1/eventmaster.txt | 19 |
1 files changed, 12 insertions, 7 deletions
diff --git a/npc/001-1/eventmaster.txt b/npc/001-1/eventmaster.txt index 3a21729a7..59be1cebc 100644 --- a/npc/001-1/eventmaster.txt +++ b/npc/001-1/eventmaster.txt @@ -555,17 +555,15 @@ L_Agr: mes "Completed."; mes "Total spawns: "+str(@log_spawns); next; - goto L_Agr + goto L_Agr; + + + + - if (@menu == 1) goto L_Spawn; - mes ""; - mes "Completed."; - mes "Total spawns: "+str(@log_spawns); - next; - goto L_Agr; L_EventOnly: mes col("WARNING: Spawn these monsters with moderation!", 1); @@ -617,6 +615,13 @@ L_EventOnly: next; goto L_EventOnly; + + + + + + + L_Boss: select "Abort", // 1 |