Jump to content

Recommended Posts

Posted

With That simple patch elf can get subclass of Dark elf, and dark elf of elf...

Index: java/net/sf/l2j/gameserver/model/base/PlayerClass.java
===================================================================
--- java/net/sf/l2j/gameserver/model/base/PlayerClass.java	(revision 3585)
+++ java/net/sf/l2j/gameserver/model/base/PlayerClass.java	(working copy)
@@ -266,15 +266,6 @@

				subclasses.remove(this);

-				switch (player.getRace())
-				{
-					case Elf:
-						subclasses.removeAll(getSet(DarkElf, Third));
-						break;
-					case DarkElf:
-						subclasses.removeAll(getSet(Elf, Third));
-						break;
-				}

				subclasses.removeAll(getSet(Kamael, Third));

Posted

I think on most packs this fix is avaliable.Anyway thanks for share.

Its not a fix its your own choice.

In retail Elfs can't subclass Dark Elf classes and vice versa. This basically removes that setting.

Guest
This topic is now closed to further replies.


×
×
  • Create New...

Important Information

This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..