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...