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

AdBlock Extension Detected!

Our website is made possible by displaying online advertisements to our members.

Please disable AdBlock browser extension first, to be able to use our community.

I've Disabled AdBlock