Jump to content
  • 0

Renewal exp table warning in Pre-renewal server


yepp

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  26
  • Reputation:   2
  • Joined:  05/29/16
  • Last Seen:  

So yea, I setup the server to be pre-re server. Edited max and job level related stuffs... PROPERLY :v

I followed the wiki unless the wiki is not updated.

 

here's a preview of warning I'm having

[Warning]: Class Rune Knight (4054) does not have a base exp table.
[Warning]: Class Rune Knight (4054) does not have a job exp table.
[Warning]: Class Warlock (4055) does not have a base exp table.
[Warning]: Class Warlock (4055) does not have a job exp table.
[Warning]: Class Ranger (4056) does not have a base exp table.
[Warning]: Class Ranger (4056) does not have a job exp table.
[Warning]: Class Arch Bishop (4057) does not have a base exp table.
[Warning]: Class Arch Bishop (4057) does not have a job exp table.
[Warning]: Class Mechanic (4058) does not have a base exp table.
[Warning]: Class Mechanic (4058) does not have a job exp table.
[Warning]: Class Guillotine Cross (4059) does not have a base exp table.
[Warning]: Class Guillotine Cross (4059) does not have a job exp table.
[Warning]: Class Rune Knight T (4060) does not have a base exp table.
[Warning]: Class Rune Knight T (4060) does not have a job exp table.

I'm actually ignoring it, but thought of sharing it here.

 

Is there any problem with this? Or I'm good?

Link to comment
Share on other sites

12 answers to this question

Recommended Posts

  • 0

  • Group:  Members
  • Topic Count:  26
  • Topics Per Day:  0.01
  • Content Count:  350
  • Reputation:   43
  • Joined:  09/07/12
  • Last Seen:  

copy the 

db\import-tmpl\job_exp.txt 

to

db\import\job_exp.txt

then change the levels in the

db\import\job_exp.txt
Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  813
  • Reputation:   234
  • Joined:  01/30/13
  • Last Seen:  

(according to aleos import-tmpl should be automatically copied to import on first compile, so the copy step might not be needed)

 

You also need to uncomment the corresponding lines and replace x with the jobs you want to have increased max levels.

 

You can also just add your own exp requirements to the official exp table.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  26
  • Reputation:   2
  • Joined:  05/29/16
  • Last Seen:  

(according to aleos import-tmpl should be automatically copied to import on first compile, so the copy step might not be needed)

 

You also need to uncomment the corresponding lines and replace x with the jobs you want to have increased max levels.

 

You can also just add your own exp requirements to the official exp table.

 

Yep, that's how I did it.

 

-- Edit --

 

I even actually deleted some values on hpsp file. Forgot the full filename. I deleted the values inside those parentheses in the warning message.

Ex. (4054)

Find the 4054 and deleted it.

Edited by yepp
Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  813
  • Reputation:   234
  • Joined:  01/30/13
  • Last Seen:  

You wouldn't get the warnings if there were sufficient "required exp" values defined.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  26
  • Reputation:   2
  • Joined:  05/29/16
  • Last Seen:  

You wouldn't get the warnings if there were sufficient "required exp" values defined.

 

Even if those class are not on my game? What cause them to be loaded? I don't even want them

Edited by yepp
Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  813
  • Reputation:   234
  • Joined:  01/30/13
  • Last Seen:  

Ah I see you don't want to use those... I wonder where it takes the classes it searches for from. /hm

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  26
  • Reputation:   2
  • Joined:  05/29/16
  • Last Seen:  

Ah I see you don't want to use those... I wonder where it takes the classes it searches for from. /hm

 

Found out now? There's something that's loading it... I don't want them. How do I remove them?

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  813
  • Reputation:   234
  • Joined:  01/30/13
  • Last Seen:  

Sorry I don't know and not enough time to check something like this, guess you'll have to check the source yourself.

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1443
  • Reputation:   337
  • Joined:  10/17/12
  • Last Seen:  

You wouldn't get the warnings if there were sufficient "required exp" values defined.

Even if those class are not on my game? What cause them to be loaded? I don't even want them

If you don't want them in game, edit the at job command and remove the npcs, so they are unobtainable. That or do large src and db edits to remove completely.

Personally id just remove their skill tree and lower their max level to 1/1.

Link to comment
Share on other sites

  • 0

  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  26
  • Reputation:   2
  • Joined:  05/29/16
  • Last Seen:  

Nobody can change in to that job tho. I am just ignoring it... it's just that seeing some warning when starting athena is a bit bothersome :v

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  35
  • Topics Per Day:  0.01
  • Content Count:  813
  • Reputation:   234
  • Joined:  01/30/13
  • Last Seen:  

 

 

You wouldn't get the warnings if there were sufficient "required exp" values defined.

Even if those class are not on my game? What cause them to be loaded? I don't even want them

If you don't want them in game, edit the at job command and remove the npcs, so they are unobtainable. That or do large src and db edits to remove completely.

Personally id just remove their skill tree and lower their max level to 1/1.

 

He just doesn't want the jobs to be read from the database. I'm just not sure how rAthena even knows which jobs to look for. Maybe job_db?

Link to comment
Share on other sites

  • 0

  • Group:  Developer
  • Topic Count:  48
  • Topics Per Day:  0.01
  • Content Count:  1443
  • Reputation:   337
  • Joined:  10/17/12
  • Last Seen:  

You wouldn't get the warnings if there were sufficient "required exp" values defined.

Even if those class are not on my game? What cause them to be loaded? I don't even want them
If you don't want them in game, edit the at job command and remove the npcs, so they are unobtainable. That or do large src and db edits to remove completely.

Personally id just remove their skill tree and lower their max level to 1/1.

He just doesn't want the jobs to be read from the database. I'm just not sure how rAthena even knows which jobs to look for. Maybe job_db?

It reads from source if a job is defined it automatically checks for all files related. Also if a class is undefined and in the db it post an error as well.

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