Last monster ID ?

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

Code:
select * from mob_db where id = ( select max(id) from mob_db );
and some people also change MAX_MOB_DB

 
Anybody know it ?

Code:
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)
 
@AnnieRuru:

@Dastgir:

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

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

 
Last edited by a moderator:
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.

 
Back
Top