• Mods are now organized as resources. Use the Mods link above to browse for or submit a mod, tool, or prefab.

    The TFP Official Modding Forum Policy establishes the rules and guidelines for mod creators and mod users.

Player XP

UbberN00ber

Refugee
i want to make an item that is a quest that you have to readd and it just gives you XP ... i had a bad backup on my server and many players reset to lvl 1 and i want to give them this quest to read... this is what i was looking at

<item name="magazineEXP"><property name="Extends" value="unlockBookMaster"/>

<property name="CreativeMode" value="Player"/>

<property name="CustomIcon" value="questMaster"/> <property name="CustomIconTint" value="255,0,0"/>

<property name="EconomicValue" value="0"/>

<property class="Action0">

<property name="ExperienceGain" value="10000"/>

</property>

</item>
 
Back
Top