За дорого продаешь? =)Я использую PaServer и оригинальный Auth... мой PaServer в настоящее время не является публичным.
Follow along with the video below to see how to install our site as a web app on your home screen.
Примечание: This feature may not be available in some browsers.
За дорого продаешь? =)Я использую PaServer и оригинальный Auth... мой PaServer в настоящее время не является публичным.
Так шарили же он работает! Просто настройте гайд же лежит внутри.За дорого продаешь? =)
Если не сложно, не мог бы ты показать в ЛС или тут о какой шаре речь?Так шарили же он работает! Просто настройте гайд же лежит внутри.
-- 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 = ?
хм, странно может system как-то кривой у меняу меня с ним нормально доходило до создания и выбора персонажей вот только дальше персонажи были не активны и нельзя было выбрать или дисконектило при попытке выбора.
Не факт. Я об этом с самого начала писал.хм, странно может system как-то кривой у меня
У меня вообще ничего не пишет)) Просто вылет после ввода логина и пароля))Не факт. Я об этом с самого начала писал.
У меня при входе пишет что сокет не валидный.
Вы не можете просматривать ссылку пожалуйста воспользуйтесь следующими ссылками Вход или РегистрацияВот бы встретить человека, у которого все работает )))
Похоже как буд-то ты не сделал настройки сервера, как автор темы рекомендовал.У меня вообще ничего не пишет)) Просто вылет после ввода логина и пароля))
так как ауз на минималках нужно в l2server.ini отключать новые наработки:
[AuthD]
UseAuthTimeManageSystem=false
ShutDownSystem = false
DualBillingSystem=false
DormantUserSystem=false
UseNPLogin=false
[Setting]
Ncguard = false
UseAuthUserData=false
CheckSecondaryAuth=false
Все отключено)) Копаю дальше))Похоже как буд-то ты не сделал настройки сервера, как автор темы рекомендовал.
me i have this error you found any solution with this ?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.
What to write in place of the question? I registered uau.account but it seems to be wrong.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 = ?
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.
Already upload my data base here Lineage 2 Essence 3.0@Вы не можете просматривать ссылку пожалуйста воспользуйтесь следующими ссылками Вход или РегистрацияPaNtHeR :))) How did you get to the game screen when I never got to the game screen
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 .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.
What to write in place of the question? I registered uau.account but it seems to be wrong.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 = ?
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.