How to activate multi_manager after killing 3 specific monsters? Created 1 year ago2022-12-29 06:29:23 UTC by Mr_Shooter42 Mr_Shooter42

Created 1 year ago2022-12-29 06:29:23 UTC by Mr_Shooter42 Mr_Shooter42

Posted 1 year ago2022-12-29 06:29:23 UTC Post #347211
I tried several methods, seen in earlier forum posts including using hidden buttons and a game_counter, but nothing works. How do I do this?
Posted 1 year ago2022-12-29 22:07:16 UTC Post #347213
A game counter is all you need, along with the enemies needed to count towards the trigger amount and the multimanger you want to trigger. You need the following entities:

game_counter
name: killcount
target: trigger_mm
limit value: 3

At least three enemy NPCs
triggerTarget: killcount
triggerCondition: Death

multimanager
name: trigger_mm

That's it. When three of the enemies are killed, they each will trigger the game_counter (killcount) which will in turn trigger the multimanager (trigger_mm)
monster_urby monster_urbyGoldsourcerer
You must be logged in to post a response.