Jump to content
  • 0

Boydes thelo ena help me class master


Question

Posted

lipon boydes exw ena problima to pack to ftiaxno egw pos mporo na kano ton class master otan kanis to class na sou dini lvl ala pseftiko lvl dld otan alazis class den sou dixni ta skill amesos prepi na paris lvl gia na sou dosi ta skill pos tha kanoume ton class master na sou dini pseftiko lvl i opos alios theli gia na fixaristi mipos xeri kanis tha aktimousa para poli na me boithisete

4 answers to this question

Recommended Posts

  • 0
Posted

lipon, tha vreis tin methodo sto eclipse pou alazoun ta class, tha vreis tin katalili sira kai 8a pros8esis

player.rewardSkills();

 

  • 0
Posted

arakse sou eftiaksa to patch

### Eclipse Workspace Patch 1.0
#P CLEAR GS TEST
Index: java/net/sf/l2j/gameserver/model/actor/instance/L2ClassMasterInstance.java
===================================================================
--- java/net/sf/l2j/gameserver/model/actor/instance/L2ClassMasterInstance.java	(revision 4642)
+++ java/net/sf/l2j/gameserver/model/actor/instance/L2ClassMasterInstance.java	(working copy)
@@ -222,6 +222,7 @@
                 sb.append("<html><body>");
                 sb.append("You have now become a <font color=\"LEVEL\">" + CharTemplateTable.getClassNameById(player.getClassId().getId()) + "</font>.");
                 sb.append("</body></html>");
+                player.rewardSkills();

                 html.setHtml(sb.toString());
                 player.sendPacket(html);
@@ -281,7 +282,8 @@
             sb.append("<html><body>");
             sb.append("You have now become a <font color=\"LEVEL\">" + CharTemplateTable.getClassNameById(player.getClassId().getId()) + "</font>.");
             sb.append("</body></html>");
-
+            player.rewardSkills();
+            
             html.setHtml(sb.toString());
             player.sendPacket(html);
        }

Guest
This topic is now closed to further replies.


×
×
  • Create New...