• If you have a mod, tool or prefab, please use the Resources section. Click Mods at the top of the forums.

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