AuthD classic off


На том же RZ в теме где все шарили было. И тут выкладывали тоже вроде бы в теме с сервером. Я вообще от скуки сижу перевод мучаю когда делать нечего корейского систем.
1674577085258.png
 
Спасибо.
Я попробовал его поднять в докере. К мему подключается сервер авторизации Но когда я пытаюсь залогинеться, он на логин ругается.
Похоже настроил что-то не так.
Еще с процедурой не понятно.
SQL:
-- A stored procedure will result in enough boilerplate not to bother
-- including variations with a single output param (cursor type) or no output params (a la GStatEtc)
SELECT
    uau.password AS pwd,
    uau.enc_flag AS enc_flag,
    uac.uid AS game_uid,
    uac.account AS game_account,
    up.uid AS portal_uid,
    up.account AS portal_account,
    up.birthdate AS birthdate,
    up.sex AS sex,
    up.block_code AS block_code,
    up.notice_code AS notice_code,
    up.status_code AS status_code,
    up.block_reason_code AS block_reason_code,
    up.user_level AS user_level,
    up.user_type_code AS user_type_code,
    up.company_code AS company_code,
    up.user_id AS user_id
FROM savormix_user_portal up
     LEFT JOIN user_account uac ON uac.account = up.account
     LEFT JOIN user_auth uau ON uau.account = up.account
WHERE up.login_name = ?
Что писать на месте вопроса ? Я прописал uau.account но походу это неверно.
P.S.
Так же ругалось на uau.enc_flag, но я добавил в таблице user_auth столбец enc_flag и вроде как перестало.
 
Я по гайду делал внутри который, тоже когда пробовал не сразу получалось. Сейчас уже не вспомню давно было. Знаю что на мою портативку MSSQL 2014 он не захотел конектиться)) Ставил на виртуалку 2017, на него норм конектилось, врубал по гайду все в конфигах сервера и l2.ini клиента. Сейчас уже не подскажу.
 
Ребят а у кого-то была такая лажа с этим аутхом, что клиент при авторизации просто закрывается? Может где-то настроил я неправильно что-то?) При попытке авторизации с выключенным аутхом все норм, пишет, что подключения нет.
 
у меня с ним нормально доходило до создания и выбора персонажей вот только дальше персонажи были не активны и нельзя было выбрать или дисконектило при попытке выбора.
 
у меня с ним нормально доходило до создания и выбора персонажей вот только дальше персонажи были не активны и нельзя было выбрать или дисконектило при попытке выбора.
хм, странно :( может system как-то кривой у меня
 
хм, странно :( может system как-то кривой у меня
Не факт. Я об этом с самого начала писал.
У меня при входе пишет что сокет не валидный.
Вот бы встретить человека, у которого все работает )))
 
Не факт. Я об этом с самого начала писал.
У меня при входе пишет что сокет не валидный.
Вот бы встретить человека, у которого все работает )))
У меня вообще ничего не пишет)) Просто вылет после ввода логина и пароля))
 
У меня вообще ничего не пишет)) Просто вылет после ввода логина и пароля))
Похоже как буд-то ты не сделал настройки сервера, как автор темы рекомендовал.
так как ауз на минималках нужно в l2server.ini отключать новые наработки:

[AuthD]
UseAuthTimeManageSystem=false
ShutDownSystem = false
DualBillingSystem=false
DormantUserSystem=false
UseNPLogin=false

[Setting]
Ncguard = false
UseAuthUserData=false
CheckSecondaryAuth=false
 
with this authd i login to game but disconected in sec , without the PA server
Untitgfhjled.jpg
 
Thank you.
I tried to raise it in the docker. The authorization server is connected to the meme But when I try to log in, it swears at the login.
Looks like something is set up wrong.
Still not clear on the procedure.
SQL:
-- A stored procedure will result in enough boilerplate not to bother
-- including variations with a single output param (cursor type) or no output params (a la GStatEtc)
SELECT
    uau.password AS pwd,
    uau.enc_flag AS enc_flag,
    uac.uid AS game_uid,
    uac.account AS game_account,
    up.uid AS portal_uid,
    up.account AS portal_account,
    up.birthdate AS birthdate,
    up.sex AS sex,
    up.block_code AS block_code,
    up.notice_code AS notice_code,
    up.status_code AS status_code,
    up.block_reason_code AS block_reason_code,
    up.user_level AS user_level,
    up.user_type_code AS user_type_code,
    up.company_code AS company_code,
    up.user_id AS user_id
FROM savermix_user_portal up
     LEFT JOIN user_account uac ON uac.account = up.account
     LEFT JOIN user_auth uau ON uau.account = up.account
WHERE up.login_name = ?
What to write in place of the question? I registered uau.account but it seems to be wrong.
PS
It also swore at uau.enc_flag, but I added the enc_flag column to the user_auth table and it seems to have stopped.
me i have this error you found any solution with this ?
Untitled.jpg
 
@ PaNtHeR :))) How did you get to the game screen when I never got to the game screen
 
  • Мне нравится
Реакции: kick
Thank you.
I tried to raise it in the docker. The authorization server is connected to the meme But when I try to log in, it swears at the login.
Looks like something is set up wrong.
Still not clear on the procedure.
SQL:
-- A stored procedure will result in enough boilerplate not to bother
-- including variations with a single output param (cursor type) or no output params (a la GStatEtc)
SELECT
    uau.password AS pwd,
    uau.enc_flag AS enc_flag,
    uac.uid AS game_uid,
    uac.account AS game_account,
    up.uid AS portal_uid,
    up.account AS portal_account,
    up.birthdate AS birthdate,
    up.sex AS sex,
    up.block_code AS block_code,
    up.notice_code AS notice_code,
    up.status_code AS status_code,
    up.block_reason_code AS block_reason_code,
    up.user_level AS user_level,
    up.user_type_code AS user_type_code,
    up.company_code AS company_code,
    up.user_id AS user_id
FROM savermix_user_portal up
     LEFT JOIN user_account uac ON uac.account = up.account
     LEFT JOIN user_auth uau ON uau.account = up.account
WHERE up.login_name = ?
What to write in place of the question? I registered uau.account but it seems to be wrong.
PS
It also swore at uau.enc_flag, but I added the enc_flag column to the user_auth table and it seems to have stopped.
i replace the enc_Flag on portal-auth-emulator- everywhere on .py files and pp_GetPortalUser.sql with this "new_pwd_flag" .. reinstall the PaServer and now its ok . but have a problem with one procedure on lin2db .

in auth server config use this

; Total count of PA Servers
PAConnectionCount = 1
PAIP="192.168.1.15" here your pc ip not the 127.0.0.1
PAPort = 10057

and run on docker this and change ip with your pc ip and user id and password

docker run --detach --restart=always --env="PAE_CONNECTION_STRING=DRIVER={ODBC Driver 17 for SQL Server};SERVER=Your_ip;DATABASE=Your_Database;UID=sa;PWD=Your_Password;" --env="PAE_CLIENT_APP_ID=1c4b8992-def6-4ab3-9a17-041c5115e501" --name=pae-1 --publish=10057:10057 pae

now its ok with the conection to Pa Server but have problems with one procedure ap_GStat on lin2db




 
Change PAServer in c++ for something interesting... I'M NOT SELLING FOR MONEY. I only change for things that serve me...

Discord:

Guytis#6760
 
Назад
Сверху Снизу