How to check if a character is in jail in the database?
Forum rules
READ NOW: L2j Forums Rules of Conduct
READ NOW: L2j Forums Rules of Conduct
-
- Posts: 10
- Joined: Wed Apr 20, 2011 9:28 pm
- Contact:
How to check if a character is in jail in the database?
My question is as the topic subject, How to check if a character is in jail in the database?
- janiii
- L2j Veteran
- Posts: 4269
- Joined: Wed May 28, 2008 3:15 pm
- Location: Slovakia
Re: How to check if a character is in jail in the database?
in the characters table the punish_level is set to 2. (for other punish levels check L2PcInstance, enum PunishLevel).
DO NOT EVEN TRY TO MESS WITH ME!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
forum flOOder dancing dEVILoper ♀
I don't give private support - PM will be ignored!
-
- Posts: 10
- Joined: Wed Apr 20, 2011 9:28 pm
- Contact:
Re: How to check if a character is in jail in the database?
Thanks for the reply, cheers!