Put correct prefixes for your server [L2J] or [L2OFF].
Also, add your website/discord link on your description
it might attract more players for your project.
Good luck with your server.
^^ yeah!!!
In another case, for relogin purposes i need check if char is online, my idea is send a invalid command to server. If receive the Command not found, char is online.
i made a test with:
uses
SysUtils;
var
p1, p2: Pointer;
Match, Win, Loss, Points: Cardinal;
i: integer;
ret: string;
begin
while true do
begin
if Engine.WaitAction([laSysMsg], p1, p2) = laSysMsg then
begin
if Cardinal(p1) = 1987 then
begin
for i:= 0 to 44 do
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.