Jump to content

give a quest to a player manually in the game


noname835

Recommended Posts

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>

 

Link to comment
Share on other sites

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

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 :)

Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...