Hello! I have a simple question about the online column in the characters table.
If it's 0, then it's obvious that the character is offline. However, if the number is not 0, lets say it's 1, does that mean that the character is only online or is it that the character is online on the game server with the ID 1?
Also, there is a table named gameservers, that table holds all the existing gameservers, right?
Thanks in advance!
Question regarding the column online in the characters table
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:
-
- Advanced User
- Posts: 1440
- Joined: Wed Apr 15, 2009 10:07 am
Re: Question regarding the column online in the characters t
means just that hes online. and yes.
-
- Posts: 10
- Joined: Wed Apr 20, 2011 9:28 pm
- Contact:
Re: Question regarding the column online in the characters t
Thanks for the reply. Is there any way to determine which server that character is online at?
- Zoey76
- L2j Inner Circle
- Posts: 7008
- Joined: Tue Aug 11, 2009 3:36 am
Re: Question regarding the column online in the characters t
The server where you do the query is the server where the character is online.Northize wrote:Thanks for the reply. Is there any way to determine which server that character is online at?
Powered by Eclipse 4.34
| Eclipse Temurin 21
| MariaDB 11.3.2
| L2J Server 2.6.3.0 - High Five 
Join our Discord! 

-
- Posts: 10
- Joined: Wed Apr 20, 2011 9:28 pm
- Contact:
Re: Question regarding the column online in the characters t
Okay thank you