Page 1 of 1

[beta][help]getClassName

Posted: Thu Apr 04, 2013 12:24 pm
by oscard
hello

for this update remove for this className
http://trac.l2jserver.com/changeset/5906

and edit for my pack custom event and this error

public String getClassName()
{
return _owner.getTemplate().getClassName();
}

now how to create ?

Re: [beta][help]getClassName

Posted: Thu Apr 04, 2013 1:14 pm
by Zoey76

Code: Select all

public String getClassName(){    return ClassListData.getInstance().getClass(_owner.getClassId()).getClassName();}