Jump to content
  • 0

Custom Subclass Quest


Question

Posted

Hello peeps. So, I need to make a mob, after you kill it, to "unlock" the subclass for you. Imagine something like, when you kill Barakiel that you can get Nobless Status, without any quests (I've already did that.) So, for example, when a player or a party kills Cabrio I want it to enable the subclass change for you, without you having any quests on. I know that for Noblesse is something like (player.setNoble == true) or if the player is in a party it's (member.setNoble == true). So I was wondering, is there anything similar for Subclass? Like, (player.setSubclass) or something like that to enable the option to make a subclass after you kill the mob?

Thanks in advance. :)

11 answers to this question

Recommended Posts

  • 0
Posted

You just create a new boolean (which must be stored in db probably) and when you kill the specific mob the boolean is true (default is false). The subclass npc checks if the boolean is true to allow him add subclass. And when the subclass is over, the boolean changes to false.

  • 0
Posted

u can also add drop to that mob / raid an item that give u the options about sub class?

Yeah, a quest item which cannot be removed. So, you go to NPC if you have the specific item you do subclass and item gets removed (better option, to avoid hardcoding).

  • 0
Posted (edited)

So, for example, when a player or a party kills Cabrio I want it to enable the subclass change for you, without you having any quests

Thanks in advance. :)

Read correctly guys.

 

 

You just create a new boolean (which must be stored in db probably) and when you kill the specific mob the boolean is true (default is false). The subclass npc checks if the boolean is true to allow him add subclass. And when the subclass is over, the boolean changes to false.

wuut?

 

---

 

You must have completed 2 quests to be able to use the subclass option, by default. So, you must set "complete" those quests. You can easily change the core to check only for one quest, not two. But obviously, you have to code a custom script to complete the subclass quest.

...
newQuestState.setState(STATE_COMPLETED);
...
Edited by SweeTs
  • 0
Posted

 

Read correctly guys.

 

 

wuut?

 

--

 

You must have completed 2 quests to be able to use the subclass option. So, you must set "complete" those quests. You can easily change the core to check only for one quest, not two. But obviously, you have to code a custom script to complete the subclass.

...
newQuestState.setState(STATE_COMPLETED);
...

You must read better our replies (except Rootware's). Me and pamela gave the best answers about his request. Just a boolean store, or an item check. Both simple.

  • 0
Posted (edited)

You must read better our replies (except Rootware's). Me and pamela gave the best answers about his request. Just a boolean store, or an item check. Both simple.

Still my answer is valid. To use the 'retail' subclass option, you must have completed 2 quests, by default. Otherwise you will get a msg about Mimix Elixir quest.

Edited by SweeTs
  • 0
Posted

Still my answer is valid. To use the 'retail' subclass option, you must have completed 2 quests, by default. Otherwise you will get a msg about Mimix Elixir quest.

You just disable subclass with quest and adding 1 line check, way more simple. WITHOUT ANY QUESTS.

  • 0
Posted

Crap, I totally forgot that there is such an option. But from the other hand, he would not ask for this, if he would like to leave it enabled. Don't ya think? :)

 

Since who would kill this rb/npc to take the sub when he can simply go and talk to the npc? So yea, I believe that my answer is still valid :D

  • 0
Posted

So, in the end I had to make a custom quest to make it work as I wanted it to. Thanks for any of your ideas though. :)

Please lock this topic.

Guest
This topic is now closed to further replies.


  • Posts

    • ## [1.5.1] - 2026-01-30   ### 🐛 Bug Fixes - **Top Voters**: Top voters list now loads correctly for inactive servers (previously showed "Server not found"). - **View Counter**: Server info page view count now records correctly for inactive servers.   ### 🔄 Improvements - **My Servers – Hide/Active**: The hide/active toggle now works correctly and is only shown when the server is approved (active) by an admin. Owner hide/show is separate from admin status. Toggling no longer causes a full page refresh. - **Accessibility**: Form fields on the server info edit form, add server form, and related pages now have proper labels and IDs for screen readers and autofill.
    • LIVE VERIFICATION? SUMSUB? “IMPOSSIBLE”? ▪ Spoiler: it is possible — if you know who to work with. A client came in with a task to pass **live verification** on **WantToPay**, a Telegram virtual card service. On the platform side — **Sumsub**: liveness check, SMS, manual review. “Fast” and “by eye” simply don’t work here. › What was done: → analyzed the verification scenario and Sumsub requirements → built the correct flow: phone number, email, timing → **completed live verification remotely, without account handover** → handled SMS and confirmation codes → brought the process to final approval ▪ Result: → verification passed → access granted → no flags or repeat requests ▪ Live verification is not luck. It’s scenario-based preparation — not hope. › TG: @mustang_service ( https:// t.me/ mustang_service ) › Channel: Mustang Service ( https:// t.me/ +6RAKokIn5ItmYjEx ) *All data is published with the client’s consent.* #verification #sumsub #livecheck #kyc #case
    • IMPORTANT INFO: In a few days, I will switch to completely new code, written from scratch with a new download system, patch building and management system. The Updater will become true 2026 code with "foolproof systems". I'm going to create a Discord server for customers to request new ideas and features. FIRST CUSTOMERS ARE ALREADY USING THE NEW UPDATER ON LIVE SERVERS! Watch this topic for upcoming info because the new updater is around the corner! Yes, you can still use self-update on the previous updater! No, the new updater won't be compatible with the old patch system! A new build is required, but players who already have game files won't have to download the entire patch again! New templates and updates to existing templates are coming soon! Sneak peek:  
  • Topics

×
×
  • Create New...

Important Information

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..