l2pctemplate
Posted: Sun Dec 08, 2013 10:02 am
6309-10068
In l2pctemplate there is no male only female ?
private final double _fCollisionHeightFemale;
private final double _fCollisionRadiusFemale;
I add the fake npc code and it haves
In l2pctemplate there is no male only female ?
private final double _fCollisionHeightFemale;
private final double _fCollisionRadiusFemale;
I add the fake npc code and it haves
Code: Select all
L2PcTemplate pcTmpl = CharTemplateTable.getInstance().getTemplate(fPc.clazz); if (pcTmpl != null) { writeF(fPc.sex == 0 ? pcTmpl.getFCollisionRadiusMale() : pcTmpl.getFCollisionRadiusFemale()); writeF(fPc.sex == 0 ? pcTmpl.getFCollisionHeightMale() : pcTmpl.getFCollisionHeightFemale());