» Find Revision
L2J Server Version: 3729
L2J Datapack Version: 6815
Hello Guys!
Was testing the functions of sub class and got 2 problems:
1st: The quest for sub class occurs until the end without problems, however after finishing (ladd, Mimir's Elixir .. etc).when it will change up the subclass (the record of new subclass in the database, is complete) but the character is not in subclass in game... and is not possible change it in npc... but is returned the htm subclass_fail.htm
Code: Select all
<html><body>Add Subclass:<br>You aren't eligible to add a subclass at this time.<br>To add a subclass, you must meet the following conditions:<br>First, you must obtain <font color="LEVEL">Mimir's Elixir</font>. To find out more about this quest, speak with Magister Ladd at the Ivory Tower of Oren.<br>There is one important thing. You must also have completed the "Fate's Whisper" quest from Maestro Reorin, who you can find in a hut east of Oren Castle Town.<br>Secondly, <font color="LEVEL">your current occupation must be the second or third job and all of your sub classes must be at Level 75 or above.</font> For example, if your current subclasses are Temple Knight and Silver Ranger, both Temple Knight and Silver Ranger must have reached 75 if you are to add a third subclass.<br>Thirdly, all characters are limited to <font color="LEVEL">three subclasses</font>. That is, if any character has already three subclasses, he or she cannot add a new one.</body></html>
The char now takes the sub class, but can not return to ClassBase ...
I do not know what the problem is, I checked the sourcecodes, html and nothing ..
= /
Code: Select all
<html><body>Subclass Change:<br>When you change your subclass, <font color="LEVEL">all positive effects currently being applied to your character will disappear, including energy buffs.</font><br><br>Please select your new subclass.<br>%list% </body></html>"When you change your subclass, <font color="LEVEL"> all positive effects currently being applied to your character will disappear, including energy buffs. </ Font> <br>Please select your new subclass. <br>%list%</ body> </ html>
I can not go back to class with no char ...
See print xD
Thank you friends ;]