Page 1 of 1

Alternate Class Master - Inspector doubt

Posted: Thu Oct 07, 2010 9:19 am
by kraken
If you want to receive support we need this info to help you properly.
» Find Revision
L2J Revision Number: 4420
L2JDP Revision Number: 7668

First of all: thank you for the great job with Freya.
I have a question about the alternate class master tutorial windows. If I reach level 40 with a kamael character, the tutorial window shows "Inspector" as a possible choice... is that correct?

I knew that the Inspector class was reserved as third subclass for kamaels, there was any change with Freya update?

Thank you and sorry for my english :mrgreen:

Re: Alternate Class Master - Inspector doubt

Posted: Thu Oct 07, 2010 9:26 am
by _DS_
Class masters are totally custom and designed for highrate pvp servers. Inspector just another kamael occupation. If you does not want it - correct the code.

Re: Alternate Class Master - Inspector doubt

Posted: Thu Oct 07, 2010 9:42 am
by kraken
Ok! Thank you!

Re: Alternate Class Master - Inspector doubt

Posted: Sun Oct 31, 2010 4:21 pm
by Gianca
I've got the same problem, Kamael female can be Inspector in main class...
But I don't know where I've to put my hands to modify that.
Can you help me ?

Re: Alternate Class Master - Inspector doubt

Posted: Sun Nov 21, 2010 2:21 pm
by Gianca
Kraken fix it and sent me this, I just wanna share:

Code: Select all

Index: L2ClassMasterInstance.java===================================================================--- L2ClassMasterInstance.java  (revision 4422)+++ L2ClassMasterInstance.java  (working copy)@@ -420,6 +420,9 @@     */    private static final boolean validateClassId(ClassId oldCID, ClassId newCID)    {+       if (newCID.getId() == 0x87)+           return false;+               if (newCID == null || newCID.getRace() == null)            return false; 

Re: Alternate Class Master - Inspector doubt

Posted: Sun Nov 21, 2010 2:33 pm
by jurchiks