Giter Club home page Giter Club logo

l2dotnet's Issues

The log - Issue?

Hi, how are you guys?

I put a server online for test purpose and look what I find into the log:

INFO 2017-06-22 17:37:18,496 633906ms GameServer OnClientConnected Received connection request from: 198.199.98.246:55213
INFO 2017-06-22 17:37:18,502 633912ms GameClient .ctor connection from 198.199.98.246:55213
INFO 2017-06-22 17:37:18,503 633913ms ClientManager AddClient NetController: 1 active connections

What is this? Why a IP from California tried to connect?

UPDATE: I didn't know that sqlscripts under src\SQL\ folder were obsolete, please delete that folder

I found it rather confusing because our accounts table is structured with account and password while in AccountRepository.cs there are a few references about this "login" column which is not present in src\SQL\LoginServer\accounts.sql

return Db.Query("select Login,Password,LastActive,access_level as AccessLevel,LastServer from accounts where login=@login"

return Db.Query("select distinct 1 from accounts where login=@login AND password=@pass")

Access failed, please try again later...

when i try to login, i'm getting this error: Acces failed, please try again later...

i tried to change server port in server.json file but after start the server it's changin back to 2106

any ideas?

Player

it looks like something is very wrong in l2Character

if (this is L2Player player)
{
if (broadcastFull)
{
player.UpdateAndBroadcastStatus(2);
}
else
{
player.UpdateAndBroadcastStatus(1);
if (statusUpdate != null)
BroadcastPacket(statusUpdate);
}
}

there is no variable named player and the syntax doesnt seem right
can you point me inte the right direction?

Table user_skills not found

After character enter in game, skills not loading. Can't attack.
And server show error: "ERROR - Method: GetPlayerSkills. Message: 'Table 'l2dotnet.user_skills' doesn't
exist' (Error Number: '1146')"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.