Tem essa opção:
lá em gameserver\config\custom .. arquivo L2JTeonCustom.properties..
# Enable this if you want the below configuration to work.
CustomStarterItemsEnabled = True
# Set this to False to allow items like official given to character on creation.
# Set this to True if you don't want players to get items like official on character creation.
# This does not affect CustomStarterItems.
DisableOfficialStarterItems = False
# This allows the administrator to set up additional items for players to start off with, items are put in the format: id,count;id,count;id,count
CustomStarterItems = 57,100000000;
|