Start New Char

xvitorx1

Vagabond
Customer
Hey everyone, good evening. How do I make new characters start with new items? For example: the Devotion for Mages set. I already know there's a setting for that, but there the items appear in the bag and not equipped.
 
Hey everyone, good evening. How do I make new characters start with new items? For example: the Devotion for Mages set. I already know there's a setting for that, but there the items appear in the bag and not equipped.
\gameserver\data\stats\player\pcparams
Code:
<items> <!-- Starting Items -->
                <item id="5588" amount="1"/>
                <item id="2369" amount="1" equipped="true" enchant="0"/>
                <item id="1147" amount="1" equipped="true" enchant="0"/>
                <item id="1146" amount="1" equipped="true" enchant="0"/>
                <item id="10" amount="1"/>
            </items>
 
Hey everyone, good evening. How do I make new characters start with new items? For example: the Devotion for Mages set. I already know there's a setting for that, but there the items appear in the bag and not equipped.
Будь внимательнее, там разбивка по полу идёт, можешь не заметить и поправить файл только для мужчин.
 
Last edited:
Back
Top