Possible SubClass Bug.

Support for the latest build of L2J Server, get help here with installations, upgrades, problems.
Do not post bugs reports here, use viewforum.php?f=77 instead.
There is no support for other server builds than the official provided by l2jserver.com
Forum rules
READ NOW: L2j Forums Rules of Conduct
Post Reply
Grundor
Posts: 9
Joined: Tue Aug 26, 2008 3:35 pm

Possible SubClass Bug.

Post by Grundor »

If you want to receive support we need this info to help you properly.
» 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>
2st: I disabled the need to subclass quest (AltSubClassWithoutQuests = ...)
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>
%list% this list should appear on the class not?
I can not go back to class with no char ...

See print xD
Shot00035.jpg
Shot00036.jpg
Thank you friends ;]
You do not have the required permissions to view the files attached to this post.
User avatar
janiii
L2j Veteran
L2j Veteran
Posts: 4269
Joined: Wed May 28, 2008 3:15 pm
Location: Slovakia

Re: Possible SubClass Bug.

Post by janiii »

2. you can change back at class master of the given class. if you want to change back anywhere, just set the AltSubclassEverywhere config to true .
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper
I don't give private support - PM will be ignored!
Grundor
Posts: 9
Joined: Tue Aug 26, 2008 3:35 pm

Re: Possible SubClass Bug.

Post by Grundor »

Code: Select all

# Default: FalseAltSubClassWithoutQuests = True
Aaa ok ..
This is a protection against a cheat that could consume processing the database;)
Perfect!
I did not know, when it was implemented?
I was using another distribution and it was not so ... thanks!
Post Reply