Lineage 2 Tower Forum

Full Version: Relog Script
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello guys,
I was thinking about auto-relog script... Does it exist, and is it possible to make one?
(03-31-2014 20:51 PM)markoj97 Wrote: [ -> ]Hello guys,
I was thinking about auto-relog script... Does it exist, and is it possible to make one?

ucan log off, log in not posible, idk, for that need use other soft
(03-31-2014 22:14 PM)TheQQmaster Wrote: [ -> ]
(03-31-2014 20:51 PM)markoj97 Wrote: [ -> ]Hello guys,
I was thinking about auto-relog script... Does it exist, and is it possible to make one?

ucan log off, log in not posible, idk, for that need use other soft

Technically possible, l2divine can do it by the following way :
- detecting server request for client logout.
- hooking this request, sending load screen request to client instead of disconnecting packet to the client.
- sending client packet to login server for client authentication.
- once client is authenticated, removing the loadscreen, and sending client the position to load to the client.

It is technically possible to recode a plugin with these behaviours.
To do this, we need the network functions reverse... long work and not trivial ...
Reference URL's