Gender specific headgears

legion

New member
Messages
36
Points
0
Hi, I added custom headgears in my server, 2 headgears actually, one for female and one for male. I already put "Gender: 0" for female headgear and "Gender: 1" for male headgear in itemdb2.conf. But I tested it ingame, the female headgear can still be worn by male characters, and the male headgear by female characters. Any ideas why?

 
I think your problem is on the server-side:

conf/battle/items.conf:50

Code:
// Can any player equip any item regardless of the gender restrictions// NOTE: Wedding Rings and Whips/Musical Instruments will check gender regardless of setting.ignore_items_gender: yes
 
Worked like a charm! I didn't know there is that setting in items.conf, thanks jaBote!

 
Back
Top