Jump to content
  • 0

Regarding starting items.


Question

Posted

Hi,

 

I just wondering about this on char_athena.conf, I wanted to auto equip the starting items to a new character.

 

But the problem is I don't know what are the correct positions?

 

Here is the script that I was talking about.

 

  1. // Starting items for new characters
  2. // Max number of items is MAX_STARTITEM in char.c (default 32)
  3. // Format: <id>,<amount>,<position>:<id>,<amount>,<position>:...
  4. // To auto-equip an item, include the position where it will be equipped; otherwise, use zero.

 

Thanks in advance.

2 answers to this question

Recommended Posts

Posted (edited)

Please refer to the Loc section in wiki

 

(2^0) 1 = Lower headgear
(2^1) 2 = Right hand
(2^2) 4 = Mantle
(2^3) 8 = Accessory 1
(2^4) 16 = Armor
(2^5) 32 = Left hand
(2^6) 64 = Shoes
(2^7) 128 = Accessory 2
(2^8) 256 = Upper headgear
(2^9) 512 = Middle headgear
(2^10) 1024 = Styles Upper headgear
(2^11) 2048 = Styles Middle headgear
(2^12) 4096 = Styles Lower headgear
(2^15) 32768 = Arrow (arrow-type items only)
Edited by chowking
  • Upvote 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...