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 | |
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.
-rw-r--r-- | db/constants.conf | 1 | ||||
-rw-r--r-- | npc/001-1/eventmaster.txt | 19 |
2 files changed, 13 insertions, 7 deletions
diff --git a/db/constants.conf b/db/constants.conf index 95b3bc3e3..2eb6e969d 100644 --- a/db/constants.conf +++ b/db/constants.conf @@ -3946,6 +3946,7 @@ constants_db: { NPC_JOURNALMAN: 309 NPC_FISHERMAN_HALI: 311 NPC_MIRAJ: 323 + NPC_ERNANDO: 328 NPC_ANDREI: 329 // Animated NPCs 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 |