Jump to content
  • 0

Subclass problem


Question

4 answers to this question

Recommended Posts

  • 0
Posted

ama thes pes kai olas pos evgales to paralize px apo t config i apo java..

 

olo kai kapoios tha exi to idio problima na kseroun ti na kanoun.

apla esvisa auto to code
ndex: /Server/SkyLanceR's_IL_GS/java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java
===================================================================
--- /Server/SkyLanceR's_IL_GS/java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java (revision 345)
+++ /Server/SkyLanceR's_IL_GS/java/net/sf/l2j/gameserver/model/actor/instance/L2PcInstance.java (revision 346)
@@ -8425,4 +8425,6 @@
     public boolean addSubClass(int classId, int classIndex)
     {
     	if (getTotalSubClasses() == 3 || classIndex == 0)
     		return false;
@@ -8430,4 +8432,8 @@
     	if (getSubClasses().containsKey(classIndex))
     		return false;
+    	
+    	startAbnormalEffect(L2Character.ABNORMAL_EFFECT_HOLD_1);
+    	setIsParalyzed(true);
+    	sendMessage("You are paralized untill your subclass load.");

     	// Note: Never change _classIndex in any method other than setActiveClass().
@@ -8492,4 +8498,8 @@
         if (Config.DEBUG)
             _log.info(getName() + " was given " + getAllSkills().length + " skills for their new sub class.");

+       

+        setIsParalyzed(false);

+        stopAbnormalEffect(L2Character.ABNORMAL_EFFECT_HOLD_1);

+        sendMessage("You are unparalized.");

 

        return true;

Guest
This topic is now closed to further replies.
×
×
  • Create New...