Jump to content
  • 0

Dynamic Job Change By Item


RavenheartZ

Question


  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   7
  • Joined:  09/20/12
  • Last Seen:  

Hello all,

Is there any scripts for consumable items that change the player job while keeping previous job information? I want to create a flexible job system (similar to FFXIV's) where you can play with any job, level it, change to another, level it and finally return to the previous with the same job level and skills. Like:

- Novice -> reaches lvl 10 -> Swordsman -> reaches lvl 40 -> Knight -> reaches lvl 20 -> Acolyte -> reaches lvl 10 -> Knight still on lvl 20 (at anytime)

Every job will be represented by a consumable item that is earned on quests following the standard path of Ragnarok (reach lvl 40 as Swordsman for Knight job item). Names like: Soul of the Novice, Soul of the Swordsman, Soul of the Mage, etc.

This way a single character can maximize all the game jobs. And this opens the possibility for new gameplay strategies.

Like: 2 friends playing, both having Mage and Acolyte jobs available. They can switch the jobs to buff one another while playing.

Thank you in advance

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2345
  • Joined:  10/28/11
  • Last Seen:  

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  26
  • Reputation:   1
  • Joined:  06/25/16
  • Last Seen:  

It´s possible, but requieres some... complicate changes. First you will need to create some new tables on DB imitating the skill table and char table and then make a few scripting functions to read from query_sql to finally so some jobchanges and skill commands. I´m not going to lie, it´s complicated and I doubt someone will share it for free.

Also there are some things to consider, like... you will have separated stats for each player class? In that case, you will need to think in 3rd jobs and the base lvl cap... Possible, but complicated.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  0
  • Topics Per Day:  0
  • Content Count:  26
  • Reputation:   1
  • Joined:  06/25/16
  • Last Seen:  

Nice script Emistry.

Havin one example and translating it:

Novice >> First >> Second >> Second >> Second >> Third
Novice >> Swordman >> Knight >> Priest >> Crusader >> Royal Guard

Thinking as if you are already a RG, you will be able to get back at knight or priest with the same skills it had? (also at anytime using an item?)

Link to comment
Share on other sites

  • 0

  • Group:  Forum Moderator
  • Topic Count:  93
  • Topics Per Day:  0.02
  • Content Count:  10013
  • Reputation:   2345
  • Joined:  10/28/11
  • Last Seen:  

47 minutes ago, caos51 said:

able to get back at knight or priest with the same skills it had?

you get back the original kRO skill tree depend on your class.

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  17
  • Reputation:   7
  • Joined:  09/20/12
  • Last Seen:  

Thank you so much for this! Awesome. I will try to adapt it to work as an item script for each class.

 

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...