noname835 Posted September 1 Share Posted September 1 (edited) Hello friends 7dtd Is it still possible to give a quest to a player manually in the game, for example on a scroll or by some other means. To complete the quest in a custom building install manually after creating the map. Thank you in advance for your answer if possible. Edited September 1 by noname835 (see edit history) Link to comment Share on other sites More sharing options...
BFT2020 Posted September 1 Share Posted September 1 Give it a try and see if it is still possible Example below <item name="noteFirearmChallenges"> <property name="Extends" value="questMaster"/> <property class="Action0"> <property name="QuestGiven" value="quest_FirearmChallenges"/> </property> </item> 1 Link to comment Share on other sites More sharing options...
noname835 Posted September 1 Author Share Posted September 1 24 minutes ago, BFT2020 said: Give it a try and see if it is still possible Example below <item name="noteFirearmChallenges"> <property name="Extends" value="questMaster"/> <property class="Action0"> <property name="QuestGiven" value="quest_FirearmChallenges"/> </property> </item> Thank you for your help, but if for you it seems easy for me I learn. 1- how and where to put your code to be able to give it to a player? 2-Where can I find the name of the quest in my building that I made? THANKS Link to comment Share on other sites More sharing options...
ThunderSn1per Posted September 2 Share Posted September 2 5 hours ago, noname835 said: Thank you for your help, but if for you it seems easy for me I learn. 1- how and where to put your code to be able to give it to a player? 2-Where can I find the name of the quest in my building that I made? THANKS You need to create the quest yourself, by creating it in a quests.xml file. The code that BFT2020 has given yuo needs to go in an items.xml file. I'd suggest checking out some YT tutorials to get an idea on these 1 Link to comment Share on other sites More sharing options...
-Holo- Posted September 2 Share Posted September 2 I'm not sure if this still holds, but modding quests.xml usually did lead to character reset, so don't try it on a running game 1 Link to comment Share on other sites More sharing options...
noname835 Posted September 2 Author Share Posted September 2 (edited) Many thanks for your advice Edited September 2 by noname835 (see edit history) Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now