Page 1 of 1
How to check if a character is in jail in the database?
Posted: Sun Nov 20, 2011 7:16 pm
by Northize
My question is as the topic subject, How to check if a character is in jail in the database?
Re: How to check if a character is in jail in the database?
Posted: Sun Nov 20, 2011 8:58 pm
by janiii
in the characters table the punish_level is set to 2. (for other punish levels check L2PcInstance, enum PunishLevel).
Re: How to check if a character is in jail in the database?
Posted: Sun Nov 20, 2011 9:09 pm
by Northize
Thanks for the reply, cheers!