Serton Posted August 10, 2021 Posted August 10, 2021 Can someone explain how to make a global quest? Kill 25,000 NPCs or collect 10,000 items.
2 Beefy Kasplant Posted August 10, 2021 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
2 Beefy Kasplant Posted August 10, 2021 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
0 Serton Posted August 10, 2021 Author 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?
0 Serton Posted August 10, 2021 Author 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!Â
Question
Serton
Can someone explain how to make a global quest? Kill 25,000 NPCs or collect 10,000 items.
4 answers to this question
Recommended Posts