edited March 2014 in ORK Support
how would i go about make a quest that you have to kill X amount of mobs to finish im kinda new to ork frame work the event system im still learning
Post edited by gamingislove on
  • In your monster's combatant settings, you can define Game Variables that will be changed when they're killed (found in the Death Settings).

    Add a float variable used as counter, select Add as operator and set the added value to 1. Now, the counter will be increased by 1 each time one of those combatants is killed.

    On your quest, upon accepting, reset that counter to 0 (if you want to remove previously killed monsters). Now, all you have to do is check if the quest has been accepted and the counter of killed enemies ...
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Sign In or Register to comment.