Jump to content
  • 0

How to edit jobinheritlist.lub?


fusqueta

Question


  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.01
  • Content Count:  32
  • Reputation:   0
  • Joined:  10/26/20
  • Last Seen:  

I cannot edit jobinheritlist.lub in data\luafiles514\lua files\skillinfoz due to unkown text encoding, how to modify it?

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  927
  • Reputation:   168
  • Joined:  04/05/13
  • Last Seen:  

Use Grf Editor to extract files.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.01
  • Content Count:  32
  • Reputation:   0
  • Joined:  10/26/20
  • Last Seen:  

It's already extracted, I need to edit the file content like skilltreeview.lub, skilldescript.lub etc

Edited by fusqueta
Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  25
  • Topics Per Day:  0.01
  • Content Count:  927
  • Reputation:   168
  • Joined:  04/05/13
  • Last Seen:  

Can you explained more about unknown encoding? Or capture screenshot.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  8
  • Topics Per Day:  0.01
  • Content Count:  32
  • Reputation:   0
  • Joined:  10/26/20
  • Last Seen:  

It's done, someway how I got a decrypted  jobinheritlist.lub.

@Start_ the text insinde the file was just a bunch of random character and unkown symbols now it's pretty readable

 

JOB_INHERIT_LIST = {
  [JOBID.JT_SWORDMAN] = JOBID.JT_NOVICE,
  [JOBID.JT_MAGICIAN] = JOBID.JT_NOVICE,
  [JOBID.JT_ARCHER] = JOBID.JT_NOVICE,
  [JOBID.JT_ACOLYTE] = JOBID.JT_NOVICE,
  [JOBID.JT_MERCHANT] = JOBID.JT_NOVICE,
  [JOBID.JT_THIEF] = JOBID.JT_NOVICE,
  [JOBID.JT_KNIGHT] = JOBID.JT_SWORDMAN,
  [JOBID.JT_PRIEST] = JOBID.JT_ACOLYTE,
  [JOBID.JT_WIZARD] = JOBID.JT_MAGICIAN,
  [JOBID.JT_BLACKSMITH] = JOBID.JT_MERCHANT,
  [JOBID.JT_HUNTER] = JOBID.JT_ARCHER,
  [JOBID.JT_ASSASSIN] = JOBID.JT_THIEF,
  [JOBID.JT_CRUSADER] = JOBID.JT_SWORDMAN,
  [JOBID.JT_MONK] = JOBID.JT_ACOLYTE,
  [JOBID.JT_SAGE] = JOBID.JT_MAGICIAN,
  [JOBID.JT_ROGUE] = JOBID.JT_THIEF,
  [JOBID.JT_ALCHEMIST] = JOBID.JT_MERCHANT,
  [JOBID.JT_BARD] = JOBID.JT_ARCHER,
  [JOBID.JT_DANCER] = JOBID.JT_ARCHER,
  [JOBID.JT_SUPERNOVICE] = JOBID.JT_NOVICE

...

Edited by fusqueta
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...