SphereCommunity
Server list - Printable Version

+- SphereCommunity (https://forum.spherecommunity.net)
+-- Forum: General Discussion (/Forum-General-Discussion)
+--- Forum: Help Wanted (/Forum-Help-Wanted)
+--- Thread: Server list (/Thread-Server-list--5205)



Server list - Darkyhood - 03-06-2017 09:47 AM

Hello

I trying to skip server list and character selection from client, so, I want to make like this: enter account & password and you are straight in game.

I done it with character list, but straggling to skip server list. Maybe someone already successful created this.

Can you help me please, because my knowledges not enough.

Thank you.


RE: Server list - Darkyhood - 03-07-2017 09:07 AM

If in CClient::Login_ServerList replace
Code:
new PacketServerList(this);
with
Code:
Login_Relay(0);
it will skip server list, but in game not saving Paperdoll, map, backpack etc positions.


RE: Server list - darksun84 - 03-07-2017 08:49 PM

(03-06-2017 09:47 AM)Darkyhood Wrote:  Hello

I trying to skip server list and character selection from client, so, I want to make like this: enter account & password and you are straight in game.

I done it with character list, but straggling to skip server list. Maybe someone already successful created this.

Can you help me please, because my knowledges not enough.

Thank you.

How did you skip the character list? Pregenerated characters?


RE: Server list - Darkyhood - 03-07-2017 10:36 PM

(03-07-2017 08:49 PM)darksun84 Wrote:  How did you skip the character list?
I just added in code to logged in to last character (was commented similar code).
(03-07-2017 08:49 PM)darksun84 Wrote:  Pregenerated characters?
Players create account on web page and on login I checking if account have some characters, if not I will make one


RE: Server list - Darkyhood - 03-12-2017 03:23 AM

I spend a lot of time trying to do this. If you can do this, but you don't want help for free - send me PM and we can discuss price. I happy to pay, if it can save my time.