Serton Posted August 10, 2021 Share Posted August 10, 2021 Can someone explain how to make a global quest? Kill 25,000 NPCs or collect 10,000 items. Link to comment Share on other sites More sharing options...
2 Beefy Kasplant Posted August 10, 2021 Share Posted August 10, 2021 It's pretty much point by point:  Create a global variable, call it: NPCKilled Go to the NPC editor and add an event on NPC death: Add +1 to global variable NPCKilled  Create an event in the main town: Page 1: Condition -> NPCKilled < 25000 Show text: You haven't killed enough NPC  Page 2: Condition -> NPCKilled => 25000 Show text: Hurray, you managed to decimate the NPC population beyond repair! Their species will never recover from this massacre! Serton 1 Link to comment Share on other sites More sharing options...
2 Beefy Kasplant Posted August 10, 2021 Share Posted August 10, 2021 Global variable NPC kill event: +1 to global variable  Some event NPC or something that does something when global variable => 25000 Link to comment Share on other sites More sharing options...
0 Serton Posted August 10, 2021 Author Share Posted August 10, 2021 37 minutes ago, Beefy Kasplant said: Global variable NPC kill event: +1 to global variable  Some event NPC or something that does something when global variable => 25000  Can you explain it point by point? Link to comment Share on other sites More sharing options...
0 Serton Posted August 10, 2021 Author Share Posted August 10, 2021 34 minutes ago, Beefy Kasplant said: It's pretty much point by point:  Create a global variable, call it: NPCKilled Go to the NPC editor and add an event on NPC death: Add +1 to global variable NPCKilled  Create an event in the main town: Page 1: Condition -> NPCKilled < 25000 Show text: You haven't killed enough NPC  Page 2: Condition -> NPCKilled => 25000 Show text: Hurray, you managed to decimate the NPC population beyond repair! Their species will never recover from this massacre! Thank you for advie! Link to comment Share on other sites More sharing options...
Question
Serton
Can someone explain how to make a global quest? Kill 25,000 NPCs or collect 10,000 items.
Link to comment
Share on other sites
4 answers to this question
Recommended Posts