Server Denied connection issue

Private server support - Only post connectivity issues in the subforum!

Moderator: Moderators

Message
Author
nudget
Noob
Noob
Posts: 3
Joined: 03 Jan 2015, 10:14
Noob?: Yes

Server Denied connection issue

#1 Post by nudget »

Hi guys,

I've been cracking my head of this issue. Basically I'm being denied into a server. It's a server that I created so I know all the client dates and all but still I'm being denied.

This is my openkore screenshot.

Image

This is my settings in server.txt

Code: Select all

[NoobRO]
# http://noob.ragnarok.onl
ip 45.32.114.20
port 6900
version 51
master_version 0
serverType kRO_RagexeRE_2014_10_22b
serverEncoding Western
charBlockSize 147
addTableFolders kRO/RagexeRE_2014_10_22b;translated;translated/kRO_english;kRO
recvpackets noob20141022-recvpackets.txt
This is my recvpackets https://pastebin.com/sFH8zS2n

And this is the client https://drive.google.com/file/d/0B3xobS ... sp=sharing

Thanks guys!

kitty44
Noob
Noob
Posts: 10
Joined: 23 May 2017, 07:27
Noob?: No

Re: Server Denied connection issue

#2 Post by kitty44 »

try more !
Last edited by kitty44 on 15 Jun 2017, 16:39, edited 1 time in total.

User avatar
SkylorD
Moderators
Moderators
Posts: 1166
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil
Contact:

Re: Server Denied connection issue

#3 Post by SkylorD »

kitty44 wrote:try to go on your src/Network/send/Kro file and search for your Ragexe, search for $self->cryptKeys(688214506, 761751195, 731196533);

if there is a # before the $self, remove it.

If its not that, then idk , sorry ^^.
Wrong serverType at least.
I believe u can use this script :

https://pastebin.com/fWDAjAph

Create one folder, and put this script + your main exe of your server inside it. The folder must have 2 files only.
Run this script, and then see the msg.

It's not a property way to determine the ST, but could be.! Using another packet as reference ;D
Learn rules

nudget
Noob
Noob
Posts: 3
Joined: 03 Jan 2015, 10:14
Noob?: Yes

Re: Server Denied connection issue

#4 Post by nudget »

hi @kitty44, thanks for your reply but I did that too but to no avail :cry:

hi @SkylorD, I've also tried that one out and and to no avail. The error it throws is "Error finding serverType"
Here's a screenshot

Image

User avatar
SkylorD
Moderators
Moderators
Posts: 1166
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil
Contact:

Re: Server Denied connection issue

#5 Post by SkylorD »

http://openkore.com/index.php/Connectivity_Guide

http://openkore.com/index.php/ServerType

Sorry. I've guided you wrong. You must read the Connectivity Guide and then get your correct serverType.
But its not impossible to know the serverType before get it.

My words :

I don't know why but i've modified this line at least 10 times. I believe this pastebin is erasing my "==". I guess it's impossible. But it's not my first code re-edited.
My cryptKey plugin in the finish, has broken, i re-edited it at least so many times, and one hour, it stopped. I don't know why the reason my cryptKey works for some servers, and not for another.


If someone can tell me something about this.
Learn rules

nudget
Noob
Noob
Posts: 3
Joined: 03 Jan 2015, 10:14
Noob?: Yes

Re: Server Denied connection issue

#6 Post by nudget »

On the serverType, I'm 100% sure it's 20141022b because I chose that version from the server side and diff-ed the client myself.

On the second bit, are you referring to the .pl file?

User avatar
SkylorD
Moderators
Moderators
Posts: 1166
Joined: 16 Dec 2011, 02:53
Noob?: No
Location: Brazil
Contact:

Re: Server Denied connection issue

#7 Post by SkylorD »

Yes, i was referring about to the pl file.

Well, i don't know how you've extracted the recvpackets.

http://forums.openkore.com/viewtopic.php?f=36&t=207278

Extracting recvpackets. Then get the keys.

Check if the keys extracted byPEEK matches with that you've got first.
Learn rules

Post Reply