Jump to content
  • 0

How to add Trans skills to Baby Jobs


Halestorm

Question


  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   0
  • Joined:  11/19/16
  • Last Seen:  

I Wonder if there is already a tutorial on how to put trans class job skill to baby jobs. regarding on Lua Files

Ive read alot saying to edit on Skill_tree, but what makes me confuse is what to edit on Lua files???

Any Examples? 

Any one can help???

TIA.

Link to comment
Share on other sites

12 answers to this question

Recommended Posts

  • 1

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  399
  • Reputation:   69
  • Joined:  12/26/15
  • Last Seen:  

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   0
  • Joined:  11/19/16
  • Last Seen:  

Any one?

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  50
  • Topics Per Day:  0.02
  • Content Count:  763
  • Reputation:   227
  • Joined:  02/11/17
  • Last Seen:  

You Should Add the trans skill to the baby jobs in  the skill_tree database of your server, and you should edit the clientside skilltreeview.lub or lua so you can see the skills and learn it in game :))

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   0
  • Joined:  11/19/16
  • Last Seen:  

my other Questin is what or how to edit the clientside Skillreview? what are the things needed to edit?

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   0
  • Joined:  11/19/16
  • Last Seen:  

Hmm ill try this. But still complicated.. 

Do you have something that tackles on Baby Hunter, Baby Monk. And so on.. 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  399
  • Reputation:   69
  • Joined:  12/26/15
  • Last Seen:  

6 hours ago, Halestorm said:

Hmm ill try this. But still complicated.. 

Do you have something that tackles on Baby Hunter, Baby Monk. And so on.. 

Well... on server side.. got plenty of files involved.. so perhaps by the commit on server side.. can let u know & locate which files are related to jobs.. in my commit above.. expanded baby jobs..

baby summoner, baby ninja, baby kagerou, baby oboro, baby taekwon, baby star gladiator, baby soul linker, baby gunslinger, baby rebellion.. 

I think it should be the same if u would like to tackle baby monk, baby hunter & so on.. the process woule be more or less the same..

U can see on my commit.. for both server side & client side.. those skills i added the skill for the babies are basically the same skills as their adult..

Anyway. Good luck. ^-^

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   0
  • Joined:  11/19/16
  • Last Seen:  

the file is on LUB, how can i edit it?? any tools to edit a lub file???

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  399
  • Reputation:   69
  • Joined:  12/26/15
  • Last Seen:  

U can open it with any txt software like notepad++, editpad.. just choose "open with"

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   0
  • Joined:  11/19/16
  • Last Seen:  

Yes i manage to extract it from my grf and open it on notepad ++ my problem is returning it back to my grf. 

when i recompile my grf. errors occur.. and how can i make the file back to LUB? after editing it on Notepad ++

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   0
  • Joined:  11/19/16
  • Last Seen:  

and btw this re the files i added..

