for add subclass you should have noblesse status or alliance with varka or ketra lvl 1 or more
This is retail way
if(!Config.ALT_GAME_SUBCLASS_WITHOUT_QUESTS)
{
QuestState qs = player.getQuestState("235_MimirsElixir);
if(qs == null || !qs.isCompleted())
{
player.sendMessage("You must have completed the Mimir's Elixir quest to continue adding your sub class.");
player.setLocked(false);
return;
}
qs = player.getQuestState("234_FatesWhisper");
if(qs == null || !qs.isCompleted())
{
player.sendMessage("You must have completed the Fate's Whisper quest to continue adding your sub class.");
player.setLocked(false);
return;
}
}
Hi, i will be GM and i help him so mysql needs to be edited also.
But what should be values in gameserver.bat
[code]REM Default parameters for a basic server.
java -version:1.7 -Djava.util.logging.manager=com.l2jserver.util.L2LogManager -Xms1024m -Xmx1024m -cp ./../libs/*;l2jserver.jar com.l2jserver.gameserver.GameServer
REM
REM If you have a big server and lots of memory, you could experiment for example with
REM java -server -Xmx1536m -Xms1024m -Xmn512m -XX:PermSize=256m [/code]
Hello dear friends, im selling ready to go vanganth downgraded to c4 retail with many fixes with script and geodata latest. Already running valkyrie X1 if you like to test. www.esl2.org. send me private message if you interesting. 200€ without source and 300 with source.
Question
Rapist
I wish to change subclass required system
for add subclass you should have noblesse status or alliance with varka or ketra lvl 1 or more
This is retail way
i tried
but is not working....
any ideea how i can do it ?
Link to comment
Share on other sites
9 answers to this question
Recommended Posts