diff options
-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 |