Jump to content
  • 0

What is the max MAX LEVEL rathena can handle O.o?


Question

Posted

I vaguely remember it being like 32,000 or something like that. I uhhh noticed that the exp tables seem to act differently than they used to. I mean, it's nice and all if your server only goes up to 1000, but some people want things  a little different :B. What rathena really needs is a exp table generator. I'm not really good at that type of thing, but I'm sure it'd be a service. This isn't a request topic. My question still stands. Plus, I remember that athena USED to autogenerate the last number and give a nice slap on the wrist warning instead of just not loading the classes. Maybe we could do that instead ...i liked that :B. Either that or give us an exp generator. Don't just throw us out in the cold Q_Q;;. Oh and back @ontopic, I'd also be interested in knowing max stat and hp and sp and whatever you can tell me. I'm in the process of making a capless server so I'm doing a little research first.

6 answers to this question

Recommended Posts

Posted

I vaguely remember it being like 32,000 or something like that. I uhhh noticed that the exp tables seem to act differently than they used to. I mean, it's nice and all if your server only goes up to 1000, but some people want things  a little different :B. What rathena really needs is a exp table generator. I'm not really good at that type of thing, but I'm sure it'd be a service. This isn't a request topic. My question still stands. Plus, I remember that athena USED to autogenerate the last number and give a nice slap on the wrist warning instead of just not loading the classes. Maybe we could do that instead ...i liked that :B. Either that or give us an exp generator. Don't just throw us out in the cold Q_Q;;. Oh and back @ontopic, I'd also be interested in knowing max stat and hp and sp and whatever you can tell me. I'm in the process of making a capless server so I'm doing a little research first.

Max level as I remember is 1000.

Max stat a server can handle Is like 32,747 or something like that

Max HP/SP I believe is 10mil or 100mil

Posted

I figured out what's been bugging me. 

		sv_readdb(dbsubpath2, "job_exp.txt",',',4,1000+3,CLASS_COUNT*2,&pc_readdb_job_exp, i); //support till 1000lvl

The max level for the server is in fact 1000 ..... You can raise the MAX_LEVEL, but the job_exp.txt only supports up to level 1000. Is there a way around this?

Posted

I figured out what's been bugging me. 

		sv_readdb(dbsubpath2, "job_exp.txt",',',4,1000+3,CLASS_COUNT*2,&pc_readdb_job_exp, i); //support till 1000lvl

The max level for the server is in fact 1000 ..... You can raise the MAX_LEVEL, but the job_exp.txt only supports up to level 1000. Is there a way around this?

Well you can always figure out the algorithm for the experience table and just create the levels that way; granted it will take you a while...but atleast you know it'll work.

Posted

that fixed it! I set it to 32k and it took 20 minutes to load the server but it loaded LOL. Downside is the char and login server are just disconnecting from the map server for some reason...no other src edits it must just be the strain of high level cap?

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...