Loggin with Razor

Open discussion forum. For topics that do not fit anywhere else.
Post Reply
Harley
Forum Regular
Posts: 360
Joined: Sat Mar 18, 2006 1:41 am

Loggin with Razor

Post by Harley »

Hello guys! I have some difficult with Razor login
I'm use client version 7.0.3.0
My Razor main menu:
Razor_5003.jpg
I have tried different ports & encryptions

Code: Select all


Protocol Protocol
{
	EnableFlowControlPackets   0
}

Listener
{
    Port 5001
    Encryption 2.0.8
}

Listener
{
    Port 5003
    Encryption none
}

Listener
{
    Port 5002
    Encryption ignition 
}

Listener
{
    Port 5004
    Encryption uorice
}

Listener
{
    Port 5005
    Encryption 7.0.3.0
}
But there is some messages, like that:

Code: Select all

Client connected from 127.0.0.1 (1 connections)
Client from 127.0.0.1 tried to create a character without an account!
Client disconnected from 127.0.0.1 (0 connections)
...
Client connected from 127.0.0.1 (1 connections)
Undefined message type e9
Unexpected message type e9, 99 bytes (IP:127.0.0.1, Account:None)
Client disconnected from 127.0.0.1 (0 connections)
...
Client connected from 127.0.0.1 (1 connections)
Client#18: Too-long message type 194 length 7920
Client disconnected from 127.0.0.1 (0 connections)
...
Client connected from 127.0.0.1 (1 connections)
Undefined message type 42
Unexpected message type 42, 99 bytes (IP:127.0.0.1, Account:None)
Client disconnected from 127.0.0.1 (0 connections)
I didn't found some help for this suggestion, so, I'm need your life help! ;-)
If somebody use razor on his server, please, tell me, what encryption, port, and settings in razor do u have?

With best regards.
Harley
Forum Regular
Posts: 360
Joined: Sat Mar 18, 2006 1:41 am

Re: Loggin with Razor

Post by Harley »

Gotcha!!!

I tried other client with Encryption, and all O. K. now!)))

p.s. My was with out encryption)
Thanks all for your views!
Post Reply