This community uses essential cookies to function properly. Non-essential cookies and third-party services are used only with your consent. Read our Privacy Policy and We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue..
AdBlock Extension Detected!
Our website is made possible by displaying online advertisements to our members.
Please disable AdBlock browser extension first, to be able to use our community.
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
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; } }i tried
but is not working....
any ideea how i can do it ?
9 answers to this question
Recommended Posts