Jump to content
  • 0

how to disable starter items?


Question

Posted

I already disable the starter items (knife and shield) on char.conf

 

// Starting items for new characters
// Max number of items is MAX_STARTITEM in char.c (default 32)
// Format: <id>,<amount>,<position>{:<id>,<amount>,<position>...}
// To auto-equip an item, include the position where it will be equipped; otherwise, use zero.
// NOTE: For Doram, this requires client 20151001 or newer.
//start_items: 1201,1,2:2301,1,16
//start_items_doram: 1681,1,2:2301,1,16

but the character still gets these equipment. How do I disable it?

3 answers to this question

Recommended Posts

  • 0
Posted
12 minutes ago, Yuna said:

I already disable the starter items (knife and shield) on char.conf

 


// Starting items for new characters
// Max number of items is MAX_STARTITEM in char.c (default 32)
// Format: <id>,<amount>,<position>{:<id>,<amount>,<position>...}
// To auto-equip an item, include the position where it will be equipped; otherwise, use zero.
// NOTE: For Doram, this requires client 20151001 or newer.
//start_items: 1201,1,2:2301,1,16
//start_items_doram: 1681,1,2:2301,1,16

but the character still gets these equipment. How do I disable it?

 

Just put:

start_items: 0,0,0:0,0,0
start_items_doram: 0,0,0:0,0,0

 

  • Like 1

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...