Jump to content
  • 0
Ehwaz

Last monster ID ?

Question

4 answers to this question

Recommended Posts

  • 0

why do you need last monster ID for ? doesn't make sense

 

select * from mob_db where id = ( select max(id) from mob_db );

and some people also change MAX_MOB_DB

Share this post


Link to post
Share on other sites
  • 0

Anybody know it ?

 

 

JT_MONSTER_LAST = 3999,
3999 is last ?
3999 is the last hardcoded monster id used, if you try to make monster with id greater than 3999, hen it wont work (even updating that monster_last value wont work)

Share this post


Link to post
Share on other sites
  • 0

@AnnieRuru:

@Dastgir:

thx both, yeah, i just want make a monster with id greater 3999

P/S: last monster ID can't expand anyway ?

Edited by Hirist

Share this post


Link to post
Share on other sites
  • 0

No. The client can only handle a range between 1001 to 3999. Currently the highest used ID is C_RAKE_SCARABA = 3365 and im sure within a year or a year and a half they will run out and make a 2nd range.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.