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;
}
}
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 ?
9 answers to this question
Recommended Posts