Quote

  [JOBID.JT_CRUSADER_B] = {

    [17] = SKID.PA_PRESSURE,

    [25] = SKID.PA_SHIELDCHAIN,

    [30] = SKID.PA_GOSPEL,

    [36] = SKID.PA_SACRIFICE

  },

  [JOBID.JT_BARD_B] = {

    [29] = SKID.CG_ARROWVULCAN,

    [30] = SKID.CG_MOONLIT,

    [31] = SKID.CG_MARIONETTE,

    [32] = SKID.CG_HERMODE,

    [38] = SKID.CG_LONGINGFREEDOM,

    [39] = SKID.CG_TAROTCARD

  },

  [JOBID.JT_ROGUE_B] = {

    [8] = SKID.ST_CHASEWALK,

    [30] = SKID.ST_FULLSTRIP,

    [38] = SKID.ST_PRESERVE,

    [31] = SKID.ST_REJECTSWORD

  },

  [JOBID.JT_MONK_B] = {

    [11] = SKID.CH_PALMSTRIKE,

    [21] = SKID.CH_SOULCOLLECT,

    [25] = SKID.CH_TIGERFIST,

    [32] = SKID.CH_CHAINCRUSH

  },

  [JOBID.JT_HUNTER_B] = {

    [28] = SKID.SN_FALCONASSAULT,

    [5] = SKID.SN_SHARPSHOOTING,

    [26] = SKID.SN_SIGHT,

    [12] = SKID.SN_WINDWALK

  },

  [JOBID.JT_WIZARD_B] = {

    [7] = SKID.HW_GANBANTEIN,

    [12] = SKID.HW_MAGICCRASHER,

    [13] = SKID.HW_SOULDRAIN,

    [19] = SKID.HW_NAPALMVULCAN,

    [20] = SKID.HW_MAGICPOWER,

    [24] = SKID.HW_GRAVITATION

  },

  [JOBID.JT_KNIGHT_B] = {

    [4] = SKID.LK_BERSERK,

    [5] = SKID.LK_TENSIONRELAX,

    [7] = SKID.LK_PARRYING,

    [11] = SKID.LK_AURABLADE,

    [12] = SKID.LK_CONCENTRATION,

    [19] = SKID.LK_HEADCRUSH,

    [25] = SKID.LK_SPIRALPIERCE,

    [26] = SKID.LK_JOINTBEAT

  },

  [JOBID.JT_SAGE_B] = {

    [14] = SKID.PF_SPIDERWEB,

    [21] = SKID.PF_SOULCHANGE,

    [25] = SKID.PF_FOGWALL,

    [28] = SKID.PF_HPCONVERSION,

    [29] = SKID.PF_DOUBLECASTING,

    [30] = SKID.PF_MEMORIZE,

    [31] = SKID.PF_SOULBURN,

    [32] = SKID.PF_MINDBREAKER

  },

  [JOBID.JT_ALCHEMIST_B] = {

    [5] = SKID.CR_CULTIVATION,

    [9] = SKID.CR_SLIMPITCHER,

    [23] = SKID.CR_ACIDDEMONSTRATION,

    [31] = SKID.CR_FULLPROTECTION

  },

  [JOBID.JT_DANCER_B] = {

    [29] = SKID.CG_ARROWVULCAN,

    [30] = SKID.CG_MOONLIT,

    [31] = SKID.CG_MARIONETTE,

    [32] = SKID.CG_HERMODE,

    [38] = SKID.CG_LONGINGFREEDOM,

    [39] = SKID.CG_TAROTCARD

  },

  [JOBID.JT_PRIEST_B] = {

    [10] = SKID.HP_ASSUMPTIO,

    [17] = SKID.HP_BASILICA,

    [22] = SKID.HP_MANARECHARGE,

    [19] = SKID.HP_MEDITATIO

  },

  [JOBID.JT_BLACKSMITH_B] = {

    [21] = SKID.WS_CARTBOOST,

    [28] = SKID.WS_CARTTERMINATION,

    [22] = SKID.WS_MELTDOWN,

    [25] = SKID.WS_OVERTHRUSTMAX,

    [23] = SKID.WS_WEAPONREFINE

  },

  [JOBID.JT_ASSASSIN_B] = {

    [18] = SKID.ASC_BREAKER,

    [12] = SKID.ASC_CDP,

    [19] = SKID.ASC_EDP,

    [9] = SKID.ASC_KATAR,

    [25] = SKID.ASC_METEORASSAULT

  },

 

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  4
  • Topics Per Day:  0.00
  • Content Count:  399
  • Reputation:   69
  • Joined:  12/26/15
  • Last Seen:  

2 hours ago, Halestorm said:

and btw this re the files i added..

so i believe u r running on pre-renewal?

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  7
  • Topics Per Day:  0.00
  • Content Count:  23
  • Reputation:   0
  • Joined:  11/19/16
  • Last Seen:  

Yes, im on pre - renewal.. 

I got some error poping up every time i log in , after editing the skillreview.lub.. 

My in game skill tree on all jobs f@ck up.. Like all skills go on etc.. And the added skills for babies still dont show. 

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