AwesomePosom Posted September 17, 2013 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 53 Reputation: 1 Joined: 01/07/12 Last Seen: January 21, 2015 Share Posted September 17, 2013 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. // 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. Thanks in advance. Quote Link to comment Share on other sites More sharing options...
chowking Posted September 17, 2013 Group: Members Topic Count: 32 Topics Per Day: 0.01 Content Count: 178 Reputation: 17 Joined: 06/25/12 Last Seen: September 22, 2022 Share Posted September 17, 2013 (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 September 17, 2013 by chowking 1 Quote Link to comment Share on other sites More sharing options...
AwesomePosom Posted September 17, 2013 Group: Members Topic Count: 26 Topics Per Day: 0.01 Content Count: 53 Reputation: 1 Joined: 01/07/12 Last Seen: January 21, 2015 Author Share Posted September 17, 2013 @chowking Thanks man! Quote Link to comment Share on other sites More sharing options...
Question
AwesomePosom
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.
Thanks in advance.
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.