Alternate Class Master - Inspector doubt

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
User avatar
kraken
Posts: 11
Joined: Tue Sep 07, 2010 8:51 am

Alternate Class Master - Inspector doubt

Post 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:
_DS_
L2j Veteran
L2j Veteran
Posts: 3437
Joined: Wed Apr 30, 2008 8:53 am
Location: Russia

Re: Alternate Class Master - Inspector doubt

Post 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.
Commiter of the shit
public static final int PI = 3.1415926535897932384626433832795;
User avatar
kraken
Posts: 11
Joined: Tue Sep 07, 2010 8:51 am

Re: Alternate Class Master - Inspector doubt

Post by kraken »

Ok! Thank you!
Gianca
Posts: 9
Joined: Sun Oct 24, 2010 4:52 am

Re: Alternate Class Master - Inspector doubt

Post 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 ?
Gianca
Posts: 9
Joined: Sun Oct 24, 2010 4:52 am

Re: Alternate Class Master - Inspector doubt

Post 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; 
User avatar
jurchiks
Posts: 6769
Joined: Sat Sep 19, 2009 4:16 pm
Location: Eastern Europe

Re: Alternate Class Master - Inspector doubt

Post by jurchiks »

If you have problems, FIRST TRY SOLVING THEM YOURSELF, and if you get errors, TRY TO ANALYZE THEM, and ONLY if you can't help it, THEN ask here.
Otherwise you will never learn anything if all you do is copy-paste!
Discussion breeds innovation.
Post Reply